org.jenkins.plugins.cloudbees
Class CloudbeesDeployerAction

java.lang.Object
  extended by org.jenkins.plugins.cloudbees.CloudbeesDeployerAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class CloudbeesDeployerAction
extends Object
implements hudson.model.Action

Action which contains various informations regarding a deployment to @RUN tru the cloudbees-deployer-plugin

Since:
1.5
Author:
Olivier Lamy

Constructor Summary
CloudbeesDeployerAction(String applicationId)
           
 
Method Summary
 String getApplicationId()
           
 String getDescription()
           
 String getDisplayName()
           
 String getIconFileName()
           
 String getUrlName()
           
 void setDescription(String description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloudbeesDeployerAction

public CloudbeesDeployerAction(String applicationId)
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

getApplicationId

public String getApplicationId()

getDescription

public String getDescription()

setDescription

public void setDescription(String description)


Copyright © 2004-2011. All Rights Reserved.