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,
boolean failIfUploadFailed)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getCustomProperties() |
String |
getDomain() |
boolean |
getFailIfUploadFailed() |
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, boolean failIfUploadFailed)
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()
public boolean getFailIfUploadFailed()
Copyright © 2004-2016. All Rights Reserved.