public class

FuncProperties

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

Class Overview

Reads build-time functional test properties.

Summary

Public Constructors
FuncProperties()
Public Methods
static String get(String propertyName)
Returns the value of a property as defined in the jira-func.properties file.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public FuncProperties ()

Public Methods

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