public static interface RegistrySourceTrigger.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
RegistrySourceTrigger.DefinitionStages.Blank
The first stage of a source trigger definition.
|
static interface |
RegistrySourceTrigger.DefinitionStages.RepositoryBranchAndAuth
The stage of the container registry source trigger definition allowing to specify the branch of the repository and authentication credentials
if needed to interact with the source control repository.
|
static interface |
RegistrySourceTrigger.DefinitionStages.RepositoryUrl
The stage of the container registry source trigger definition allowing to specify the URL of the source control repository.
|
static interface |
RegistrySourceTrigger.DefinitionStages.SourceTriggerAttachable
The stage of the definition which contains all the minimum required inputs for the resource to be attached,
but also allows for any other optional settings to be specified.
|
static interface |
RegistrySourceTrigger.DefinitionStages.TriggerEventsDefinition
The stage of the container registry source trigger definition allowing to specify the type of actions that will trigger a run.
|
static interface |
RegistrySourceTrigger.DefinitionStages.TriggerStatusDefinition
The stage of the container registry source trigger definition allowing to specify the status of the trigger.
|
Copyright © 2019. All rights reserved.