hudson.plugins.mavendeploymentlinker
Class MavenDeploymentProjectLinkerAction

java.lang.Object
  extended by hudson.plugins.mavendeploymentlinker.MavenDeploymentProjectLinkerAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class MavenDeploymentProjectLinkerAction
extends Object
implements hudson.model.Action


Constructor Summary
MavenDeploymentProjectLinkerAction(hudson.model.AbstractProject<?,?> project)
           
 
Method Summary
 String getDisplayName()
           
 String getIconFileName()
           
 hudson.model.Action getLatestDeployments()
           
 hudson.model.Action getLatestReleaseDeployments()
           
 String getUrlName()
           
 boolean hasLatestDeployments()
           
 boolean hasLatestReleaseDeployments()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenDeploymentProjectLinkerAction

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

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

hasLatestDeployments

@Exported
public boolean hasLatestDeployments()

getLatestDeployments

@Exported
public hudson.model.Action getLatestDeployments()

hasLatestReleaseDeployments

@Exported
public boolean hasLatestReleaseDeployments()

getLatestReleaseDeployments

@Exported
public hudson.model.Action getLatestReleaseDeployments()


Copyright © 2004-2013. All Rights Reserved.