Class ImageUpdateTrigger
java.lang.Object
com.microsoft.azure.management.containerregistry.ImageUpdateTrigger
The image update trigger that caused a build.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionid()
Get the unique ID of the trigger.images()
Get the list of image updates that caused the build.org.joda.time.DateTime
Get the timestamp when the image update happened.Set the unique ID of the trigger.withImages
(List<ImageDescriptor> images) Set the list of image updates that caused the build.withTimestamp
(org.joda.time.DateTime timestamp) Set the timestamp when the image update happened.
-
Constructor Details
-
ImageUpdateTrigger
public ImageUpdateTrigger()
-
-
Method Details
-
id
Get the unique ID of the trigger.- Returns:
- the id value
-
withId
Set the unique ID of the trigger.- Parameters:
id
- the id value to set- Returns:
- the ImageUpdateTrigger object itself.
-
timestamp
public org.joda.time.DateTime timestamp()Get the timestamp when the image update happened.- Returns:
- the timestamp value
-
withTimestamp
Set the timestamp when the image update happened.- Parameters:
timestamp
- the timestamp value to set- Returns:
- the ImageUpdateTrigger object itself.
-
images
Get the list of image updates that caused the build.- Returns:
- the images value
-
withImages
Set the list of image updates that caused the build.- Parameters:
images
- the images value to set- Returns:
- the ImageUpdateTrigger object itself.
-