com.atlassian.jira.pageobjects.config
Class WebSudoComposer
java.lang.Object
com.atlassian.jira.pageobjects.config.WebSudoComposer
public class WebSudoComposer
- extends Object
Provides composable web sudo control operations for
CompositeTestRunner.
- Since:
- v4.4
|
Method Summary |
static com.atlassian.integrationtesting.runner.CompositeTestRunner.Composer |
enableIfRequested(JiraTestedProduct product)
Global web-sudo disable before class and method so that other setup operations can run smoothly. |
static com.atlassian.integrationtesting.runner.CompositeTestRunner.Composer |
globalDisable(JiraTestedProduct product)
Global web-sudo disable before class and method so that other setup operations can run smoothly. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebSudoComposer
public WebSudoComposer()
globalDisable
public static com.atlassian.integrationtesting.runner.CompositeTestRunner.Composer globalDisable(JiraTestedProduct product)
- Global web-sudo disable before class and method so that other setup operations can run smoothly.
- Parameters:
product - JIRA product instance
- Returns:
- composer with global websudo disable operations added
enableIfRequested
public static com.atlassian.integrationtesting.runner.CompositeTestRunner.Composer enableIfRequested(JiraTestedProduct product)
- Global web-sudo disable before class and method so that other setup operations can run smoothly.
- Parameters:
product - JIRA product instance
- Returns:
- composer with global websudo disable operations added
Copyright © 2002-2012 Atlassian. All Rights Reserved.