Uses of Class
com.atlassian.bitbucket.jenkins.internal.client.exception.BitbucketClientException
Packages that use BitbucketClientException
Package
Description
Add package level annotations to indicate everything is non-null by default.
Add package level annotations to indicate everything is non-null by default.
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 BitbucketClientExceptionModifier and TypeMethodDescriptionstatic Collection<BitbucketProject>BitbucketSearchHelper.findProjects(String projectName, BitbucketClientFactory clientFactory) static Collection<BitbucketRepository>BitbucketSearchHelper.findRepositories(String repositoryName, String projectName, BitbucketClientFactory client) static BitbucketProjectBitbucketSearchHelper.getProjectByNameOrKey(String projectNameOrKey, BitbucketClientFactory clientFactory) static BitbucketRepositoryBitbucketSearchHelper.getRepositoryByNameOrSlug(String projectNameOrKey, String repositoryNameOrSlug, BitbucketClientFactory clientFactory) -
Uses of BitbucketClientException in com.atlassian.bitbucket.jenkins.internal.client.exception
Modifier and TypeClassDescriptionclassThrown when theCredentialsused did not have the required permissions.classThrown when the server rejected the request with a 400 (but NOT a 404) family response.classCould not connect to the server, either the socket was rejected, or the connection timed out.classCaller requested a result but the server did not reply with a body.classThe requested URL does not exist on the server.classThe request was not accepted on the remote server due to rate limiting.classThe server responded with a 500 family exception.classThrown 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