Interface ICleanUpProjectTask
-
- All Known Subinterfaces:
ICleanUpProjectObjectTasksProvider.ICleanUpBmObjectTask
,ICleanUpProjectResourceTasksProvider.ICleanUpResourceTask
public interface ICleanUpProjectTask
Common interface for all project clean up tasks
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Gets the localized name of the task to be displayed on the UI or logs.
-
-
-
Method Detail
-
getName
String 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
.
-
-