com.atlassian.jira.pageobjects.pages.admin
Class ViewLicensePage

java.lang.Object
  extended by com.atlassian.jira.pageobjects.pages.AbstractJiraPage
      extended by com.atlassian.jira.pageobjects.pages.admin.ViewLicensePage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class ViewLicensePage
extends AbstractJiraPage

Since:
4.4

Field Summary
static String URI
           
 
Fields inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
body, driver, elementFinder, footerElement, metaElement, pageBinder, timeouts
 
Constructor Summary
ViewLicensePage()
           
 
Method Summary
 void doWait()
           The default doWait for JIRA is defined in terms of AbstractJiraPage.isAt().
 int getActiveUsers()
           
 Date getDatePurchased()
           
 String getLicenseDescription()
           
 String getOrganisation()
           
 String getServerId()
           
 String getSupportEntitlementNumber()
           
 String getUrl()
           
 int getUserLimit()
           
 com.atlassian.pageobjects.elements.query.TimedCondition isAt()
          Timed condition checking if we're at given page.
 boolean isEvaluation()
           
 ViewLicensePage updateLicense(String license)
           
 
Methods inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
back, createXsrfUrl, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URI

public static final String URI
See Also:
Constant Field Values
Constructor Detail

ViewLicensePage

public ViewLicensePage()
Method Detail

getUrl

public String getUrl()

isAt

public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
Description copied from class: AbstractJiraPage
Timed condition checking if we're at given page.

Specified by:
isAt in class AbstractJiraPage
Returns:
timed condition checking, if the test is at given page

getOrganisation

public String getOrganisation()

getDatePurchased

public Date getDatePurchased()

isEvaluation

public boolean isEvaluation()

getLicenseDescription

public String getLicenseDescription()

getServerId

public String getServerId()

getSupportEntitlementNumber

public String getSupportEntitlementNumber()

getUserLimit

public int getUserLimit()

getActiveUsers

public int getActiveUsers()

updateLicense

public ViewLicensePage updateLicense(String license)

doWait

public void doWait()
Description copied from class: AbstractJiraPage

The default doWait for JIRA is defined in terms of AbstractJiraPage.isAt().

Overrides:
doWait in class AbstractJiraPage


Copyright © 2002-2014 Atlassian. All Rights Reserved.