com.atlassian.jira.pageobjects.config
Class WebSudoComposer

java.lang.Object
  extended by com.atlassian.jira.pageobjects.config.WebSudoComposer

public class WebSudoComposer
extends Object

Provides composable web sudo control operations for CompositeTestRunner.

Since:
v4.4

Constructor Summary
WebSudoComposer()
           
 
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
 

Constructor Detail

WebSudoComposer

public WebSudoComposer()
Method Detail

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.