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 BitbucketEndpointBitbucketEndpointProvider.registerEndpoint(String name, String serverURL, BitbucketWebhookConfiguration webhook, UnaryOperator<BitbucketEndpoint> endpointCustomiser) Register a newBitbucketEndpointto the global configuration.static BitbucketEndpointBitbucketEndpointProvider.registerEndpoint(String name, String serverURL, UnaryOperator<BitbucketEndpoint> endpointCustomiser) Register a newBitbucketEndpointto 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 booleanBitbucketEndpoint.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 BitbucketEndpointBitbucketEndpointProvider.registerEndpoint(String name, String serverURL, BitbucketWebhookConfiguration webhook, UnaryOperator<BitbucketEndpoint> endpointCustomiser) Register a newBitbucketEndpointto the global configuration.static BitbucketEndpointBitbucketEndpointProvider.registerEndpoint(String name, String serverURL, UnaryOperator<BitbucketEndpoint> endpointCustomiser) Register a newBitbucketEndpointto 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 TypeMethodDescriptionvoidBitbucketWebhookProcessorListener.onProcess(String eventType, String payload, BitbucketEndpoint endpoint) Notify after the processor has processed the incoming webhook payload.voidBitbucketWebhookProcessor.process(String eventType, String payload, Map<String, Object> context, BitbucketEndpoint endpoint) See Event Payloads for more information about the payload parameter format.voidBitbucketWebhookManager.setCallbackURL(String callbackURL, BitbucketEndpoint endpoint) The callback URL where send event payload.voidBitbucketWebhookProcessor.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 givenBitbucketEndpointconfiguration. -
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 TypeMethodDescriptionbooleanBitbucketEndpointConfiguration.addEndpoint(BitbucketEndpoint endpoint) Adds an endpoint.booleanBitbucketEndpointConfiguration.removeEndpoint(BitbucketEndpoint endpoint) Removes an endpoint.voidBitbucketEndpointConfiguration.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 TypeMethodDescriptionvoidBitbucketEndpointConfiguration.setEndpoints(List<? extends BitbucketEndpoint> endpoints) Sets the list of endpoints. -
Uses of BitbucketEndpoint in com.cloudbees.jenkins.plugins.bitbucket.hooks
Methods in com.cloudbees.jenkins.plugins.bitbucket.hooks with parameters of type BitbucketEndpointModifier and TypeMethodDescriptionvoidWebhookProcessorListenersHandler.onProcess(String eventType, String body, BitbucketEndpoint endpoint) -
Uses of BitbucketEndpoint in com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint
Classes in com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint that implement BitbucketEndpointModifier and TypeClassDescriptionclassRepresents aBitbucketCloudEndpointor aBitbucketServerEndpoint.classRepresents Bitbucket Cloud.classRepresents 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 TypeMethodDescriptionvoidAbstractWebhookManager.setCallbackURL(String callbackURL, BitbucketEndpoint endpoint) voidAbstractWebhookProcessor.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 TypeMethodDescriptionvoidCloudPullRequestWebhookProcessor.process(String hookEventType, String payload, Map<String, Object> context, BitbucketEndpoint endpoint) voidCloudPushWebhookProcessor.process(String hookEventType, String payload, Map<String, Object> context, 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 TypeMethodDescriptionvoidPluginPullRequestWebhookProcessor.process(String hookEventType, String payload, Map<String, Object> context, BitbucketEndpoint endpoint) Deprecated.voidPluginPushWebhookProcessor.process(String eventType, String payload, Map<String, Object> context, BitbucketEndpoint endpoint) Deprecated.voidPluginWebhookManager.setCallbackURL(String callbackURL, BitbucketEndpoint endpoint) Deprecated.voidPluginPullRequestWebhookProcessor.verifyPayload(Map<String, String> headers, String body, BitbucketEndpoint endpoint) Deprecated.voidPluginPushWebhookProcessor.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 TypeMethodDescriptionvoidServerPingWebhookProcessor.process(String eventType, String payload, Map<String, Object> context, BitbucketEndpoint endpoint) voidServerPullRequestWebhookProcessor.process(String hookEventType, String payload, Map<String, Object> context, BitbucketEndpoint endpoint) voidServerPushWebhookProcessor.process(String hookEventType, String payload, Map<String, Object> context, BitbucketEndpoint endpoint) voidServerWebhookManager.setCallbackURL(String callbackURL, BitbucketEndpoint endpoint) voidServerPingWebhookProcessor.verifyPayload(Map<String, String> headers, String body, BitbucketEndpoint endpoint)