|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NodeListenerHistoryDao
| Method Summary | |
|---|---|
void |
createNewNode(hudson.model.Node node)
Adds and saves the initial configuration of a node. |
void |
deleteNode(hudson.model.Node node)
Deletes the history of an node. |
void |
renameNode(hudson.model.Node node,
String oldName,
String newName)
Save and renames the node. |
| Method Detail |
|---|
void createNewNode(hudson.model.Node node)
node - node
void renameNode(hudson.model.Node node,
String oldName,
String newName)
node - nodeoldName - old node namenewName - new namevoid deleteNode(hudson.model.Node node)
node - node
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||