hudson.plugins.jobConfigHistory
Class JobConfigHistorySaveableListener

java.lang.Object
  extended by hudson.model.listeners.SaveableListener
      extended by hudson.plugins.jobConfigHistory.JobConfigHistorySaveableListener
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public final class JobConfigHistorySaveableListener
extends hudson.model.listeners.SaveableListener

Saves the job configuration at SaveableListener.onChange(Saveable, XmlFile).

Author:
Stefan Brausch

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
JobConfigHistorySaveableListener()
           
 
Method Summary
 void onChange(hudson.model.Saveable o, hudson.XmlFile file)
          
 
Methods inherited from class hudson.model.listeners.SaveableListener
all, fireOnChange, register, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobConfigHistorySaveableListener

public JobConfigHistorySaveableListener()
Method Detail

onChange

public void onChange(hudson.model.Saveable o,
                     hudson.XmlFile file)

Overrides:
onChange in class hudson.model.listeners.SaveableListener


Copyright © 2004-2012. All Rights Reserved.