org.jvnet.hudson.plugins.shelveproject
Class ShelvedProjectsAction
java.lang.Object
org.jvnet.hudson.plugins.shelveproject.ShelvedProjectsAction
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject, hudson.model.RootAction
@ExportedBean(defaultVisibility=999)
@Extension
public class ShelvedProjectsAction
- extends java.lang.Object
- implements hudson.model.RootAction
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShelvedProjectsAction
public ShelvedProjectsAction()
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
getShelvedProjects
@Exported
public java.util.List<ShelvedProject> getShelvedProjects()
doUnshelveProject
public org.kohsuke.stapler.HttpResponse doUnshelveProject(@QueryParameter(required=true)
java.lang.String project,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
formatDate
public java.lang.String formatDate(long timestamp)
Copyright © 2010. All Rights Reserved.