Package | Description |
---|---|
com.atlassian.bitbucket.jira |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationTypeNotInstalledException
Exception thrown when the required UAL
ApplicationType has not been installed on the remote Jira server. |
class |
IncorrectApplicationBaseUrlException
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 |
JiraUserCredentialsException
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 |
NotAJiraServerException
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).
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Copyright © 2019 Atlassian. All rights reserved.