Uses of Enum Class
org.azd.enums.SourceProviderResultSet
Packages that use SourceProviderResultSet
-
Uses of SourceProviderResultSet in org.azd.build
Methods in org.azd.build with parameters of type SourceProviderResultSetModifier and TypeMethodDescriptionBuildApi.getRepositories(String providerName, String serviceEndpointId, String repositoryName, String continuationToken, boolean pageResults, SourceProviderResultSet resultSet) Gets a list of source code repositories. -
Uses of SourceProviderResultSet in org.azd.enums
Methods in org.azd.enums that return SourceProviderResultSetModifier and TypeMethodDescriptionstatic SourceProviderResultSetReturns the enum constant of this class with the specified name.static SourceProviderResultSet[]SourceProviderResultSet.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SourceProviderResultSet in org.azd.interfaces
Methods in org.azd.interfaces with parameters of type SourceProviderResultSetModifier and TypeMethodDescriptionBuildDetails.getRepositories(String providerName, String serviceEndpointId, String repositoryName, String continuationToken, boolean pageResults, SourceProviderResultSet resultSet)