public class

GlobalFlags

extends Object
java.lang.Object
   ↳ com.atlassian.jira.pageobjects.elements.GlobalFlags

Class Overview

JIRA 6.4 introduced global notification flags. This page object allows you to access them.

Summary

Public Constructors
GlobalFlags()
Public Methods
boolean doesNotContainFlagWithText(String text)
TimedCondition flagContainerPresent()
AuiFlag getFlagWithElement(By by)
AuiFlag getFlagWithText(String text)
List<AuiFlag> getFlags()
List<AuiMessage> getMessages()
boolean isPresent()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public GlobalFlags ()

Public Methods

public boolean doesNotContainFlagWithText (String text)

public TimedCondition flagContainerPresent ()

public AuiFlag getFlagWithElement (By by)

public AuiFlag getFlagWithText (String text)

public List<AuiFlag> getFlags ()

public List<AuiMessage> getMessages ()

public boolean isPresent ()