org.hudsonci.maven.plugin.builder
Class MavenBuildAction
java.lang.Object
org.hudsonci.maven.plugin.builder.MavenBuildAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject, org.kohsuke.stapler.StaplerProxy
public class MavenBuildAction
- extends Object
- implements hudson.model.Action, org.kohsuke.stapler.StaplerProxy
Provides the build's "Maven" link and delegates to MavenBuildUI for viewing the build's Maven details.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MavenBuildAction
public MavenBuildAction(hudson.model.AbstractBuild<?,?> build)
getBuild
public hudson.model.AbstractBuild<?,?> getBuild()
getTarget
public MavenBuildUI getTarget()
- Specified by:
getTarget in interface org.kohsuke.stapler.StaplerProxy
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
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
Copyright © 2004-2011 Hudson. All Rights Reserved.