Class TriggerPipelineReference


  • public final class TriggerPipelineReference
    extends Object
    Pipeline that needs to be triggered with the given parameters.
    • Constructor Detail

      • TriggerPipelineReference

        public TriggerPipelineReference()
    • Method Detail

      • getPipelineReference

        public PipelineReference getPipelineReference()
        Get the pipelineReference property: Pipeline reference.
        Returns:
        the pipelineReference value.
      • setPipelineReference

        public TriggerPipelineReference setPipelineReference​(PipelineReference pipelineReference)
        Set the pipelineReference property: Pipeline reference.
        Parameters:
        pipelineReference - the pipelineReference value to set.
        Returns:
        the TriggerPipelineReference object itself.
      • getParameters

        public Map<String,​Object> getParameters()
        Get the parameters property: Pipeline parameters.
        Returns:
        the parameters value.
      • setParameters

        public TriggerPipelineReference setParameters​(Map<String,​Object> parameters)
        Set the parameters property: Pipeline parameters.
        Parameters:
        parameters - the parameters value to set.
        Returns:
        the TriggerPipelineReference object itself.