org.hudsonci.maven.plugin.builder
Class MavenBuildAction
java.lang.Object
org.hudsonci.maven.plugin.builder.MavenBuildAction
- All Implemented Interfaces:
- Action, ModelObject, org.kohsuke.stapler.StaplerProxy
public class MavenBuildAction
- extends Object
- implements 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(AbstractBuild<?,?> build)
getBuild
public AbstractBuild<?,?> getBuild()
getTarget
public MavenBuildUI getTarget()
- Specified by:
getTarget in interface org.kohsuke.stapler.StaplerProxy
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface Action
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface Action- Specified by:
getDisplayName in interface ModelObject
getUrlName
public String getUrlName()
- Specified by:
getUrlName in interface Action
Copyright © 2004-2011 Hudson. All Rights Reserved.