org.jenkinsci.plugins.maveninvoker
Class MavenInvokerBuildAction

java.lang.Object
  extended by 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

Constructor Summary
MavenInvokerBuildAction(hudson.model.AbstractBuild<?,?> build, MavenInvokerResults mavenInvokerResults)
           
 
Method Summary
 hudson.model.Api getApi()
           
 String getDisplayName()
           
 int getFailedTestCount()
           
 String getIconFileName()
           
 MavenInvokerResults getMavenInvokerResults()
           
 int getPassedTestCount()
           
 int getRunTests()
           
 int getSkippedTestCount()
           
 String getUrlName()
           
protected  Object readResolve()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenInvokerBuildAction

public MavenInvokerBuildAction(hudson.model.AbstractBuild<?,?> build,
                               MavenInvokerResults mavenInvokerResults)
Method Detail

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.