Class TriggerRun


  • public final class TriggerRun
    extends Object
    Trigger runs.
    • Constructor Detail

      • TriggerRun

        public TriggerRun()
    • Method Detail

      • getTriggerRunId

        public String getTriggerRunId()
        Get the triggerRunId property: Trigger run id.
        Returns:
        the triggerRunId value.
      • getTriggerName

        public String getTriggerName()
        Get the triggerName property: Trigger name.
        Returns:
        the triggerName value.
      • getTriggerType

        public String getTriggerType()
        Get the triggerType property: Trigger type.
        Returns:
        the triggerType value.
      • getTriggerRunTimestamp

        public OffsetDateTime getTriggerRunTimestamp()
        Get the triggerRunTimestamp property: Trigger run start time.
        Returns:
        the triggerRunTimestamp value.
      • getStatus

        public TriggerRunStatus getStatus()
        Get the status property: Trigger run status.
        Returns:
        the status value.
      • getMessage

        public String getMessage()
        Get the message property: Trigger error message.
        Returns:
        the message value.
      • getProperties

        public Map<String,​String> getProperties()
        Get the properties property: List of property name and value related to trigger run. Name, value pair depends on type of trigger.
        Returns:
        the properties value.
      • getTriggeredPipelines

        public Map<String,​String> getTriggeredPipelines()
        Get the triggeredPipelines property: List of pipeline name and run Id triggered by the trigger run.
        Returns:
        the triggeredPipelines value.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
        Get the additionalProperties property: Trigger runs.
        Returns:
        the additionalProperties value.
      • setAdditionalProperties

        public TriggerRun setAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: Trigger runs.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the TriggerRun object itself.