public abstract class BitbucketCloudRestApiClient extends Object
Modifier and Type | Field and Description |
---|---|
protected Supplier<com.sun.jersey.api.client.Client> |
bitbucketClientSupplier |
Constructor and Description |
---|
BitbucketCloudRestApiClient() |
Modifier and Type | Method and Description |
---|---|
protected void |
addFilters(com.sun.jersey.api.client.WebResource resource,
com.sun.jersey.api.client.filter.ClientFilter... filters) |
protected @Nullable com.sun.jersey.api.client.filter.HTTPBasicAuthFilter |
getAuthFilter(String username,
String password) |
protected @Nullable com.sun.jersey.api.client.filter.LoggingFilter |
getLoggingFilter(org.apache.log4j.Logger log) |
protected com.sun.jersey.api.client.WebResource.Builder |
prepareResourceCall(URI requestUri,
com.sun.jersey.api.client.filter.ClientFilter... filters) |
protected final Supplier<com.sun.jersey.api.client.Client> bitbucketClientSupplier
@Nullable protected @Nullable com.sun.jersey.api.client.filter.HTTPBasicAuthFilter getAuthFilter(String username, String password)
@Nullable protected @Nullable com.sun.jersey.api.client.filter.LoggingFilter getLoggingFilter(org.apache.log4j.Logger log)
protected void addFilters(com.sun.jersey.api.client.WebResource resource, @NotNull com.sun.jersey.api.client.filter.ClientFilter... filters)
@NotNull protected com.sun.jersey.api.client.WebResource.Builder prepareResourceCall(URI requestUri, @NotNull com.sun.jersey.api.client.filter.ClientFilter... filters)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.