public class BaseImageTriggerUpdateParameters extends Object
| Constructor | Description |
|---|---|
BaseImageTriggerUpdateParameters() |
| Modifier and Type | Method | Description |
|---|---|---|
BaseImageTriggerType |
baseImageTriggerType() |
Get the type of the auto trigger for base image dependency updates.
|
String |
name() |
Get the name of the trigger.
|
TriggerStatus |
status() |
Get the current status of trigger.
|
BaseImageTriggerUpdateParameters |
withBaseImageTriggerType(BaseImageTriggerType baseImageTriggerType) |
Set the type of the auto trigger for base image dependency updates.
|
BaseImageTriggerUpdateParameters |
withName(String name) |
Set the name of the trigger.
|
BaseImageTriggerUpdateParameters |
withStatus(TriggerStatus status) |
Set the current status of trigger.
|
public BaseImageTriggerType baseImageTriggerType()
public BaseImageTriggerUpdateParameters withBaseImageTriggerType(BaseImageTriggerType baseImageTriggerType)
baseImageTriggerType - the baseImageTriggerType value to setpublic TriggerStatus status()
public BaseImageTriggerUpdateParameters withStatus(TriggerStatus status)
status - the status value to setpublic String name()
public BaseImageTriggerUpdateParameters withName(String name)
name - the name value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/