@ProviderType public interface ExecutionPlan
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
An id of the execution plan.
|
List<PackageTask> |
getTasks()
Retrieves the list of all tasks
|
boolean |
hasErrors()
checks if this plan has error
|
boolean |
isExecuted()
Checks if this plan has finished.
|
@Nonnull List<PackageTask> getTasks()
boolean isExecuted()
true if executed.boolean hasErrors()
true if it has errors.Copyright © 2010 - 2020 Adobe. All Rights Reserved