public interface MigrationTask extends Executable, Categorizable
MigrationStep that can be categorized| Modifier and Type | Method and Description |
|---|---|
ApplicationModel |
getApplicationModel()
Retrieves the
ApplicationModel that represents the migration current state. |
String |
getDescription()
Retrieves the task description.
|
List<MigrationStep> |
getSteps()
Retrieves the steps that compose the task.
|
void |
setApplicationModel(ApplicationModel applicationModel)
Sets the
ApplicationModel on which the task is going to work over. |
executegetApplicableProjectTypes, getFrom, getProjectType, getToString getDescription()
StringList<MigrationStep> getSteps()
ListApplicationModel getApplicationModel()
ApplicationModel that represents the migration current state.ApplicationModelvoid setApplicationModel(ApplicationModel applicationModel)
ApplicationModel on which the task is going to work over.Copyright © 2018 MuleSoft Inc. All rights reserved.