public class ImageUpdateTrigger extends Object
Constructor and Description |
---|
ImageUpdateTrigger() |
Modifier and Type | Method and Description |
---|---|
String |
id()
Get the unique ID of the trigger.
|
List<ImageDescriptor> |
images()
Get the list of image updates that caused the build.
|
org.joda.time.DateTime |
timestamp()
Get the timestamp when the image update happened.
|
ImageUpdateTrigger |
withId(String id)
Set the unique ID of the trigger.
|
ImageUpdateTrigger |
withImages(List<ImageDescriptor> images)
Set the list of image updates that caused the build.
|
ImageUpdateTrigger |
withTimestamp(org.joda.time.DateTime timestamp)
Set the timestamp when the image update happened.
|
public String id()
public ImageUpdateTrigger withId(String id)
id
- the id value to setpublic org.joda.time.DateTime timestamp()
public ImageUpdateTrigger withTimestamp(org.joda.time.DateTime timestamp)
timestamp
- the timestamp value to setpublic List<ImageDescriptor> images()
public ImageUpdateTrigger withImages(List<ImageDescriptor> images)
images
- the images value to setCopyright © 2019. All rights reserved.