RegistrySourceTrigger Interface
Implements
public interface RegistrySourceTrigger
extends HasInnerModel<SourceTrigger>
An immutable client-side representation of a Container Registry source trigger.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String | sourceControlBranch() |
abstract String | sourceControlRepositoryUrl() |
abstract
Source |
sourceControlType() |
abstract
List<Source |
sourceTriggerEvents() |
abstract
Trigger |
status() |
Method Details
sourceControlBranch
public abstract String sourceControlBranch()
Returns:
the branch of the repository that is being used as source control. I.e., master.
sourceControlRepositoryUrl
public abstract String sourceControlRepositoryUrl()
Returns:
the URL of the repository used as source control.
sourceControlType
public abstract SourceControlType sourceControlType()
Returns:
Returns the type of source control this trigger uses. I.e., Github, AzureDevOps etc.
sourceTriggerEvents
public abstract List
Returns:
the list of actions that trigger an event. I.e., a commit, a pull request etc.
status
public abstract TriggerStatus status()
Returns:
the source trigger status. I.e., enabled, disabled.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java