Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static SourceTriggerEvent |
SourceTriggerEvent.COMMIT
Static value commit for SourceTriggerEvent.
|
static SourceTriggerEvent |
SourceTriggerEvent.PULLREQUEST
Static value pullrequest for SourceTriggerEvent.
|
Modifier and Type | Method and Description |
---|---|
static SourceTriggerEvent |
SourceTriggerEvent.fromString(String name)
Creates or finds a SourceTriggerEvent from its string representation.
|
Modifier and Type | Method and Description |
---|---|
List<SourceTriggerEvent> |
RegistrySourceTrigger.sourceTriggerEvents() |
List<SourceTriggerEvent> |
SourceTrigger.sourceTriggerEvents()
Get the source event corresponding to the trigger.
|
List<SourceTriggerEvent> |
SourceTriggerUpdateParameters.sourceTriggerEvents()
Get the source event corresponding to the trigger.
|
static Collection<SourceTriggerEvent> |
SourceTriggerEvent.values() |
Modifier and Type | Method and Description |
---|---|
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.Update |
RegistrySourceTrigger.UpdateStages.TriggerEventsDefinition.withTriggerEvent(SourceTriggerEvent sourceTriggerEvent)
The function that allows the user to specify an action that will trigger a run when it is executed.
|
RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable |
RegistrySourceTrigger.UpdateDefinitionStages.TriggerEventsDefinition.withTriggerEvent(SourceTriggerEvent sourceTriggerEvent)
The function that allows the user to specify an action that will trigger a run when it is executed.
|
Modifier and Type | Method and Description |
---|---|
SourceTrigger |
SourceTrigger.withSourceTriggerEvents(List<SourceTriggerEvent> sourceTriggerEvents)
Set the source event corresponding to the trigger.
|
SourceTriggerUpdateParameters |
SourceTriggerUpdateParameters.withSourceTriggerEvents(List<SourceTriggerEvent> sourceTriggerEvents)
Set the source event corresponding to the trigger.
|
Copyright © 2019. All rights reserved.