Class BitbucketCloudRestApiClient
java.lang.Object
com.atlassian.bamboo.plugins.bitbucket.v2.BitbucketCloudRestApiClient
- Direct Known Subclasses:
BitbucketCloudCommitCommenter,BitbucketCloudPullRequestDetector,WebhookManagementServiceImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddFeatures(jakarta.ws.rs.client.WebTarget resource, jakarta.ws.rs.core.Feature... features) protected @Nullable org.glassfish.jersey.client.authentication.HttpAuthenticationFeaturegetAuthFeature(String username, String password) protected @Nullable org.glassfish.jersey.logging.LoggingFeaturegetLoggingFeature(org.apache.logging.log4j.Logger log) protected jakarta.ws.rs.client.Invocation.BuilderprepareResourceCall(URI requestUri, jakarta.ws.rs.core.Feature... features) protected jakarta.ws.rs.client.Invocation.BuilderprepareResourceCall(URI requestUri, jakarta.ws.rs.core.MediaType contentType, jakarta.ws.rs.core.Feature... features)
-
Field Details
-
bitbucketClientSupplier
-
-
Constructor Details
-
BitbucketCloudRestApiClient
public BitbucketCloudRestApiClient()
-
-
Method Details
-
getAuthFeature
-
getLoggingFeature
@Nullable protected @Nullable org.glassfish.jersey.logging.LoggingFeature getLoggingFeature(org.apache.logging.log4j.Logger log) -
addFeatures
protected void addFeatures(jakarta.ws.rs.client.WebTarget resource, jakarta.ws.rs.core.Feature... features) -
prepareResourceCall
@NotNull protected jakarta.ws.rs.client.Invocation.Builder prepareResourceCall(URI requestUri, jakarta.ws.rs.core.Feature... features) -
prepareResourceCall
@NotNull protected jakarta.ws.rs.client.Invocation.Builder prepareResourceCall(URI requestUri, jakarta.ws.rs.core.MediaType contentType, jakarta.ws.rs.core.Feature... features)
-