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.endpoints
Classes in com.cloudbees.jenkins.plugins.bitbucket.endpoints that implement BitbucketEndpointModifier and TypeClassDescriptionclass
Represents aBitbucketCloudEndpoint
or aBitbucketServerEndpoint
.class
Represents Bitbucket Cloud.class
Represents a Bitbucket Server instance.Methods in com.cloudbees.jenkins.plugins.bitbucket.endpoints that return BitbucketEndpointMethods 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.