org.hudsonci.maven.plugin.builder
Class MavenBuildAction

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

Constructor Summary
MavenBuildAction(hudson.model.AbstractBuild<?,?> build)
           
 
Method Summary
 hudson.model.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(hudson.model.AbstractBuild<?,?> build)
Method Detail

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.