|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.webtests.util.AbstractEnvironmentData
public abstract class AbstractEnvironmentData
Constructor Summary | |
---|---|
protected |
AbstractEnvironmentData(Properties properties)
|
Method Summary | |
---|---|
protected abstract String |
getEdition()
|
protected String |
getEnvironmentProperty(String key,
String defaultValue)
|
protected String |
getEnvironmentProperty(String key,
String defaultValue,
boolean allowEmpty)
|
String |
getProperty(String key)
Returns a property from the test environment. |
String |
getReleaseInfo()
This is the expected release information shown under "Installation Type" on the sysinfo page. |
Class<? extends junit.framework.TestCase> |
getSingleTestClass()
Run a specifically named test instead of the normal suite |
String |
getTenant()
Returns the tenant to run requests on. |
boolean |
isAllTests()
|
boolean |
isBlame()
Experimental Judge Judy build. |
boolean |
isBundledPluginsOnly()
|
boolean |
isSingleNamedTest()
|
boolean |
isTpmLdapTests()
A special suite of tests that connect to an LDAP server on LabManager (TPM). |
boolean |
shouldCreateDummyTenant()
Whether a dummy tenant should be created after the tenant is created. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.jira.webtests.util.JIRAEnvironmentData |
---|
getBaseUrl, getContext, getJIRAHomeLocation, getWorkingDirectory, getXMLDataLocation |
Constructor Detail |
---|
protected AbstractEnvironmentData(Properties properties)
Method Detail |
---|
public boolean isBundledPluginsOnly()
isBundledPluginsOnly
in interface com.atlassian.jira.testkit.client.JIRAEnvironmentData
public boolean isTpmLdapTests()
JIRAEnvironmentData
isTpmLdapTests
in interface com.atlassian.jira.testkit.client.JIRAEnvironmentData
public boolean isBlame()
JIRAEnvironmentData
isBlame
in interface com.atlassian.jira.testkit.client.JIRAEnvironmentData
public boolean isAllTests()
isAllTests
in interface com.atlassian.jira.testkit.client.JIRAEnvironmentData
protected abstract String getEdition()
public String getReleaseInfo()
JIRAEnvironmentData
getReleaseInfo
in interface com.atlassian.jira.testkit.client.JIRAEnvironmentData
public String getProperty(String key)
JIRAEnvironmentData
getProperty
in interface com.atlassian.jira.testkit.client.JIRAEnvironmentData
key
- the property key
protected String getEnvironmentProperty(String key, String defaultValue)
protected String getEnvironmentProperty(String key, String defaultValue, boolean allowEmpty)
public boolean isSingleNamedTest()
isSingleNamedTest
in interface com.atlassian.jira.testkit.client.JIRAEnvironmentData
public String getTenant()
JIRAEnvironmentData
getTenant
in interface com.atlassian.jira.testkit.client.JIRAEnvironmentData
public boolean shouldCreateDummyTenant()
JIRAEnvironmentData
shouldCreateDummyTenant
in interface com.atlassian.jira.testkit.client.JIRAEnvironmentData
public Class<? extends junit.framework.TestCase> getSingleTestClass()
JIRAEnvironmentData
getSingleTestClass
in interface com.atlassian.jira.testkit.client.JIRAEnvironmentData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |