RegistrySourceTrigger.DefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.DefinitionStages.TriggerEventsDefinition.withCommitTriggerEvent() |
The function that specifies a commit action will trigger a run.
|
RegistrySourceTrigger.DefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.DefinitionStages.TriggerEventsDefinition.withPullTriggerEvent() |
The function that specifies a pull action will trigger a run.
|
RegistrySourceTrigger.DefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.DefinitionStages.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.DefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.DefinitionStages.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.DefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.DefinitionStages.RepositoryBranchAndAuth.withRepositoryBranch(String branch) |
The function that specifies the branch of the respository to use.
|
RegistrySourceTrigger.DefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.DefinitionStages.TriggerEventsDefinition.withTriggerEvent(SourceTriggerEvent sourceTriggerEvent) |
The function that allows the user to specify an action that will trigger a run when it is executed.
|
RegistrySourceTrigger.DefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.DefinitionStages.TriggerStatusDefinition.withTriggerStatus(TriggerStatus triggerStatus) |
The function that allows the user to input the state of the trigger status.
|
RegistrySourceTrigger.DefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.DefinitionStages.TriggerStatusDefinition.withTriggerStatusDisabled() |
The function that sets the trigger status to be disabled.
|
RegistrySourceTrigger.DefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.DefinitionStages.TriggerStatusDefinition.withTriggerStatusEnabled() |
The function that sets the trigger status to be enabled.
|