Uses of Enum Class
com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketType
Packages that use BitbucketType
-
Uses of BitbucketType in com.cloudbees.jenkins.plugins.bitbucket.hooks
Methods in com.cloudbees.jenkins.plugins.bitbucket.hooks that return BitbucketTypeModifier 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.Methods in com.cloudbees.jenkins.plugins.bitbucket.hooks with parameters of type BitbucketTypeModifier 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
NativeServerPingHookProcessor.process
(HookEventType hookEvent, String payload, BitbucketType instanceType, String origin) 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
PullRequestHookProcessor.process
(HookEventType hookEvent, String payload, BitbucketType instanceType, String origin) void
PushHookProcessor.process
(HookEventType hookEvent, String payload, BitbucketType instanceType, String origin)