|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ItemListenerHistoryDao
Operations for historization of config files suitable for the ItemListener.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void createNewItem(hudson.model.Item item)
item - project
void renameItem(hudson.model.Item item,
String oldName,
String newName)
item - projectoldName - old project namenewName - new namevoid deleteItem(hudson.model.Item item)
item - project
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||