Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Method and Description |
---|---|
RegistrySourceTrigger.Update |
RegistryTask.UpdateStages.TriggerTypes.updateSourceTrigger(String sourceTriggerName)
The function that begins the definition of a source trigger.
|
RegistrySourceTrigger.Update |
RegistrySourceTrigger.UpdateStages.SourceControlType.withAzureDevOpsAsSourceControl()
The function that specifies Azure DevOps will be used as the type of source control.
|
RegistrySourceTrigger.Update |
RegistrySourceTrigger.UpdateStages.TriggerEventsDefinition.withCommitTriggerEvent()
The function that specifies a commit action will trigger a run.
|
RegistrySourceTrigger.Update |
RegistrySourceTrigger.UpdateStages.SourceControlType.withGithubAsSourceControl()
The function that specifies Github will be used as the type of source control.
|
RegistrySourceTrigger.Update |
RegistrySourceTrigger.UpdateStages.TriggerEventsDefinition.withPullTriggerEvent()
The function that specifies a pull action will trigger a run.
|
RegistrySourceTrigger.Update |
RegistrySourceTrigger.UpdateStages.RepositoryBranchAndAuth.withRepositoryAuthentication(TokenType tokenType,
String token)
The function that allows the user to input the type of the token used for authentication and the token itself to authenticate to the source control repository.
|
RegistrySourceTrigger.Update |
RegistrySourceTrigger.UpdateStages.RepositoryBranchAndAuth.withRepositoryAuthentication(TokenType tokenType,
String token,
String refreshToken,
String scope,
int expiresIn)
The function that allows the user to input the type of the token used for authentication and the token itself to authenticate to the source control repository.
|
RegistrySourceTrigger.Update |
RegistrySourceTrigger.UpdateStages.RepositoryBranchAndAuth.withRepositoryBranch(String branch)
The function that specifies the branch of the respository to use.
|
RegistrySourceTrigger.Update |
RegistrySourceTrigger.UpdateStages.SourceControlType.withSourceControl(SourceControlType sourceControl)
The function that allows the user to input their own kind of source control.
|
RegistrySourceTrigger.Update |
RegistrySourceTrigger.UpdateStages.RepositoryUrl.withSourceControlRepositoryUrl(String sourceControlRepositoryUrl)
The function that specifies the URL of the source control repository.
|
RegistrySourceTrigger.Update |
RegistrySourceTrigger.UpdateStages.TriggerEventsDefinition.withTriggerEvent(SourceTriggerEvent sourceTriggerEvent)
The function that allows the user to specify an action that will trigger a run when it is executed.
|
RegistrySourceTrigger.Update |
RegistrySourceTrigger.UpdateStages.TriggerStatusDefinition.withTriggerStatus(TriggerStatus triggerStatus)
The function that allows the user to input the state of the trigger status.
|
RegistrySourceTrigger.Update |
RegistrySourceTrigger.UpdateStages.TriggerStatusDefinition.withTriggerStatusDisabled()
The function that sets the trigger status to be disabled.
|
RegistrySourceTrigger.Update |
RegistrySourceTrigger.UpdateStages.TriggerStatusDefinition.withTriggerStatusEnabled()
The function that sets the trigger status to be enabled.
|
Copyright © 2019. All rights reserved.