org.hudsonci.maven.plugin.builder
Class MavenBuildAction

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

Constructor Summary
MavenBuildAction(AbstractBuild<?,?> build)
           
 
Method Summary
 AbstractBuild<?,?> getBuild()
           
 String getDisplayName()
           
 String getIconFileName()
           
 MavenBuildUI getTarget()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenBuildAction

public MavenBuildAction(AbstractBuild<?,?> build)
Method Detail

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.