com.atlassian.webdriver.confluence.page
Class LicenseDetailsPage

java.lang.Object
  extended by com.atlassian.webdriver.confluence.page.ConfluenceAbstractPage
      extended by com.atlassian.webdriver.confluence.page.LicenseDetailsPage
All Implemented Interfaces:
Page, UserDiscoverable

public class LicenseDetailsPage
extends ConfluenceAbstractPage

TODO: Document this class / interface here


Constructor Summary
LicenseDetailsPage()
           
 
Method Summary
 int getActiveUsers()
           
 Date getDatePurchased()
           
 String getLicenseType()
           
 String getOrganisation()
           
 String getServerID()
           
 String getSupportEntitlementNumber()
           
 String getUrl()
           
 int getUserLimit()
           
 boolean isEvaluation()
           
 LicenseDetailsPage updateLicense(String license)
           
 
Methods inherited from class com.atlassian.webdriver.confluence.page.ConfluenceAbstractPage
doWait, getBrowseMenu, getHeader, getUserMenu, 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()

getLicenseType

public String getLicenseType()

getSupportEntitlementNumber

public String getSupportEntitlementNumber()

getServerID

public String getServerID()

getUserLimit

public int getUserLimit()

getActiveUsers

public int getActiveUsers()

updateLicense

public LicenseDetailsPage updateLicense(String license)


Copyright © 2014 Atlassian. All rights reserved.