| Modifier and Type | Field and Description |
|---|---|
static BaseImageTriggerType |
BaseImageTriggerType.ALL
Static value All for BaseImageTriggerType.
|
static BaseImageTriggerType |
BaseImageTriggerType.RUNTIME
Static value Runtime for BaseImageTriggerType.
|
| Modifier and Type | Method and Description |
|---|---|
BaseImageTriggerType |
BaseImageTriggerUpdateParameters.baseImageTriggerType()
Get the type of the auto trigger for base image dependency updates.
|
BaseImageTriggerType |
BaseImageTrigger.baseImageTriggerType()
Get the type of the auto trigger for base image dependency updates.
|
static BaseImageTriggerType |
BaseImageTriggerType.fromString(String name)
Creates or finds a BaseImageTriggerType from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<BaseImageTriggerType> |
BaseImageTriggerType.values() |
| Modifier and Type | Method and Description |
|---|---|
RegistryTask.Update |
RegistryTask.UpdateStages.TriggerTypes.updateBaseImageTrigger(String baseImageTriggerName,
BaseImageTriggerType baseImageTriggerType)
The function that defines a base image trigger with the two parameters required for base image trigger update.
|
RegistryTask.Update |
RegistryTask.UpdateStages.TriggerTypes.updateBaseImageTrigger(String baseImageTriggerName,
BaseImageTriggerType baseImageTriggerType,
TriggerStatus triggerStatus)
The function that defines a base image trigger with all possible parameters for base image trigger update.
|
RegistryTask.DefinitionStages.TaskCreatable |
RegistryTask.DefinitionStages.TriggerTypes.withBaseImageTrigger(String baseImageTriggerName,
BaseImageTriggerType baseImageTriggerType)
The function that defines a base image trigger with the two parameters required for base image trigger creation.
|
RegistryTask.DefinitionStages.TaskCreatable |
RegistryTask.DefinitionStages.TriggerTypes.withBaseImageTrigger(String baseImageTriggerName,
BaseImageTriggerType baseImageTriggerType,
TriggerStatus triggerStatus)
The function that defines a base image trigger with all possible parameters for base image trigger creation.
|
BaseImageTriggerUpdateParameters |
BaseImageTriggerUpdateParameters.withBaseImageTriggerType(BaseImageTriggerType baseImageTriggerType)
Set the type of the auto trigger for base image dependency updates.
|
BaseImageTrigger |
BaseImageTrigger.withBaseImageTriggerType(BaseImageTriggerType baseImageTriggerType)
Set the type of the auto trigger for base image dependency updates.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/