public class TestNGTestResultBuildAction extends hudson.tasks.test.AbstractTestResultAction implements Serializable, jenkins.tasks.SimpleBuildStep.LastBuildAction
| Modifier and Type | Field and Description |
|---|---|
protected int |
failCount |
protected Integer |
passCount |
protected int |
skipCount |
| Constructor and Description |
|---|
TestNGTestResultBuildAction(TestNGResult testngResults,
boolean escapeTestDescp,
boolean escapeExceptionMsg,
boolean showFailedBuilds) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Api |
getApi() |
String |
getDisplayName() |
Object |
getDynamic(String token,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
int |
getFailCount() |
List<hudson.tasks.junit.CaseResult> |
getFailedTests() |
String |
getIconFileName() |
Collection<? extends hudson.model.Action> |
getProjectActions() |
TestNGResult |
getResult() |
TestNGResult |
getResult(hudson.model.Run build) |
int |
getSkipCount() |
int |
getTotalCount() |
String |
getUrlName() |
doGraph, doGraphMap, findCorrespondingResult, findPreviousCorresponding, getBuildHealth, getDescription, getFailureDiffString, getHealthScaleFactor, getPreviousResult, getTestResultPath, onAttached, onLoad, readResolve, setDescriptionprotected Integer passCount
protected int failCount
protected int skipCount
public TestNGTestResultBuildAction(TestNGResult testngResults, boolean escapeTestDescp, boolean escapeExceptionMsg, boolean showFailedBuilds)
public TestNGResult getResult()
getResult in class hudson.tasks.test.AbstractTestResultActionpublic TestNGResult getResult(hudson.model.Run build)
public String getIconFileName()
getIconFileName in interface hudson.model.ActiongetIconFileName in class hudson.tasks.test.AbstractTestResultActionpublic int getFailCount()
getFailCount in class hudson.tasks.test.AbstractTestResultActionpublic int getSkipCount()
getSkipCount in class hudson.tasks.test.AbstractTestResultActionpublic int getTotalCount()
getTotalCount in class hudson.tasks.test.AbstractTestResultActionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectgetDisplayName in class hudson.tasks.test.AbstractTestResultActionpublic String getUrlName()
getUrlName in interface hudson.model.ActiongetUrlName in class hudson.tasks.test.AbstractTestResultActionpublic Object getDynamic(String token, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
public hudson.model.Api getApi()
getApi in class hudson.tasks.test.AbstractTestResultActionpublic List<hudson.tasks.junit.CaseResult> getFailedTests()
getFailedTests in class hudson.tasks.test.AbstractTestResultActionpublic Collection<? extends hudson.model.Action> getProjectActions()
getProjectActions in interface jenkins.tasks.SimpleBuildStep.LastBuildActionCopyright © 2016–2018. All rights reserved.