Class FuncProperties

java.lang.Object
com.atlassian.jira.functest.config.FuncProperties

public class FuncProperties extends Object
Reads build-time functional test properties.
Since:
v5.1.3
  • Constructor Details

    • FuncProperties

      public FuncProperties()
  • Method Details

    • get

      public static String get(String propertyName)
      Returns the value of a property as defined in the jira-func.properties file.
      Parameters:
      propertyName - a String containing the property name
      Returns:
      the value of a property as defined in jira-func.properties, or null