Class ConfigCrowdApplication
java.lang.Object
com.atlassian.jira.functest.config.crowd.ConfigCrowdApplication
- All Implemented Interfaces:
ConfigObjectWithId
Represents an "<Application ...> from an XML backup.
<Application id="1" name="crowd-embedded" lowerName="crowd-embedded" active="1" applicationType="CROWD"/>
- Since:
- v4.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()inthashCode()isActive()setApplicationType(String applicationType) setLowerName(String lowerName) toString()
-
Constructor Details
-
ConfigCrowdApplication
public ConfigCrowdApplication()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceConfigObjectWithId
-
setId
-
getName
-
setName
-
getLowerName
-
setLowerName
-
isActive
-
setActive
-
getApplicationType
-
setApplicationType
-
equals
-
hashCode
public int hashCode() -
toString
-