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()
Gets the branch of the repository that is being used as source control. |
abstract String |
sourceControlRepositoryUrl()
Gets the URL of the repository used as source control. |
abstract
Source |
sourceControlType()
Gets the type of source control this trigger uses. |
abstract
List<Source |
sourceTriggerEvents()
Gets the list of actions that trigger an event. |
abstract
Trigger |
status()
Gets the source trigger status. |
Method Details
sourceControlBranch
public abstract String sourceControlBranch()
Gets the branch of the repository that is being used as source control.
Returns:
sourceControlRepositoryUrl
public abstract String sourceControlRepositoryUrl()
Gets the URL of the repository used as source control.
Returns:
sourceControlType
public abstract SourceControlType sourceControlType()
Gets the type of source control this trigger uses.
Returns:
sourceTriggerEvents
public abstract List
Gets the list of actions that trigger an event.
Returns:
status
public abstract TriggerStatus status()
Gets the source trigger status.
Returns:
Applies to
Azure SDK for Java