public class SeleniumHtmlReportAction extends Object implements Serializable, RunAction2
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
SeleniumHtmlReportAction.TestResultValueProvider |
| Constructor and Description |
|---|
SeleniumHtmlReportAction(List<TestResult> results,
File seleniumReportsDir) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
calculateSumOf(SeleniumHtmlReportAction.TestResultValueProvider values) |
DirectoryBrowserSupport |
doDynamic(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getDisplayName() |
String |
getIconFileName() |
Run<?,?> |
getOwner() |
List<TestResult> |
getResults() |
int |
getSumCommandErrors() |
int |
getSumCommandFailures() |
int |
getSumCommandPasses() |
int |
getSumTestFailures() |
int |
getSumTestPasses() |
int |
getSumTestTotal() |
int |
getTotalTime() |
String |
getUrlName() |
void |
onAttached(Run<?,?> build) |
void |
onLoad(Run<?,?> build) |
public SeleniumHtmlReportAction(List<TestResult> results, File seleniumReportsDir)
public String getIconFileName()
getIconFileName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic String getUrlName()
getUrlName in interface Actionpublic Run<?,?> getOwner()
public List<TestResult> getResults()
public int getSumTestPasses()
public void onAttached(Run<?,?> build)
onAttached in interface RunAction2public void onLoad(Run<?,?> build)
onLoad in interface RunAction2protected int calculateSumOf(SeleniumHtmlReportAction.TestResultValueProvider values)
public int getSumTestFailures()
public int getSumCommandPasses()
public int getSumCommandFailures()
public int getSumCommandErrors()
public int getSumTestTotal()
public int getTotalTime()
public DirectoryBrowserSupport doDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
Copyright © 2016–2021. All rights reserved.