com.atlassian.jira.pageobjects.components
Class JiraWebSudoBanner

java.lang.Object
  extended by com.atlassian.jira.pageobjects.components.JiraWebSudoBanner
All Implemented Interfaces:
com.atlassian.pageobjects.component.WebSudoBanner

public class JiraWebSudoBanner
extends Object
implements com.atlassian.pageobjects.component.WebSudoBanner

Since:
v4.4

Constructor Summary
JiraWebSudoBanner()
           
 
Method Summary
<P extends com.atlassian.pageobjects.Page>
P
dropWebSudo(Class<P> nextPage)
           
 String getMessage()
           
 boolean hasNormalDropLink()
           
 boolean hasProdectedDropLink()
           
 boolean isShowing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraWebSudoBanner

public JiraWebSudoBanner()
Method Detail

isShowing

public boolean isShowing()
Specified by:
isShowing in interface com.atlassian.pageobjects.component.WebSudoBanner

getMessage

public String getMessage()
Specified by:
getMessage in interface com.atlassian.pageobjects.component.WebSudoBanner

dropWebSudo

public <P extends com.atlassian.pageobjects.Page> P dropWebSudo(Class<P> nextPage)
Specified by:
dropWebSudo in interface com.atlassian.pageobjects.component.WebSudoBanner

hasProdectedDropLink

public boolean hasProdectedDropLink()

hasNormalDropLink

public boolean hasNormalDropLink()


Copyright © 2002-2012 Atlassian. All Rights Reserved.