com.atlassian.webdriver.jira.page
Class LicenseDetailsPage
java.lang.Object
com.atlassian.webdriver.jira.page.JiraAbstractPage
com.atlassian.webdriver.jira.page.JiraAdminAbstractPage
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LicenseDetailsPage
public LicenseDetailsPage()
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.