Uses of Class
com.microsoft.azure.management.containerregistry.SourceProperties
Packages that use SourceProperties
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of SourceProperties in com.microsoft.azure.management.containerregistry
Methods in com.microsoft.azure.management.containerregistry that return SourcePropertiesModifier and TypeMethodDescriptionSourceTrigger.sourceRepository()Get the properties that describes the source(code) for the task.SourceProperties.withBranch(String branch) Set the branch name of the source code.SourceProperties.withRepositoryUrl(String repositoryUrl) Set the full URL to the source code respository.SourceProperties.withSourceControlAuthProperties(AuthInfo sourceControlAuthProperties) Set the authorization properties for accessing the source code repository and to set up webhooks for notifications.SourceProperties.withSourceControlType(SourceControlType sourceControlType) Set the type of source control service.Methods in com.microsoft.azure.management.containerregistry with parameters of type SourcePropertiesModifier and TypeMethodDescriptionSourceTrigger.withSourceRepository(SourceProperties sourceRepository) Set the properties that describes the source(code) for the task.