org.jvnet.hudson.plugins.backup
Class BackupPluginImpl

java.lang.Object
  extended by hudson.Plugin
      extended by org.jvnet.hudson.plugins.backup.BackupPluginImpl
All Implemented Interfaces:
hudson.model.Saveable

public class BackupPluginImpl
extends hudson.Plugin

Entry point of the Backup plugin

Author:
vsellier

Field Summary
 
Fields inherited from class hudson.Plugin
NONE
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
BackupPluginImpl()
           
 
Method Summary
 BackupConfig getConfiguration()
           
static BackupPluginImpl getInstance()
           
 void setConfiguration(BackupConfig configuration)
           
 void start()
           
 
Methods inherited from class hudson.Plugin
configure, configure, doDynamic, getConfigXml, load, postInitialize, save, setServletContext, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackupPluginImpl

public BackupPluginImpl()
Method Detail

getInstance

public static BackupPluginImpl getInstance()

start

public void start()
Overrides:
start in class hudson.Plugin

getConfiguration

public BackupConfig getConfiguration()

setConfiguration

public void setConfiguration(BackupConfig configuration)


Copyright © 2009. All Rights Reserved.