com.almworks.jira.structure.api.forest
Class ForestUpdate.Full

java.lang.Object
  extended by com.almworks.jira.structure.api.forest.ForestUpdate
      extended by com.almworks.jira.structure.api.forest.ForestUpdate.Full
Enclosing class:
ForestUpdate

public static class ForestUpdate.Full
extends ForestUpdate

The full update contains the whole forest. The client code should throw away the old version of the forest and use the new one.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.almworks.jira.structure.api.forest.ForestUpdate
ForestUpdate.Empty, ForestUpdate.Full, ForestUpdate.Incremental
 
Constructor Summary
ForestUpdate.Full(long structureId, long version, Forest forest)
           
 
Method Summary
 Forest getForest()
           
 
Methods inherited from class com.almworks.jira.structure.api.forest.ForestUpdate
getStructureId, getVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForestUpdate.Full

public ForestUpdate.Full(long structureId,
                         long version,
                         Forest forest)
Method Detail

getForest

@NotNull
public Forest getForest()
Returns:
the structure's forest at version ForestUpdate.getVersion()


Copyright © 2013 ALMWorks. All Rights Reserved.