public class IKeeperConnector extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static IAction |
action |
protected ITrackerClient[] |
clients |
protected static Map<String,String> |
configurationProperties |
protected static String |
confPropFileName |
protected static Map<String,String> |
environmentProperties |
protected static String |
envPropFileName |
protected IKeeperInterceptor |
interceptor |
protected static String |
testVersion |
protected static List<String> |
versionsOrder |
| Constructor and Description |
|---|
IKeeperConnector(ITrackerClient... clients) |
IKeeperConnector(String testVersion,
ITrackerClient... clients) |
| Modifier and Type | Method and Description |
|---|---|
static String |
getTestVersion() |
static List<String> |
getVersionsOrder() |
void |
setEnvironmentProperties(Map<? extends String,? extends String> envProps) |
void |
setEnvironmentProperty(String name,
String value)
These properties will be used in evaluating the issue constraints such as
container, database, jdk, et cetera.
|
protected static final String confPropFileName
protected static final String envPropFileName
protected ITrackerClient[] clients
protected IKeeperInterceptor interceptor
protected static String testVersion
protected static IAction action
public IKeeperConnector(ITrackerClient... clients)
public IKeeperConnector(String testVersion, ITrackerClient... clients)
public void setEnvironmentProperty(String name, String value)
name - value - public void setEnvironmentProperties(Map<? extends String,? extends String> envProps)
public static String getTestVersion()
Copyright © 2015. All rights reserved.