org.jvnet.hudson.plugins.shelveproject
Class ShelvedProjectsAction

java.lang.Object
  extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
ShelvedProjectsAction()
           
 
Method Summary
 org.kohsuke.stapler.HttpResponse doUnshelveProject(java.lang.String project, org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 java.lang.String formatDate(long timestamp)
           
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 java.util.List<ShelvedProject> getShelvedProjects()
           
 java.lang.String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShelvedProjectsAction

public ShelvedProjectsAction()
Method Detail

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.