@Extension
public class SaveableChangeListener
extends hudson.model.listeners.SaveableListener
| Constructor and Description |
|---|
SaveableChangeListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onChange(hudson.model.Saveable o,
hudson.XmlFile file)
Fired when a saveable object is created.
|
public void onChange(hudson.model.Saveable o,
hudson.XmlFile file)
onChange in class hudson.model.listeners.SaveableListenero - the saveable object.file - the XmlFile for this saveable object.Copyright © 2016–2020. All rights reserved.