public class SeleniumHtmlReportAction extends Object implements hudson.model.Action, Serializable, jenkins.model.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) |
hudson.model.DirectoryBrowserSupport |
doDynamic(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getDisplayName() |
String |
getIconFileName() |
hudson.model.Run<?,?> |
getOwner() |
List<TestResult> |
getResults() |
int |
getSumCommandErrors() |
int |
getSumCommandFailures() |
int |
getSumCommandPasses() |
int |
getSumTestFailures() |
int |
getSumTestPasses() |
int |
getSumTestTotal() |
int |
getTotalTime() |
String |
getUrlName() |
void |
onAttached(hudson.model.Run<?,?> build) |
void |
onLoad(hudson.model.Run<?,?> build) |
public SeleniumHtmlReportAction(List<TestResult> results, File seleniumReportsDir)
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public hudson.model.Run<?,?> getOwner()
public List<TestResult> getResults()
public int getSumTestPasses()
public void onAttached(hudson.model.Run<?,?> build)
onAttached
in interface jenkins.model.RunAction2
public void onLoad(hudson.model.Run<?,?> build)
onLoad
in interface jenkins.model.RunAction2
protected int calculateSumOf(SeleniumHtmlReportAction.TestResultValueProvider values)
public int getSumTestFailures()
public int getSumCommandPasses()
public int getSumCommandFailures()
public int getSumCommandErrors()
public int getSumTestTotal()
public int getTotalTime()
public hudson.model.DirectoryBrowserSupport doDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
Copyright © 2004-2015. All Rights Reserved.