Uses of Interface
com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.BitbucketEndpoint
Packages that use BitbucketEndpoint
Package
Description
-
Uses of BitbucketEndpoint in com.cloudbees.jenkins.plugins.bitbucket.api.endpoint
Methods in com.cloudbees.jenkins.plugins.bitbucket.api.endpoint with type parameters of type BitbucketEndpointModifier and TypeMethodDescriptionstatic <T extends BitbucketEndpoint>
Collection<T>BitbucketEndpointProvider.lookupEndpoint
(EndpointType type) Checks to see if the supplied server URL is defined in the global configuration.static <T extends BitbucketEndpoint>
Optional<T>BitbucketEndpointProvider.lookupEndpoint
(String serverURL) Checks to see if the supplied server URL is defined in the global configuration.static <T extends BitbucketEndpoint>
Optional<T>BitbucketEndpointProvider.lookupEndpoint
(String serverURL, Class<T> clazz) Checks to see if the supplied server URL is defined in the global configuration.Methods in com.cloudbees.jenkins.plugins.bitbucket.api.endpoint that return BitbucketEndpointModifier and TypeMethodDescriptionstatic BitbucketEndpoint
BitbucketEndpointProvider.registerEndpoint
(String name, String serverURL, UnaryOperator<BitbucketEndpoint> endpointCustomiser) Register a newBitbucketEndpoint
to the global configuration.Methods in com.cloudbees.jenkins.plugins.bitbucket.api.endpoint that return types with arguments of type BitbucketEndpointModifier and TypeMethodDescriptionstatic List<BitbucketEndpoint>
BitbucketEndpointProvider.all()
Returns all configured Bitbucket endpoints in the global page.Methods in com.cloudbees.jenkins.plugins.bitbucket.api.endpoint with parameters of type BitbucketEndpointModifier and TypeMethodDescriptiondefault boolean
BitbucketEndpoint.isEquals
(BitbucketEndpoint endpoint) Returns if two endpoint are the equals.Method parameters in com.cloudbees.jenkins.plugins.bitbucket.api.endpoint with type arguments of type BitbucketEndpointModifier and TypeMethodDescriptionstatic BitbucketEndpoint
BitbucketEndpointProvider.registerEndpoint
(String name, String serverURL, UnaryOperator<BitbucketEndpoint> endpointCustomiser) Register a newBitbucketEndpoint
to the global configuration. -
Uses of BitbucketEndpoint in com.cloudbees.jenkins.plugins.bitbucket.api.webhook
Methods in com.cloudbees.jenkins.plugins.bitbucket.api.webhook with parameters of type BitbucketEndpointModifier and TypeMethodDescriptionvoid
BitbucketWebhookProcessor.process
(String eventType, String payload, Map<String, Object> context, BitbucketEndpoint endpoint) See Event Payloads for more information about the payload parameter format.void
BitbucketWebhookManager.setCallbackURL
(String callbackURL, BitbucketEndpoint endpoint) The callback URL where send event payload.void
BitbucketWebhookProcessor.verifyPayload
(Map<String, String> headers, String payload, BitbucketEndpoint endpoint) The implementation must verify if the incoming request is secured or not eventually gather some settings from the givenBitbucketEndpoint
configuration. -
Uses of BitbucketEndpoint in com.cloudbees.jenkins.plugins.bitbucket.endpoints
Methods in com.cloudbees.jenkins.plugins.bitbucket.endpoints that return BitbucketEndpointMethods in com.cloudbees.jenkins.plugins.bitbucket.endpoints that return types with arguments of type BitbucketEndpointModifier and TypeMethodDescriptionBitbucketEndpointConfiguration.getEndpoints()
Gets the list of endpoints.Methods in com.cloudbees.jenkins.plugins.bitbucket.endpoints with parameters of type BitbucketEndpointModifier and TypeMethodDescriptionboolean
BitbucketEndpointConfiguration.addEndpoint
(BitbucketEndpoint endpoint) Adds an endpoint.boolean
BitbucketEndpointConfiguration.removeEndpoint
(BitbucketEndpoint endpoint) Removes an endpoint.void
BitbucketEndpointConfiguration.updateEndpoint
(BitbucketEndpoint endpoint) Updates an existing endpoint (or adds if missing).Method parameters in com.cloudbees.jenkins.plugins.bitbucket.endpoints with type arguments of type BitbucketEndpointModifier and TypeMethodDescriptionvoid
BitbucketEndpointConfiguration.setEndpoints
(List<? extends BitbucketEndpoint> endpoints) Sets the list of endpoints. -
Uses of BitbucketEndpoint in com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint
Classes in com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint that implement BitbucketEndpointModifier and TypeClassDescriptionclass
Represents aBitbucketCloudEndpoint
or aBitbucketServerEndpoint
.class
Represents Bitbucket Cloud.class
Represents a Bitbucket Server instance. -
Uses of BitbucketEndpoint in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook
Methods in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook with parameters of type BitbucketEndpointModifier and TypeMethodDescriptionvoid
AbstractWebhookProcessor.verifyPayload
(Map<String, String> headers, String body, BitbucketEndpoint endpoint) -
Uses of BitbucketEndpoint in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud
Methods in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud with parameters of type BitbucketEndpointModifier and TypeMethodDescriptionvoid
CloudPullRequestWebhookProcessor.process
(String hookEventType, String payload, Map<String, Object> context, BitbucketEndpoint endpoint) void
CloudPushWebhookProcessor.process
(String hookEventType, String payload, Map<String, Object> context, BitbucketEndpoint endpoint) void
CloudWebhookManager.setCallbackURL
(String callbackURL, BitbucketEndpoint endpoint) -
Uses of BitbucketEndpoint in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin
Methods in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin with parameters of type BitbucketEndpointModifier and TypeMethodDescriptionvoid
PluginPullRequestWebhookProcessor.process
(String hookEventType, String payload, Map<String, Object> context, BitbucketEndpoint endpoint) Deprecated.void
PluginPushWebhookProcessor.process
(String eventType, String payload, Map<String, Object> context, BitbucketEndpoint endpoint) Deprecated.void
PluginWebhookManager.setCallbackURL
(String callbackURL, BitbucketEndpoint endpoint) Deprecated.void
PluginPullRequestWebhookProcessor.verifyPayload
(Map<String, String> headers, String body, BitbucketEndpoint endpoint) Deprecated.void
PluginPushWebhookProcessor.verifyPayload
(Map<String, String> headers, String body, BitbucketEndpoint endpoint) Deprecated. -
Uses of BitbucketEndpoint in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server
Methods in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server with parameters of type BitbucketEndpointModifier and TypeMethodDescriptionvoid
ServerPingWebhookProcessor.process
(String eventType, String payload, Map<String, Object> context, BitbucketEndpoint endpoint) void
ServerPullRequestWebhookProcessor.process
(String hookEventType, String payload, Map<String, Object> context, BitbucketEndpoint endpoint) void
ServerPushWebhookProcessor.process
(String hookEventType, String payload, Map<String, Object> context, BitbucketEndpoint endpoint) void
ServerWebhookManager.setCallbackURL
(String callbackURL, BitbucketEndpoint endpoint) void
ServerPingWebhookProcessor.verifyPayload
(Map<String, String> headers, String body, BitbucketEndpoint endpoint)