Package | Description |
---|---|
com.cloudbees.jenkins.plugins.bitbucket.endpoints |
Modifier and Type | Class and Description |
---|---|
class |
BitbucketCloudEndpoint
Represents Bitbucket Cloud.
|
class |
BitbucketServerEndpoint
Represents a Bitbucket Server instance.
|
Modifier and Type | Method and Description |
---|---|
AbstractBitbucketEndpoint |
BitbucketEndpointConfiguration.findEndpoint(String serverUrl)
Checks to see if the supplied server URL is defined in the global configuration.
|
Modifier and Type | Method and Description |
---|---|
Optional<AbstractBitbucketEndpoint> |
BitbucketEndpointConfiguration.findEndpoint(String serverUrl,
Class<? extends AbstractBitbucketEndpoint> clazz)
Checks to see if the supplied server URL is defined in the global configuration.
|
List<AbstractBitbucketEndpoint> |
BitbucketEndpointConfiguration.getEndpoints()
Gets the list of endpoints.
|
Modifier and Type | Method and Description |
---|---|
boolean |
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).
|
Modifier and Type | Method and Description |
---|---|
Optional<AbstractBitbucketEndpoint> |
BitbucketEndpointConfiguration.findEndpoint(String serverUrl,
Class<? extends AbstractBitbucketEndpoint> clazz)
Checks to see if the supplied server URL is defined in the global configuration.
|
void |
BitbucketEndpointConfiguration.setEndpoints(List<? extends AbstractBitbucketEndpoint> endpoints)
Sets the list of endpoints.
|
Copyright © 2016–2022. All rights reserved.