public abstract class EzSaveableListener<J extends hudson.model.JobProperty>
extends hudson.model.listeners.SaveableListener
| Constructor and Description |
|---|
EzSaveableListener(java.lang.Class<J> propertyType) |
| Modifier and Type | Method and Description |
|---|---|
void |
onChange(hudson.model.Saveable o,
hudson.XmlFile file) |
void |
onChangedProperty(hudson.model.AbstractProject job,
hudson.XmlFile file,
J property) |
public EzSaveableListener(java.lang.Class<J> propertyType)
public final void onChange(hudson.model.Saveable o,
hudson.XmlFile file)
onChange in class hudson.model.listeners.SaveableListenerpublic void onChangedProperty(hudson.model.AbstractProject job,
hudson.XmlFile file,
J property)
throws java.lang.Exception
java.lang.ExceptionSaveableListener.onChange(Saveable, XmlFile)