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

      • pipelineReference

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

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

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

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

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