Class BitBucketPPRConst
- java.lang.Object
-
- io.jenkins.plugins.bitbucketpushandpullrequest.common.BitBucketPPRConst
-
public final class BitBucketPPRConst extends Object
-
-
Field Summary
-
-
-
Field Detail
-
HOOK_URL
public static final String HOOK_URL
- See Also:
- Constant Field Values
-
USER_AGENT
public static final String USER_AGENT
- See Also:
- Constant Field Values
-
REPOSITORY_EVENT
public static final String REPOSITORY_EVENT
- See Also:
- Constant Field Values
-
REPOSITORY_CLOUD_PUSH
public static final String REPOSITORY_CLOUD_PUSH
- See Also:
- Constant Field Values
-
REPOSITORY_POST
public static final String REPOSITORY_POST
- See Also:
- Constant Field Values
-
DIAGNOSTICS
public static final String DIAGNOSTICS
- See Also:
- Constant Field Values
-
PING
public static final String PING
- See Also:
- Constant Field Values
-
REPOSITORY_SERVER_PUSH
public static final String REPOSITORY_SERVER_PUSH
- See Also:
- Constant Field Values
-
PULL_REQUEST_CLOUD_EVENT
public static final String PULL_REQUEST_CLOUD_EVENT
- See Also:
- Constant Field Values
-
PULL_REQUEST_CREATED
public static final String PULL_REQUEST_CREATED
- See Also:
- Constant Field Values
-
PULL_REQUEST_APPROVED
public static final String PULL_REQUEST_APPROVED
- See Also:
- Constant Field Values
-
PULL_REQUEST_UPDATED
public static final String PULL_REQUEST_UPDATED
- See Also:
- Constant Field Values
-
PULL_REQUEST_MERGED
public static final String PULL_REQUEST_MERGED
- See Also:
- Constant Field Values
-
PULL_REQUEST_DECLINED
public static final String PULL_REQUEST_DECLINED
- See Also:
- Constant Field Values
-
PULL_REQUEST_COMMENT_CREATED
public static final String PULL_REQUEST_COMMENT_CREATED
- See Also:
- Constant Field Values
-
PULL_REQUEST_COMMENT_UPDATED
public static final String PULL_REQUEST_COMMENT_UPDATED
- See Also:
- Constant Field Values
-
PULL_REQUEST_COMMENT_DELETED
public static final String PULL_REQUEST_COMMENT_DELETED
- See Also:
- Constant Field Values
-
PULL_REQUEST_SERVER_EVENT
public static final String PULL_REQUEST_SERVER_EVENT
- See Also:
- Constant Field Values
-
PULL_REQUEST_SERVER_CREATED
public static final String PULL_REQUEST_SERVER_CREATED
- See Also:
- Constant Field Values
-
PULL_REQUEST_SERVER_APPROVED
public static final String PULL_REQUEST_SERVER_APPROVED
- See Also:
- Constant Field Values
-
PULL_REQUEST_SERVER_UPDATED
public static final String PULL_REQUEST_SERVER_UPDATED
- See Also:
- Constant Field Values
-
PULL_REQUEST_SERVER_SOURCE_UPDATED
public static final String PULL_REQUEST_SERVER_SOURCE_UPDATED
- See Also:
- Constant Field Values
-
PULL_REQUEST_SERVER_MERGED
public static final String PULL_REQUEST_SERVER_MERGED
- See Also:
- Constant Field Values
-
PULL_REQUEST_SERVER_DECLINED
public static final String PULL_REQUEST_SERVER_DECLINED
- See Also:
- Constant Field Values
-
PULL_REQUEST_SERVER_COMMENT_CREATED
public static final String PULL_REQUEST_SERVER_COMMENT_CREATED
- See Also:
- Constant Field Values
-
PULL_REQUEST_REVIEWER
public static final String PULL_REQUEST_REVIEWER
- See Also:
- Constant Field Values
-
PULL_REQUEST_PARTICIPANT
public static final String PULL_REQUEST_PARTICIPANT
- See Also:
- Constant Field Values
-
DEPRECATED_X_HEADER_REPO_POST
public static final String DEPRECATED_X_HEADER_REPO_POST
- See Also:
- Constant Field Values
-
X_EVENT_KEY
public static final String X_EVENT_KEY
- See Also:
- Constant Field Values
-
PAYLOAD_PFX
public static final String PAYLOAD_PFX
- See Also:
- Constant Field Values
-
APPLICATION_X_WWW_FORM_URLENCODED
public static final String APPLICATION_X_WWW_FORM_URLENCODED
- See Also:
- Constant Field Values
-
-