org.hudsonci.maven.plugin.builder
Class MavenProjectAction

java.lang.Object
  extended by org.hudsonci.maven.plugin.builder.MavenProjectAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, org.kohsuke.stapler.StaplerProxy

public class MavenProjectAction
extends Object
implements hudson.model.Action, org.kohsuke.stapler.StaplerProxy

Provides the project's "Maven" link and delegates to MavenProjectUI for viewing the project's Maven details.

Since:
2.1.0
Author:
Jason Dillon

Constructor Summary
MavenProjectAction(hudson.model.AbstractProject<?,?> project)
           
 
Method Summary
 String getDisplayName()
           
 String getIconFileName()
           
 hudson.model.AbstractProject<?,?> getProject()
           
 MavenProjectUI getTarget()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenProjectAction

public MavenProjectAction(hudson.model.AbstractProject<?,?> project)
Method Detail

getProject

public hudson.model.AbstractProject<?,?> getProject()

getTarget

public MavenProjectUI 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.