com.atlassian.jira.functest.config
Class FuncProperties

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

public class FuncProperties
extends Object

Reads build-time functional test properties.

Since:
v5.1.3

Constructor Summary
FuncProperties()
           
 
Method Summary
static String get(String propertyName)
          Returns the value of a property as defined in the jira-func.properties file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FuncProperties

public FuncProperties()
Method Detail

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


Copyright © 2002-2013 Atlassian. All Rights Reserved.