com.atlassian.jira.functest.framework.backdoor
Class DarkFeaturesControl
java.lang.Object
com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient<T>
com.atlassian.jira.functest.framework.backdoor.BackdoorControl<DarkFeaturesControl>
com.atlassian.jira.functest.framework.backdoor.DarkFeaturesControl
- All Implemented Interfaces:
- FuncTestLogger
public class DarkFeaturesControl
- extends BackdoorControl<DarkFeaturesControl>
Use this class from func/selenium/page-object tests that need to manipulate Dark Features.
- Since:
- v5.0
Nested classes/interfaces inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient |
com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient.Method |
Fields inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient |
REST_VERSION |
Constructor Summary |
DarkFeaturesControl(com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData)
|
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 |
DarkFeaturesControl
public DarkFeaturesControl(com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData)
enableForUser
public void enableForUser(String username,
String feature)
disableForUser
public void disableForUser(String username,
String feature)
enableForSite
public void enableForSite(String feature)
disableForSite
public void disableForSite(String feature)
Copyright © 2002-2012 Atlassian. All Rights Reserved.