|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of CucumberTestResult in org.jenkinsci.plugins.cucumber.jsontestsupport |
|---|
| Methods in org.jenkinsci.plugins.cucumber.jsontestsupport that return CucumberTestResult | |
|---|---|
CucumberTestResult |
CucumberTestResultAction.getResult()
|
protected CucumberTestResult |
CucumberJSONParser.parse(List<File> reportFiles,
hudson.model.TaskListener listener)
This method is executed on the slave that has the report files to parse test reports and builds TestResult. |
CucumberTestResult |
CucumberJSONParser.parse(String testResultLocations,
hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
|
| Methods in org.jenkinsci.plugins.cucumber.jsontestsupport with parameters of type CucumberTestResult | |
|---|---|
protected void |
TagResult.setParent(CucumberTestResult parent)
|
protected void |
FeatureResult.setParent(CucumberTestResult parent)
|
void |
CucumberTestResultAction.setResult(CucumberTestResult result,
hudson.model.BuildListener listener)
Overwrites the CucumberTestResult by a new data set. |
| Constructors in org.jenkinsci.plugins.cucumber.jsontestsupport with parameters of type CucumberTestResult | |
|---|---|
CucumberTestResultAction(hudson.model.AbstractBuild owner,
CucumberTestResult result,
hudson.model.BuildListener listener)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||