hudson.plugins.jobConfigHistory
Interface ItemListenerHistoryDao

All Known Implementing Classes:
FileHistoryDao

public interface ItemListenerHistoryDao

Operations for historization of config files suitable for the ItemListener.

Author:
Mirko Friedenhagen

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

createNewItem

void createNewItem(hudson.model.Item item)
Adds and saves the initial configuration of an item.

Parameters:
item - project

renameItem

void renameItem(hudson.model.Item item,
                String oldName,
                String newName)
Save and renames the item.

Parameters:
item - project
oldName - old project name
newName - new name

deleteItem

void deleteItem(hudson.model.Item item)
Deletes the history of an item.

Parameters:
item - project


Copyright © 2004–2014. All rights reserved.