Interface TriggerPatch.Events
-
- Enclosing class:
- TriggerPatch
public static interface TriggerPatch.EventsList 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.StringPULL_REQUESTpull_request.static java.lang.StringPULL_REQUEST_CLOSEDpull_request_closed.static java.lang.StringPUSHpush.
-
-
-
Field Detail
-
PUSH
static final java.lang.String PUSH
push.- See Also:
- Constant Field Values
-
PULL_REQUEST
static final java.lang.String PULL_REQUEST
pull_request.- See Also:
- Constant Field Values
-
PULL_REQUEST_CLOSED
static final java.lang.String PULL_REQUEST_CLOSED
pull_request_closed.- See Also:
- Constant Field Values
-
-