Class PipelineRunInner


  • public final class PipelineRunInner
    extends Object
    Information about a pipeline run.
    • Constructor Detail

      • PipelineRunInner

        public PipelineRunInner()
    • Method Detail

      • runId

        public String runId()
        Get the runId property: Identifier of a run.
        Returns:
        the runId value.
      • runGroupId

        public String runGroupId()
        Get the runGroupId property: Identifier that correlates all the recovery runs of a pipeline run.
        Returns:
        the runGroupId value.
      • isLatest

        public Boolean isLatest()
        Get the isLatest property: Indicates if the recovered pipeline run is the latest in its group.
        Returns:
        the isLatest value.
      • pipelineName

        public String pipelineName()
        Get the pipelineName property: The pipeline name.
        Returns:
        the pipelineName value.
      • parameters

        public Map<String,​String> parameters()
        Get the parameters property: The full or partial list of parameter name, value pair used in the pipeline run.
        Returns:
        the parameters value.
      • runDimensions

        public Map<String,​String> runDimensions()
        Get the runDimensions property: Run dimensions emitted by Pipeline run.
        Returns:
        the runDimensions value.
      • invokedBy

        public PipelineRunInvokedBy invokedBy()
        Get the invokedBy property: Entity that started the pipeline run.
        Returns:
        the invokedBy value.
      • lastUpdated

        public OffsetDateTime lastUpdated()
        Get the lastUpdated property: The last updated timestamp for the pipeline run event in ISO8601 format.
        Returns:
        the lastUpdated value.
      • runStart

        public OffsetDateTime runStart()
        Get the runStart property: The start time of a pipeline run in ISO8601 format.
        Returns:
        the runStart value.
      • runEnd

        public OffsetDateTime runEnd()
        Get the runEnd property: The end time of a pipeline run in ISO8601 format.
        Returns:
        the runEnd value.
      • durationInMs

        public Integer durationInMs()
        Get the durationInMs property: The duration of a pipeline run.
        Returns:
        the durationInMs value.
      • status

        public String status()
        Get the status property: The status of a pipeline run. Possible values: Queued, InProgress, Succeeded, Failed, Canceling, Cancelled.
        Returns:
        the status value.
      • message

        public String message()
        Get the message property: The message from a pipeline run.
        Returns:
        the message value.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: Information about a pipeline run.
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public PipelineRunInner withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: Information about a pipeline run.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the PipelineRunInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.