Interface RegistrySourceTrigger.UpdateStages.TriggerEventsDefinition

  • All Known Subinterfaces:
    RegistrySourceTrigger.Update
    Enclosing interface:
    RegistrySourceTrigger.UpdateStages

    public static interface RegistrySourceTrigger.UpdateStages.TriggerEventsDefinition
    The stage of the container registry source trigger update allowing to specify the type of actions that will trigger a run.
    • Method Detail

      • withCommitTriggerEvent

        RegistrySourceTrigger.Update withCommitTriggerEvent()
        The function that specifies a commit action will trigger a run.
        Returns:
        the next stage of the container registry source trigger definition.
      • withPullTriggerEvent

        RegistrySourceTrigger.Update withPullTriggerEvent()
        The function that specifies a pull action will trigger a run.
        Returns:
        the next stage of the container registry source trigger definition.
      • withTriggerEvent

        RegistrySourceTrigger.Update withTriggerEvent​(SourceTriggerEvent sourceTriggerEvent)
        The function that allows the user to specify an action that will trigger a run when it is executed.
        Parameters:
        sourceTriggerEvent - the action that will trigger a run.
        Returns:
        the next stage of the container registry source trigger definition.