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,
boolean closeRun,
String customResultFields)
Instantiates a new pangolin configuration.
|
Modifier and Type | Method and Description |
---|---|
String |
getCaseNameToIdMap() |
String |
getConfigurationNames() |
String |
getCustomProperties()
Gets the custom properties.
|
String |
getCustomResultFields()
Gets the custom result fields.
|
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.
|
boolean |
isCloseRun()
Checks if is close run.
|
boolean |
isDisableGrouping() |
void |
setCaseNameToIdMap(String caseNameToIdMap) |
void |
setCloseRun(boolean closeRun)
Sets the close run.
|
void |
setConfigurationNames(String configurationNames) |
void |
setCustomProperties(String customProperties)
Sets the custom properties.
|
void |
setCustomResultFields(String customResultFields)
Sets the custom result fields.
|
void |
setDisableGrouping(boolean disableGrouping) |
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, boolean closeRun, String customResultFields)
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 pathcloseRun
- the close runpublic 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 pathpublic boolean isCloseRun()
@DataBoundSetter public void setCloseRun(boolean closeRun)
closeRun
- the new close run.public String getCustomResultFields()
@DataBoundSetter public void setCustomResultFields(String customResultFields)
customResultFields
- the new result fields.public String getCaseNameToIdMap()
@DataBoundSetter public void setCaseNameToIdMap(String caseNameToIdMap)
public String getConfigurationNames()
@DataBoundSetter public void setConfigurationNames(String configurationNames)
public boolean isDisableGrouping()
@DataBoundSetter public void setDisableGrouping(boolean disableGrouping)
Copyright © 2018–2022 Agiletestware. All rights reserved.