Class MultiplePipelineTrigger

    • Constructor Detail

      • MultiplePipelineTrigger

        public MultiplePipelineTrigger()
    • Method Detail

      • getPipelines

        public List<TriggerPipelineReference> getPipelines()
        Get the pipelines property: Pipelines that need to be started.
        Returns:
        the pipelines value.
      • setPipelines

        public MultiplePipelineTrigger setPipelines​(List<TriggerPipelineReference> pipelines)
        Set the pipelines property: Pipelines that need to be started.
        Parameters:
        pipelines - the pipelines value to set.
        Returns:
        the MultiplePipelineTrigger object itself.
      • setDescription

        public MultiplePipelineTrigger setDescription​(String description)
        Set the description property: Trigger description.
        Overrides:
        setDescription in class Trigger
        Parameters:
        description - the description value to set.
        Returns:
        the Trigger object itself.
      • setAnnotations

        public MultiplePipelineTrigger setAnnotations​(List<Object> annotations)
        Set the annotations property: List of tags that can be used for describing the trigger.
        Overrides:
        setAnnotations in class Trigger
        Parameters:
        annotations - the annotations value to set.
        Returns:
        the Trigger object itself.