com.atlassian.webdriver.greenhopper.page.admin
Class GreenHopperLicenseDetailsPage

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

public class GreenHopperLicenseDetailsPage
extends JiraAdminAbstractPage

Since:
2.0

Field Summary
 
Fields inherited from class com.atlassian.webdriver.jira.page.JiraAbstractPage
driver, pageBinder
 
Constructor Summary
GreenHopperLicenseDetailsPage()
           
 
Method Summary
 String getErrorMessage()
          Gets the error message in the update admin form area.
 Date getExpiryDate()
           
 String getLicenseType()
           
 String getOrganization()
           
 Date getPurchasedDate()
           
 String getServerId()
           
 String getSupportEntitlementNumber()
           
 String getUrl()
           
 boolean isTrial()
           
 boolean licenseIsLoaded()
           
 GreenHopperLicenseDetailsPage updateLicense(String license)
           
 
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

GreenHopperLicenseDetailsPage

public GreenHopperLicenseDetailsPage()
Method Detail

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.