Class ScheduleTrigger


  • public class ScheduleTrigger
    extends MultiplePipelineTrigger
    Trigger that creates pipeline runs periodically, on schedule.
    • Constructor Detail

      • ScheduleTrigger

        public ScheduleTrigger()
    • Method Detail

      • getRecurrence

        public ScheduleTriggerRecurrence getRecurrence()
        Get the recurrence property: Recurrence schedule configuration.
        Returns:
        the recurrence value.
      • setRecurrence

        public ScheduleTrigger setRecurrence​(ScheduleTriggerRecurrence recurrence)
        Set the recurrence property: Recurrence schedule configuration.
        Parameters:
        recurrence - the recurrence value to set.
        Returns:
        the ScheduleTrigger object itself.
      • setAnnotations

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