Class PipelineRunInvokedBy


  • public final class PipelineRunInvokedBy
    extends Object
    Provides entity name and id that started the pipeline run.
    • Constructor Detail

      • PipelineRunInvokedBy

        public PipelineRunInvokedBy()
    • Method Detail

      • name

        public String name()
        Get the name property: Name of the entity that started the pipeline run.
        Returns:
        the name value.
      • id

        public String id()
        Get the id property: The ID of the entity that started the run.
        Returns:
        the id value.
      • invokedByType

        public String invokedByType()
        Get the invokedByType property: The type of the entity that started the run.
        Returns:
        the invokedByType value.
      • pipelineName

        public String pipelineName()
        Get the pipelineName property: The name of the pipeline that triggered the run, if any.
        Returns:
        the pipelineName value.
      • pipelineRunId

        public String pipelineRunId()
        Get the pipelineRunId property: The run id of the pipeline that triggered the run, if any.
        Returns:
        the pipelineRunId value.
      • validate

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