Uses of Class
com.atlassian.bitbucket.jira.JiraSetupException
Packages that use JiraSetupException
-
Uses of JiraSetupException in com.atlassian.bitbucket.jira
Subclasses of JiraSetupException in com.atlassian.bitbucket.jiraModifier and TypeClassDescriptionclass
Exception thrown when the required UALApplicationType
has not been installed on the remote Jira server.class
This exception is thrown when the base URL supplied to Jira to create a reciprocal application link was not accessible from the Jira server.class
This exception is thrown when the user-supplied Jira admin username and/or password was incorrect, or the user authenticated successfully but they are not an administrator.class
This exception is thrown when the setup service can not retrieve the remote Jira server's UAL manifest (usually available at /rest/applinks/1.0/manifest).Methods in com.atlassian.bitbucket.jira that throw JiraSetupExceptionModifier and TypeMethodDescriptionvoid
JiraSetupService.createLink
(URI remoteRpcUrl, URI localRpcUrl, String username, String password, boolean setupUserManagement) Create an authenticated, reciprocated Application Link to a Jira server, and optionally set up a Jira user directory for it.