com.atlassian.webdriver.greenhopper.page.admin
Class GreenHopperLicenseDetailsPage
java.lang.Object
com.atlassian.webdriver.jira.page.JiraAbstractPage
com.atlassian.webdriver.jira.page.JiraAdminAbstractPage
com.atlassian.webdriver.greenhopper.page.admin.GreenHopperLicenseDetailsPage
- All Implemented Interfaces:
- Page
public class GreenHopperLicenseDetailsPage
- extends JiraAdminAbstractPage
- Since:
- 2.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GreenHopperLicenseDetailsPage
public GreenHopperLicenseDetailsPage()
getUrl
public String getUrl()
- Returns:
- The URI, including query string, relative to the base url
getErrorMessage
public String getErrorMessage()
- Gets the error message in the update admin form area.
- Returns:
- a String of the error message or empty string if there is no error
isTrial
public boolean isTrial()
licenseIsLoaded
public boolean licenseIsLoaded()
getOrganization
public String getOrganization()
getLicenseType
public String getLicenseType()
getServerId
public String getServerId()
getSupportEntitlementNumber
public String getSupportEntitlementNumber()
getPurchasedDate
public Date getPurchasedDate()
getExpiryDate
public Date getExpiryDate()
updateLicense
public GreenHopperLicenseDetailsPage updateLicense(String license)
Copyright © 2014 Atlassian. All rights reserved.