Class ProductInstanceBasedEnvironmentData

java.lang.Object
com.atlassian.jira.webtests.util.AbstractEnvironmentData
com.atlassian.jira.pageobjects.config.ProductInstanceBasedEnvironmentData
All Implemented Interfaces:
com.atlassian.jira.testkit.client.JIRAEnvironmentData, JIRAEnvironmentData
Direct Known Subclasses:
HaProductEnvironmentData

public class ProductInstanceBasedEnvironmentData extends AbstractEnvironmentData
The environment data is built up on the information provided by the product instance. Unknown information is filled up with default values.
  • Field Details

  • Constructor Details

    • ProductInstanceBasedEnvironmentData

      public ProductInstanceBasedEnvironmentData(@Nonnull com.atlassian.pageobjects.ProductInstance productInstance)
  • Method Details

    • getEdition

      protected String getEdition()
      Specified by:
      getEdition in class AbstractEnvironmentData
    • getContext

      public String getContext()
    • getBaseUrl

      public URL getBaseUrl()
    • getXMLDataLocation

      public File getXMLDataLocation()
    • getWorkingDirectory

      public File getWorkingDirectory()
      Description copied from interface: JIRAEnvironmentData
      Returns a directory that can be used by the func tests whenever file operations need to be done.

      This directory is guaranteed to not be used by other func test instances simultaneously running on the same machine in Bamboo.

      This should return a canonical file name (ie an absolute file name, without any '..' parts in it).

      Returns:
      a directory that can be used by the func tests whenever file operations need to be done.
      See Also:
    • getJIRAHomeLocation

      public File getJIRAHomeLocation()
      Returns:
      a directory that can be used by the func tests whenever file operations need to be done.