ImageUpdateTrigger interface
The image update trigger that caused a build.
Properties
id | The unique ID of the trigger. |
images | The list of image updates that caused the build. |
timestamp | The timestamp when the image update happened. |
Property Details
id
The unique ID of the trigger.
id?: string
Property Value
string
images
The list of image updates that caused the build.
images?: ImageDescriptor[]
Property Value
timestamp
The timestamp when the image update happened.
timestamp?: Date
Property Value
Date