|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.listeners.SaveableListener
public abstract class SaveableListener
Receives notifications about save actions on Saveable
objects in Hudson.
This is an abstract class so that methods added in the future won't break existing listeners.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
---|
ExtensionPoint.LegacyInstancesAreScopedToHudson |
Constructor Summary | |
---|---|
SaveableListener()
|
Method Summary | |
---|---|
static ExtensionList<SaveableListener> |
all()
Returns all the registered SaveableListener descriptors. |
static void |
fireOnChange(Saveable o,
XmlFile file)
Fires the onChange(hudson.model.Saveable, hudson.XmlFile) event. |
void |
onChange(Saveable o,
XmlFile file)
Called when a change is made to a Saveable object. |
void |
register()
Deprecated. as of 1.281 Put Extension on your class to get it auto-registered. |
void |
unregister()
Reverse operation of register() . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SaveableListener()
Method Detail |
---|
public void onChange(Saveable o, XmlFile file)
Saveable
object.
o
- The saveable object.file
- The XmlFile
for this saveable object.public void register()
Extension
on your class to get it auto-registered.
public void unregister()
register()
.
public static void fireOnChange(Saveable o, XmlFile file)
onChange(hudson.model.Saveable, hudson.XmlFile)
event.
public static ExtensionList<SaveableListener> all()
SaveableListener
descriptors.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |