Uses of Class
com.cloudbees.jenkins.plugins.bitbucket.endpoints.AbstractBitbucketEndpoint
Packages that use AbstractBitbucketEndpoint
-
Uses of AbstractBitbucketEndpoint in com.cloudbees.jenkins.plugins.bitbucket.endpoints
Modifier and TypeClassDescriptionclass
Represents Bitbucket Cloud.class
Represents a Bitbucket Server instance.Methods in com.cloudbees.jenkins.plugins.bitbucket.endpoints with type parameters of type AbstractBitbucketEndpointModifier and TypeMethodDescription<T extends AbstractBitbucketEndpoint>
Optional<T>BitbucketEndpointConfiguration.findEndpoint
(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.endpoints that return AbstractBitbucketEndpointMethods in com.cloudbees.jenkins.plugins.bitbucket.endpoints that return types with arguments of type AbstractBitbucketEndpointModifier and TypeMethodDescriptionBitbucketEndpointConfiguration.findEndpoint
(String serverURL) Checks to see if the supplied server URL is defined in the global configuration.BitbucketEndpointConfiguration.getEndpoints()
Gets the list of endpoints.Methods in com.cloudbees.jenkins.plugins.bitbucket.endpoints with parameters of type AbstractBitbucketEndpointModifier and TypeMethodDescriptionboolean
BitbucketEndpointConfiguration.addEndpoint
(AbstractBitbucketEndpoint endpoint) Adds an endpoint.boolean
BitbucketEndpointConfiguration.removeEndpoint
(AbstractBitbucketEndpoint endpoint) Removes an endpoint.void
BitbucketEndpointConfiguration.updateEndpoint
(AbstractBitbucketEndpoint endpoint) Updates an existing endpoint (or adds if missing).Method parameters in com.cloudbees.jenkins.plugins.bitbucket.endpoints with type arguments of type AbstractBitbucketEndpointModifier and TypeMethodDescriptionvoid
BitbucketEndpointConfiguration.setEndpoints
(List<? extends AbstractBitbucketEndpoint> endpoints) Sets the list of endpoints.