Package org.jenkinsci.plugins.backup
Class BackupQueueAction
- java.lang.Object
-
- org.jenkinsci.plugins.backup.BackupQueueAction
-
- All Implemented Interfaces:
ExtensionPoint,Action,ModelObject,RootAction
@Extension public class BackupQueueAction extends Object implements RootAction
- Author:
- Lucie Votypkova
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description BackupQueueAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoIndex(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse res)StringgetDisplayName()StringgetIconFileName()StringgetProblems()StringgetUrlName()booleanhasProblems()booleanprepareOnRestart()
-
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
hasProblems
public boolean hasProblems()
-
getProblems
public String getProblems()
-
doIndex
public void doIndex(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse res) throws javax.servlet.ServletException, IOException- Throws:
javax.servlet.ServletExceptionIOException
-
prepareOnRestart
public boolean prepareOnRestart()
-
-