org.jenkinsci.plugins.backup
Class BackupQueueAction

java.lang.Object
  extended by org.jenkinsci.plugins.backup.BackupQueueAction
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Action, hudson.model.ModelObject, hudson.model.RootAction

@Extension
public class BackupQueueAction
extends Object
implements hudson.model.RootAction

Author:
Lucie Votypkova

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
BackupQueueAction()
           
 
Method Summary
 void doIndex(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse res)
           
 String getDisplayName()
           
 String getIconFileName()
           
 String getProblems()
           
 String getUrlName()
           
 boolean hasProblems()
           
 boolean prepareOnRestart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackupQueueAction

public BackupQueueAction()
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

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.ServletException
IOException

prepareOnRestart

public boolean prepareOnRestart()


Copyright © 2004-2013. All Rights Reserved.