public class BaseImageTrigger extends Object
Constructor and Description |
---|
BaseImageTrigger() |
Modifier and Type | Method and 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.
|
BaseImageTrigger |
withBaseImageTriggerType(BaseImageTriggerType baseImageTriggerType)
Set the type of the auto trigger for base image dependency updates.
|
BaseImageTrigger |
withName(String name)
Set the name of the trigger.
|
BaseImageTrigger |
withStatus(TriggerStatus status)
Set the current status of trigger.
|
public BaseImageTriggerType baseImageTriggerType()
public BaseImageTrigger withBaseImageTriggerType(BaseImageTriggerType baseImageTriggerType)
baseImageTriggerType
- the baseImageTriggerType value to setpublic TriggerStatus status()
public BaseImageTrigger withStatus(TriggerStatus status)
status
- the status value to setpublic String name()
public BaseImageTrigger withName(String name)
name
- the name value to setCopyright © 2019. All rights reserved.