com.atlassian.webdriver.jira.page
Class LicenseDetailsPage

java.lang.Object
  extended by com.atlassian.webdriver.jira.page.JiraAbstractPage
      extended by com.atlassian.webdriver.jira.page.JiraAdminAbstractPage
          extended by com.atlassian.webdriver.jira.page.LicenseDetailsPage
All Implemented Interfaces:
Page

public class LicenseDetailsPage
extends JiraAdminAbstractPage

Page object implementation for the License details page in JIRA.


Field Summary
 
Fields inherited from class com.atlassian.webdriver.jira.page.JiraAbstractPage
driver, pageBinder
 
Constructor Summary
LicenseDetailsPage()
           
 
Method Summary
 int getActiveUsers()
           
 Date getDatePurchased()
           
 String getLicenseDescription()
           
 String getOrganisation()
           
 String getServerId()
           
 String getSupportEntitlementNumber()
           
 String getUrl()
           
 int getUserLimit()
           
 boolean isEvaluation()
           
 LicenseDetailsPage updateLicense(String license)
           
 void waitForTable()
           
 
Methods inherited from class com.atlassian.webdriver.jira.page.JiraAdminAbstractPage
getAdminSideMenu
 
Methods inherited from class com.atlassian.webdriver.jira.page.JiraAbstractPage
doWait, getDashboardMenu, getHeader, isAdmin, isLoggedIn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenseDetailsPage

public LicenseDetailsPage()
Method Detail

getUrl

public String getUrl()
Returns:
The URI, including query string, relative to the base url

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 LicenseDetailsPage updateLicense(String license)

waitForTable

public void waitForTable()


Copyright © 2014 Atlassian. All rights reserved.