Interface TriggerScmTrigger.Events

  • Enclosing class:
    TriggerScmTrigger

    public static interface TriggerScmTrigger.Events
    List of events. Supported options are 'push' Git webhook events, 'pull_request_closed' Git webhook events and 'pull_request' for 'open pull request' or 'update pull request' Git webhook events.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PULL_REQUEST
      pull_request.
      static java.lang.String PULL_REQUEST_CLOSED
      pull_request_closed.
      static java.lang.String PUSH
      push.