public final class BumblebeeConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
BumblebeeConfiguration(String domain,
String projectName,
String testPlan,
String testLab,
String testSet,
String format,
String resultPattern,
String customProperties)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomProperties() |
String |
getDomain() |
String |
getFormat() |
String |
getMode() |
String |
getProjectName() |
String |
getResultPattern() |
String |
getTestLab() |
String |
getTestPlan() |
String |
getTestSet() |
@DataBoundConstructor public BumblebeeConfiguration(String domain, String projectName, String testPlan, String testLab, String testSet, String format, String resultPattern, String customProperties)
domain - DomainprojectName - Project nametestPlan - Test plantestLab - Test LabtestSet - Test setformat - FormatresultPattern - Pattern for searching report filescustomProperties - Custom propertiespublic String getTestPlan()
public String getResultPattern()
public String getCustomProperties()
public String getTestLab()
public String getTestSet()
public String getFormat()
public String getProjectName()
public String getDomain()
public String getMode()
Copyright © 2004-2014. All Rights Reserved.