public class ReqRunnerOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_CREATE_RAW_REPORT_FILE |
static String |
CONFIG_LOG_LEVEL |
static String |
CONFIG_REPORT_CONSOLE |
static String |
CONFIG_REPORT_EXCEL |
static String |
CONFIG_REPORT_HTML |
static String |
CONFIG_REPORT_ZIP |
static String |
CONFIG_REQUIREMENT_IGNORES |
static String |
CONFIG_RESOURCE_EXCLUDES |
static String |
CONFIG_RESOURCE_INCLUDES |
static String |
CONFIG_SOURCE_CODE_PATH |
static String |
CONFIG_TEST_CODE_PATH |
| Constructor and Description |
|---|
ReqRunnerOptions() |
| Modifier and Type | Method and Description |
|---|---|
Properties |
getRedmineExtraProperties() |
static Map<String,Object> |
mapFromProperties(Properties properties) |
void |
parseConfigFile() |
org.kohsuke.args4j.CmdLineParser |
parseOptions(String... args) |
static void |
printUsage(org.kohsuke.args4j.CmdLineParser parser)
Prints the usage.
|
public static final String CONFIG_LOG_LEVEL
public static final String CONFIG_SOURCE_CODE_PATH
public static final String CONFIG_TEST_CODE_PATH
public static final String CONFIG_RESOURCE_INCLUDES
public static final String CONFIG_RESOURCE_EXCLUDES
public static final String CONFIG_REQUIREMENT_IGNORES
public static final String CONFIG_REPORT_CONSOLE
public static final String CONFIG_REPORT_HTML
public static final String CONFIG_REPORT_EXCEL
public static final String CONFIG_REPORT_ZIP
public static final String CONFIG_CREATE_RAW_REPORT_FILE
public org.kohsuke.args4j.CmdLineParser parseOptions(String... args) throws org.kohsuke.args4j.CmdLineException
args - : arguments / options.org.kohsuke.args4j.CmdLineException - If an error occurs while parsing the options.public void parseConfigFile()
throws IOException
IOExceptionpublic Properties getRedmineExtraProperties()
public static Map<String,Object> mapFromProperties(Properties properties)
public static void printUsage(org.kohsuke.args4j.CmdLineParser parser)
parser - - The command line parser.Copyright © 2017–2018. All rights reserved.