public final class PangolinConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
PangolinConfiguration(String testPath,
String format,
String resultPattern,
String customProperties,
boolean failIfUploadFailed,
String testRun,
String testPlan,
String milestonePath)
Instantiates a new pangolin configuration.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomProperties()
Gets the custom properties.
|
boolean |
getFailIfUploadFailed()
Gets the fail if upload failed.
|
String |
getFormat()
Gets the format.
|
String |
getMilestonePath()
Gets the milestone.
|
String |
getResultPattern()
Gets the result pattern.
|
String |
getTestPath()
Gets the test path.
|
String |
getTestPlan()
Gets the test plan.
|
String |
getTestRun()
Gets the test run.
|
void |
setCustomProperties(String customProperties)
Sets the custom properties.
|
void |
setFailIfUploadFailed(boolean failIfUploadFailed)
Sets the fail if upload failed.
|
void |
setFormat(String format)
Sets the format.
|
void |
setMilestonePath(String milestonePath)
Sets the milestone path.
|
void |
setResultPattern(String resultPattern)
Sets the result pattern.
|
void |
setTestPath(String testPath)
Sets the test path.
|
void |
setTestPlan(String testPlan)
Sets the test plan.
|
void |
setTestRun(String testRun)
Sets the test run.
|
@DataBoundConstructor public PangolinConfiguration(String testPath, String format, String resultPattern, String customProperties, boolean failIfUploadFailed, String testRun, String testPlan, String milestonePath)
testPath - the test pathformat - the formatresultPattern - the result patterncustomProperties - the custom propertiesfailIfUploadFailed - the fail if upload failedtestRun - the test runtestPlan - the test planmilestonePath - the milestone pathpublic String getResultPattern()
public String getCustomProperties()
public String getFormat()
public boolean getFailIfUploadFailed()
public String getTestPath()
public String getTestRun()
public String getTestPlan()
public String getMilestonePath()
public void setTestPath(String testPath)
testPath - the new test pathpublic void setFormat(String format)
format - the new formatpublic void setResultPattern(String resultPattern)
resultPattern - the new result patternpublic void setFailIfUploadFailed(boolean failIfUploadFailed)
failIfUploadFailed - the new fail if upload failed@DataBoundSetter public void setCustomProperties(String customProperties)
customProperties - the new custom properties@DataBoundSetter public void setTestRun(String testRun)
testRun - the new test run@DataBoundSetter public void setTestPlan(String testPlan)
testPlan - the new test plan@DataBoundSetter public void setMilestonePath(String milestonePath)
milestonePath - the new milestone pathCopyright © 2018 Agiletestware. All rights reserved.