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

      • getName

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

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

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