public class JIRAUserDirectorySetup extends Object implements UserDirectorySetupType
Constructor and Description |
---|
JIRAUserDirectorySetup(JiraConnectionSetup jiraConnection,
boolean testIncompatibleVersion)
Constructs a UserDirectorySetupType
|
Modifier and Type | Method and Description |
---|---|
JiraConnectionSetup |
getJiraConnection() |
boolean |
testIncompatibleVersion() |
String |
toString() |
public JIRAUserDirectorySetup(JiraConnectionSetup jiraConnection, boolean testIncompatibleVersion)
jiraConnection
- an example of Jira connection detailstestIncompatibleVersion
- true if the provided Jira details refer to a version of Jira which
doesn't support Jira-As-A-Crowd-Server (JAACS supported from 4.3+)public JiraConnectionSetup getJiraConnection()
public boolean testIncompatibleVersion()
Copyright © 2003–2019 Atlassian. All rights reserved.