org.xwiki.extension.job.plan
Interface ExtensionPlan

All Superinterfaces:
JobStatus

public interface ExtensionPlan
extends JobStatus

A plan of extensions related actions to perform.

Since:
4.0M1
Version:
$Id: b30fc18d444062719066eed9c9b92bdfe865b563 $

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.xwiki.job.event.status.JobStatus
JobStatus.State
 
Method Summary
 Collection<ExtensionPlanAction> getActions()
           
 ExtensionPlanTree getTree()
           
 
Methods inherited from interface org.xwiki.job.event.status.JobStatus
answered, ask, getEndDate, getLog, getLog, getProgress, getQuestion, getRequest, getStartDate, getState
 

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


Copyright © 2004-2013 XWiki. All Rights Reserved.