public class StoplightReportBuildAction extends Object implements hudson.model.Action, jenkins.tasks.SimpleBuildStep.LastBuildAction
| Constructor and Description |
|---|
StoplightReportBuildAction(hudson.model.Run<?,?> build,
Collection collection) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAssertionsCount()
Returns the total count of tests
|
hudson.model.Run<?,?> |
getBuild() |
Date |
getBuildDate() |
int |
getBuildNumber() |
Collection |
getCollection() |
String |
getDisplayName() |
int |
getFailedAssertionsCount()
Returns the total count of failed tests
|
String |
getIconFileName() |
boolean |
getIsSuccess() |
int |
getNoAssertionCount()
Returns the total count of steps without any assertion
|
Collection<? extends hudson.model.Action> |
getProjectActions() |
String |
getResult() |
int |
getScenariosCount()
Returns the count of steps of this build
|
int |
getStepsCount()
Returns the count of steps of this build
|
int |
getSucceededAssertionsCount()
Returns the total count of succeeded tests
|
String |
getUrlName() |
boolean |
isSuccess() |
public StoplightReportBuildAction(hudson.model.Run<?,?> build,
Collection collection)
public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic int getBuildNumber()
public Date getBuildDate()
public hudson.model.Run<?,?> getBuild()
public Collection getCollection()
public String getResult()
public boolean isSuccess()
public boolean getIsSuccess()
public int getAssertionsCount()
public int getSucceededAssertionsCount()
public int getFailedAssertionsCount()
public int getScenariosCount()
public int getStepsCount()
public int getNoAssertionCount()
public Collection<? extends hudson.model.Action> getProjectActions()
getProjectActions in interface jenkins.tasks.SimpleBuildStep.LastBuildActionCopyright © 2016–2020. All rights reserved.