Uses of Class
com.azure.resourcemanager.containerregistry.models.SourceProperties
Packages that use SourceProperties
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
null.
-
Uses of SourceProperties in com.azure.resourcemanager.containerregistry.models
Classes in com.azure.resourcemanager.containerregistry.models that implement interfaces with type arguments of type SourcePropertiesModifier and TypeClassDescriptionfinal classThe properties of the source code repository.Methods in com.azure.resourcemanager.containerregistry.models that return SourcePropertiesModifier and TypeMethodDescriptionstatic SourcePropertiesSourceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SourceProperties from the JsonReader.SourceTrigger.sourceRepository()Get the sourceRepository property: The properties that describes the source(code) for the task.SourceProperties.withBranch(String branch) Set the branch property: The branch name of the source code.SourceProperties.withRepositoryUrl(String repositoryUrl) Set the repositoryUrl property: The full URL to the source code repository.SourceProperties.withSourceControlAuthProperties(AuthInfo sourceControlAuthProperties) Set the sourceControlAuthProperties property: The authorization properties for accessing the source code repository and to set up webhooks for notifications.SourceProperties.withSourceControlType(SourceControlType sourceControlType) Set the sourceControlType property: The type of source control service.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type SourcePropertiesModifier and TypeMethodDescriptionSourceTrigger.withSourceRepository(SourceProperties sourceRepository) Set the sourceRepository property: The properties that describes the source(code) for the task.