|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient<T>
com.atlassian.jira.functest.framework.backdoor.BackdoorControl<DarkFeaturesControl>
com.atlassian.jira.functest.framework.backdoor.DarkFeaturesControl
public class DarkFeaturesControl
Use this class from func/selenium/page-object tests that need to manipulate Dark Features.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient |
---|
RestApiClient.Method |
Field Summary |
---|
Fields inherited from class com.atlassian.jira.functest.framework.backdoor.BackdoorControl |
---|
restPathRootLength |
Fields inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient |
---|
REST_VERSION |
Constructor Summary | |
---|---|
DarkFeaturesControl(JIRAEnvironmentData environmentData)
|
Method Summary | |
---|---|
void |
disableForSite(String feature)
|
void |
disableForUser(String username,
String feature)
|
void |
enableForSite(String feature)
|
void |
enableForUser(String username,
String feature)
|
Methods inherited from class com.atlassian.jira.functest.framework.backdoor.BackdoorControl |
---|
createResource, delete, get, get, get, getId, log, log, post |
Methods inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient |
---|
anonymous, errorResponse, expanded, loginAs, loginAs, percentEncode, resourceRoot, setOf, toResponse, toResponse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DarkFeaturesControl(JIRAEnvironmentData environmentData)
Method Detail |
---|
public void enableForUser(String username, String feature)
public void disableForUser(String username, String feature)
public void enableForSite(String feature)
public void disableForSite(String feature)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |