com.atlassian.confluence.it.setup.userdirectory
Class JIRAUserDirectorySetup

java.lang.Object
  extended by com.atlassian.confluence.it.setup.userdirectory.JIRAUserDirectorySetup
All Implemented Interfaces:
UserDirectorySetupType

public class JIRAUserDirectorySetup
extends java.lang.Object
implements UserDirectorySetupType

Represents a setup using Jira As A Crowd Server (as known as JAACS)


Constructor Summary
JIRAUserDirectorySetup(JiraConnectionSetup jiraConnection, boolean testIncompatibleVersion)
          Constructs a UserDirectorySetupType
 
Method Summary
 JiraConnectionSetup getJiraConnection()
           
 boolean testIncompatibleVersion()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JIRAUserDirectorySetup

public JIRAUserDirectorySetup(JiraConnectionSetup jiraConnection,
                              boolean testIncompatibleVersion)
Constructs a UserDirectorySetupType

Parameters:
jiraConnection - an example of JIRA connection details
testIncompatibleVersion - 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+)
Method Detail

getJiraConnection

public JiraConnectionSetup getJiraConnection()

testIncompatibleVersion

public boolean testIncompatibleVersion()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003-2014 Atlassian. All Rights Reserved.