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 java.lang.Object
implements hudson.model.Action


Constructor Summary
MavenDeploymentLinkerAction()
           
 
Method Summary
 void addDeployment(java.lang.String url)
           
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 java.lang.String getText()
           
 java.lang.String getUrlName()
           
 boolean isSnapshot()
           
 
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

isSnapshot

public boolean isSnapshot()

getIconFileName

public java.lang.String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getUrlName

public java.lang.String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

getText

@Exported
public java.lang.String getText()

addDeployment

public void addDeployment(java.lang.String url)


Copyright © 2010. All Rights Reserved.