Uses of Class
jetbrains.buildServer.issueTracker.errors.RetrieveIssueException
-
Packages that use RetrieveIssueException Package Description jetbrains.buildServer.issueTracker jetbrains.buildServer.issueTracker.errors jetbrains.buildServer.issueTracker.impl -
-
Uses of RetrieveIssueException in jetbrains.buildServer.issueTracker
Methods in jetbrains.buildServer.issueTracker with parameters of type RetrieveIssueException Modifier and Type Method Description String
IssueProviderEx. describeError(RetrieveIssueException e)
Returns a human-readable description of theRetrieveIssueException
error.Methods in jetbrains.buildServer.issueTracker that throw RetrieveIssueException Modifier and Type Method Description IssueData
IssueProvider. findIssueById(String id)
Returns the issue by the specified id.IssueEx
IssuesManager. findIssueById(IssueProvider provider, String id)
Returns the issue corresponding to specifiedid
. -
Uses of RetrieveIssueException in jetbrains.buildServer.issueTracker.errors
Subclasses of RetrieveIssueException in jetbrains.buildServer.issueTracker.errors Modifier and Type Class Description class
ConfigurationException
Exception is thrown when the issue tracker is not configured correctly.class
ConnectionException
Exception indicates a general connection failure with the issue tracker.class
ForbiddenException
Exception is thrown when the requestor is not authorized to retrieve the issue.class
IssueTrackerErrorException
Exception is thrown in case of issue tracker server failure.class
NotFoundException
Exception is thrown when certain issue cannot be found in the issue tracker.class
ProxyAuthorizationException
Similar toUnauthorizedException
this exception indicated an authorization problem particularly with the proxy server.class
RequestTimeoutException
Exception indicates that the request was not performed within certain timeout.class
UnauthorizedException
Exception is thrown when the request requires user authentication.class
UnsupportedException
Exception is thrown when TeamCity failed to parse or understand the response from the issue tracker, or the issue tracker failed to understand the request from TeamCity. -
Uses of RetrieveIssueException in jetbrains.buildServer.issueTracker.impl
Methods in jetbrains.buildServer.issueTracker.impl with parameters of type RetrieveIssueException Modifier and Type Method Description String
IssueProviderWrapper. describeError(RetrieveIssueException e)
Methods in jetbrains.buildServer.issueTracker.impl that throw RetrieveIssueException Modifier and Type Method Description IssueEx
IssuesManagerImpl. findIssueById(IssueProvider provider, String id)
-