hudson.plugins.mavendeploymentlinker
Class MavenDeploymentLinkerAction

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

public class MavenDeploymentLinkerAction
extends Object
implements hudson.model.Action


Constructor Summary
MavenDeploymentLinkerAction()
           
 
Method Summary
 void addDeployment(String url)
           
 String getDisplayName()
           
 String getIconFileName()
           
 String getText()
           
 String getUrlName()
           
 boolean isRelease()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenDeploymentLinkerAction

public MavenDeploymentLinkerAction()
Method Detail

isRelease

public boolean isRelease()

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

getText

@Exported
public String getText()

addDeployment

public void addDeployment(String url)


Copyright © 2004-2013. All Rights Reserved.