Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Method and Description |
---|---|
SourceProperties |
SourceTrigger.sourceRepository()
Get the properties that describes the source(code) for the task.
|
SourceProperties |
SourceProperties.withBranch(String branch)
Set the branch name of the source code.
|
SourceProperties |
SourceProperties.withRepositoryUrl(String repositoryUrl)
Set the full URL to the source code respository.
|
SourceProperties |
SourceProperties.withSourceControlAuthProperties(AuthInfo sourceControlAuthProperties)
Set the authorization properties for accessing the source code repository and to set up
webhooks for notifications.
|
SourceProperties |
SourceProperties.withSourceControlType(SourceControlType sourceControlType)
Set the type of source control service.
|
Modifier and Type | Method and Description |
---|---|
SourceTrigger |
SourceTrigger.withSourceRepository(SourceProperties sourceRepository)
Set the properties that describes the source(code) for the task.
|
Copyright © 2019. All rights reserved.