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 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
Subclasses of BitbucketClientException in com.atlassian.bitbucket.jenkins.internal.client.exception Modifier and Type Class Description classAuthorizationExceptionThrown when theCredentialsused did not have the required permissions.classBadRequestExceptionThrown when the server rejected the request with a 400 (but NOT a 404) family response.classConnectionFailureExceptionCould not connect to the server, either the socket was rejected, or the connection timed out.classNoContentExceptionCaller requested a result but the server did not reply with a body.classNotFoundExceptionThe requested URL does not exist on the server.classRateLimitedExceptionThe request was not accepted on the remote server due to rate limiting.classServerErrorExceptionThe server responded with a 500 family exception.classUnhandledErrorExceptionThrown 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 classMirrorFetchException
-