public interface ItemListenerHistoryDao
ItemListener.| Modifier and Type | Method and Description |
|---|---|
void |
createNewItem(hudson.model.Item item)
Adds and saves the initial configuration of an item.
|
void |
deleteItem(hudson.model.Item item)
Deletes the history of an item.
|
void |
renameItem(hudson.model.Item item,
String oldName,
String newName)
Save and renames the item.
|
void createNewItem(hudson.model.Item item)
item - projectvoid renameItem(hudson.model.Item item,
String oldName,
String newName)
item - projectoldName - old project namenewName - new namevoid deleteItem(hudson.model.Item item)
item - projectCopyright © 2004–2016. All rights reserved.