public interface ExecutionPlan
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
An id of the execution plan.
|
java.util.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.
|
java.lang.String getId()
java.util.List<PackageTask> getTasks()
boolean isExecuted()
true
if executed.boolean hasErrors()
true
if it has errors."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"