Uses of Enum Class
com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketType
-
Uses of BitbucketType in com.cloudbees.jenkins.plugins.bitbucket.hooks
Modifier and TypeMethodDescriptionstatic BitbucketType
BitbucketType.fromString
(String key) static BitbucketType
Returns the enum constant of this class with the specified name.static BitbucketType[]
BitbucketType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionabstract void
HookProcessor.process
(HookEventType type, String payload, BitbucketType instanceType, String origin) See Event Payloads for more information about the payload parameter format.void
HookProcessor.process
(HookEventType type, String payload, BitbucketType instanceType, String origin, String serverUrl) See Event Payloads for more information about the payload parameter format.void
HookProcessor.process
(String payload, BitbucketType instanceType) Deprecated.void
NativeServerPullRequestHookProcessor.process
(HookEventType hookEvent, String payload, BitbucketType instanceType, String origin) void
NativeServerPullRequestHookProcessor.process
(HookEventType hookEvent, String payload, BitbucketType instanceType, String origin, String serverUrl) void
NativeServerPushHookProcessor.process
(HookEventType hookEvent, String payload, BitbucketType instanceType, String origin) void
NativeServerPushHookProcessor.process
(HookEventType hookEvent, String payload, BitbucketType instanceType, String origin, String serverUrl) void
PingHookProcessor.process
(HookEventType hookEvent, String payload, BitbucketType instanceType, String origin) void
PullRequestHookProcessor.process
(HookEventType hookEvent, String payload, BitbucketType instanceType, String origin) void
PushHookProcessor.process
(HookEventType hookEvent, String payload, BitbucketType instanceType, String origin)
HookProcessor.process(HookEventType, String, BitbucketType, String)