Class MultiplePipelineTrigger

    • Constructor Detail

      • MultiplePipelineTrigger

        public MultiplePipelineTrigger()
    • Method Detail

      • pipelines

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

        public MultiplePipelineTrigger withPipelines​(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.
      • withDescription

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

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