Package org.xwiki.extension.job.plan
Interface ExtensionPlan
-
- All Superinterfaces:
org.xwiki.job.event.status.JobStatus
public interface ExtensionPlan extends org.xwiki.job.event.status.JobStatusA plan of extensions related actions to perform.- Since:
- 4.0M1
- Version:
- $Id: b2c45b0011e77f640bc92407c935ee6ff7d60428 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<ExtensionPlanAction>getActions()ExtensionPlanTreegetTree()
-
-
-
Method Detail
-
getTree
ExtensionPlanTree getTree()
- Returns:
- the tree representation of the plan
-
getActions
Collection<ExtensionPlanAction> getActions()
- Returns:
- an ordered representation of all the actions to perform
-
-