public interface Saveable
BulkChange
Modifier and Type | Field and Description |
---|---|
static Saveable |
NOOP
Saveable that doesn't save anything. |
Modifier and Type | Method and Description |
---|---|
void |
save()
Persists the state of this object into XML.
|
void save() throws IOException
For making a bulk change efficiently, see BulkChange
.
To support listeners monitoring changes to this object, call SaveableListener.fireOnChange(hudson.model.Saveable, hudson.XmlFile)
IOException
- if the persistence failed.Copyright © 2004–2022. All rights reserved.