Interface RegistrySourceTrigger
- All Superinterfaces:
HasInner<SourceTrigger>
An immutable client-side representation of a Container Registry source trigger.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Container interface for all of the definitions related to a container registry source trigger.static interface
Grouping of source trigger definition stages.static interface
Container interface for all of the updates related to a container registry source trigger.static interface
Container interface for defining a new trigger during a task update.static interface
Grouping of source trigger update definition stages.static interface
Grouping of source trigger update stages. -
Method Summary
-
Method Details
-
sourceControlType
SourceControlType sourceControlType()- Returns:
- Returns the type of source control this trigger uses. I.e., Github, AzureDevOps etc.
-
sourceControlRepositoryUrl
String sourceControlRepositoryUrl()- Returns:
- the URL of the repository used as source control.
-
sourceTriggerEvents
List<SourceTriggerEvent> sourceTriggerEvents()- Returns:
- the list of actions that trigger an event. I.e., a commit, a pull request etc.
-
sourceControlBranch
String sourceControlBranch()- Returns:
- the branch of the repository that is being used as source control. I.e., master.
-
status
TriggerStatus status()- Returns:
- the source trigger status. I.e., enabled, disabled.
-