public class ImageUpdateTrigger extends Object
| Constructor | Description |
|---|---|
ImageUpdateTrigger() |
| Modifier and Type | Method | 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 set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/