com.thalesgroup.hudson.plugins.clearcaserelease
Class ClearcaseReleaseLatestBaselineAction
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.TaskAction
com.thalesgroup.hudson.plugins.clearcaserelease.ClearcaseReleaseAction
com.thalesgroup.hudson.plugins.clearcaserelease.ClearcaseReleaseLatestBaselineAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject, hudson.search.SearchableModelObject, hudson.search.SearchItem
public class ClearcaseReleaseLatestBaselineAction
- extends ClearcaseReleaseAction
Represents the latest baselines release action
Fields inherited from class hudson.model.TaskAction |
log, workerThread |
Method Summary |
void |
doSubmit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse resp)
|
protected hudson.security.ACL |
getACL()
|
java.lang.String |
getDisplayName()
|
java.lang.String |
getIconFileName()
Gets the icon if there is at least one success build (or unstable)
and the current user has the right authorizations |
hudson.model.Run |
getOwner()
|
java.lang.String |
getUrlName()
|
void |
process()
|
Methods inherited from class hudson.model.TaskAction |
doClearError, doProgressiveHtml, doProgressiveLog, getLog, getSearchUrl, getWorkerThread, obtainLog |
Methods inherited from class hudson.model.AbstractModelObject |
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClearcaseReleaseLatestBaselineAction
public ClearcaseReleaseLatestBaselineAction(hudson.model.AbstractProject project,
java.lang.String customReleasePromotionLevel)
getOwner
public hudson.model.Run getOwner()
getUrlName
public java.lang.String getUrlName()
getIconFileName
public java.lang.String getIconFileName()
- Gets the icon if there is at least one success build (or unstable)
and the current user has the right authorizations
- Returns:
- the icon to display
getDisplayName
public java.lang.String getDisplayName()
getACL
protected hudson.security.ACL getACL()
- Specified by:
getACL
in class hudson.model.TaskAction
doSubmit
public void doSubmit(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse resp)
throws java.io.IOException,
javax.servlet.ServletException,
java.lang.InterruptedException
- Throws:
java.io.IOException
javax.servlet.ServletException
java.lang.InterruptedException
process
public void process()
Copyright © 2004-2011. All Rights Reserved.