org.jenkinsci.plugins.maveninvoker
Class MavenInvokerBuildAction
java.lang.Object
org.jenkinsci.plugins.maveninvoker.MavenInvokerBuildAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject, Serializable
public class MavenInvokerBuildAction
- extends Object
- implements hudson.model.Action, Serializable
- Author:
- Olivier Lamy
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MavenInvokerBuildAction
public MavenInvokerBuildAction(hudson.model.AbstractBuild<?,?> build,
MavenInvokerResults mavenInvokerResults)
getMavenInvokerResults
public MavenInvokerResults getMavenInvokerResults()
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getUrlName
public String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
getApi
public hudson.model.Api getApi()
getPassedTestCount
public int getPassedTestCount()
getFailedTestCount
public int getFailedTestCount()
getSkippedTestCount
public int getSkippedTestCount()
getRunTests
public int getRunTests()
readResolve
protected Object readResolve()
Copyright © 2004-2012. All Rights Reserved.