Uses of Class
com.atlassian.bitbucket.jira.JiraSetupException
Packages that use JiraSetupException
- 
Uses of JiraSetupException in com.atlassian.bitbucket.jiraSubclasses of JiraSetupException in com.atlassian.bitbucket.jiraModifier and TypeClassDescriptionclassException thrown when the required UALApplicationTypehas not been installed on the remote Jira server.classThis exception is thrown when the base URL supplied to Jira to create a reciprocal application link was not accessible from the Jira server.classThis 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.classThis 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 TypeMethodDescriptionvoidJiraSetupService.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.