Class ImageUpdateTrigger

java.lang.Object
com.microsoft.azure.management.containerregistry.ImageUpdateTrigger

public class ImageUpdateTrigger extends Object
The image update trigger that caused a build.
  • Constructor Details

    • ImageUpdateTrigger

      public ImageUpdateTrigger()
  • Method Details

    • id

      public String id()
      Get the unique ID of the trigger.
      Returns:
      the id value
    • withId

      public ImageUpdateTrigger withId(String id)
      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

      public ImageUpdateTrigger withTimestamp(org.joda.time.DateTime timestamp)
      Set the timestamp when the image update happened.
      Parameters:
      timestamp - the timestamp value to set
      Returns:
      the ImageUpdateTrigger object itself.
    • images

      public List<ImageDescriptor> images()
      Get the list of image updates that caused the build.
      Returns:
      the images value
    • withImages

      public ImageUpdateTrigger withImages(List<ImageDescriptor> images)
      Set the list of image updates that caused the build.
      Parameters:
      images - the images value to set
      Returns:
      the ImageUpdateTrigger object itself.