| Modifier and Type | Interface and Description |
|---|---|
static interface |
RegistrySourceTrigger.UpdateDefinition
Container interface for defining a new trigger during a task update.
|
| Modifier and Type | Method and Description |
|---|---|
RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.UpdateDefinitionStages.TriggerEventsDefinition.withCommitTriggerEvent()
The function that specifies a commit action will trigger a run.
|
RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.UpdateDefinitionStages.TriggerEventsDefinition.withPullTriggerEvent()
The function that specifies a pull action will trigger a run.
|
RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.UpdateDefinitionStages.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.UpdateDefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.UpdateDefinitionStages.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.UpdateDefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.UpdateDefinitionStages.RepositoryBranchAndAuth.withRepositoryBranch(String branch)
The function that specifies the branch of the respository to use.
|
RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.UpdateDefinitionStages.TriggerEventsDefinition.withTriggerEvent(SourceTriggerEvent sourceTriggerEvent)
The function that allows the user to specify an action that will trigger a run when it is executed.
|
RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.UpdateDefinitionStages.TriggerStatusDefinition.withTriggerStatus(TriggerStatus triggerStatus)
The function that allows the user to input the state of the trigger status.
|
RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.UpdateDefinitionStages.TriggerStatusDefinition.withTriggerStatusDisabled()
The function that sets the trigger status to be disabled.
|
RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.UpdateDefinitionStages.TriggerStatusDefinition.withTriggerStatusEnabled()
The function that sets the trigger status to be enabled.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/