public interface Delta
Modifier and Type | Method and Description |
---|---|
List<Condition> |
getConditions()
Returns the list of Conditions which have to be checked before this Delta's Tasks can be executed.
|
String |
getDescription() |
List<Task> |
getTasks()
Should not return a read-only List, as the version handler might add tasks as appropriate.
|
DeltaType |
getType() |
Version |
getVersion()
Returns the version number for which this Delta is needed.
|
Version getVersion()
List<Condition> getConditions()
List<Task> getTasks()
String getDescription()
DeltaType getType()
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.