Interface ICleanUpProjectTask
- 
- All Known Subinterfaces:
- ICleanUpProjectObjectTasksProvider.ICleanUpBmObjectTask,- ICleanUpProjectResourceTasksProvider.ICleanUpResourceTask
 
 public interface ICleanUpProjectTaskCommon interface for all project clean up tasks
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Gets the localized name of the task to be displayed on the UI or logs.
 
- 
- 
- 
Method Detail- 
getNameString getName() Gets the localized name of the task to be displayed on the UI or logs.- Returns:
- the name of the clean up task, never null.
 
 
- 
 
-