Uses of Class
com.atlassian.bitbucket.jenkins.internal.client.exception.BitbucketClientException
-
Packages that use BitbucketClientException Package Description com.atlassian.bitbucket.jenkins.internal.client Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.client.exception Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.scm Add package level annotations to indicate everything is non-null by default. -
-
Uses of BitbucketClientException in com.atlassian.bitbucket.jenkins.internal.client
Methods in com.atlassian.bitbucket.jenkins.internal.client that throw BitbucketClientException Modifier and Type Method Description static Collection<BitbucketProject>
BitbucketSearchHelper. findProjects(String projectName, BitbucketClientFactory clientFactory)
static Collection<BitbucketRepository>
BitbucketSearchHelper. findRepositories(String repositoryName, String projectName, BitbucketClientFactory client)
static BitbucketProject
BitbucketSearchHelper. getProjectByNameOrKey(String projectNameOrKey, BitbucketClientFactory clientFactory)
static BitbucketRepository
BitbucketSearchHelper. getRepositoryByNameOrSlug(String projectNameOrKey, String repositoryNameOrSlug, BitbucketClientFactory clientFactory)
-
Uses of BitbucketClientException in com.atlassian.bitbucket.jenkins.internal.client.exception
Subclasses of BitbucketClientException in com.atlassian.bitbucket.jenkins.internal.client.exception Modifier and Type Class Description class
AuthorizationException
Thrown when theCredentials
used did not have the required permissions.class
BadRequestException
Thrown when the server rejected the request with a 400 (but NOT a 404) family response.class
ConnectionFailureException
Could not connect to the server, either the socket was rejected, or the connection timed out.class
NoContentException
Caller requested a result but the server did not reply with a body.class
NotFoundException
The requested URL does not exist on the server.class
RateLimitedException
The request was not accepted on the remote server due to rate limiting.class
ServerErrorException
The server responded with a 500 family exception.class
UnhandledErrorException
Thrown when the server replies with a response code the client can't handle. -
Uses of BitbucketClientException in com.atlassian.bitbucket.jenkins.internal.scm
Subclasses of BitbucketClientException in com.atlassian.bitbucket.jenkins.internal.scm Modifier and Type Class Description class
MirrorFetchException
-