Package hudson.plugins.jobConfigHistory
Interface NodeListenerHistoryDao
- All Known Implementing Classes:
FileHistoryDao,JobConfigHistoryStrategy
public interface NodeListenerHistoryDao
- Author:
- Lucie Votypkova
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateNewNode(Node node) Adds and saves the initial configuration of a node.voiddeleteNode(Node node) Deletes the history of a node.voidrenameNode(Node node, String oldName, String newName) Save and renames the node.
-
Method Details
-
createNewNode
Adds and saves the initial configuration of a node.- Parameters:
node- node
-
renameNode
Save and renames the node.- Parameters:
node- nodeoldName- old node namenewName- new name
-
deleteNode
Deletes the history of a node.- Parameters:
node- node
-