com.atlassian.jira.pageobjects.config
Class WebSudoControl

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

public class WebSudoControl
extends Object

Enables/disables web sudo in JIRA.

Since:
v4.4

Constructor Summary
WebSudoControl()
           
WebSudoControl(org.openqa.selenium.WebDriver driver, com.atlassian.pageobjects.ProductInstance productInstance)
           
 
Method Summary
 void disable()
           
 void enable()
           
 void toogle(boolean targetWebSudoState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebSudoControl

public WebSudoControl()

WebSudoControl

@Inject
public WebSudoControl(org.openqa.selenium.WebDriver driver,
                             com.atlassian.pageobjects.ProductInstance productInstance)
Method Detail

enable

public void enable()

disable

public void disable()

toogle

public void toogle(boolean targetWebSudoState)


Copyright © 2002-2012 Atlassian. All Rights Reserved.