com.xebialabs.deployit.plugin.api.deployment.specification
Class Deltas

java.lang.Object
  extended by com.xebialabs.deployit.plugin.api.deployment.specification.Deltas
All Implemented Interfaces:
java.io.Serializable

public class Deltas
extends java.lang.Object
implements java.io.Serializable

A collection of Deltas

See Also:
Serialized Form

Constructor Summary
Deltas(java.util.List<Delta> deltas)
           
 
Method Summary
 java.util.List<Delta> getDeltas()
          The Deltas.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Deltas

public Deltas(java.util.List<Delta> deltas)
Method Detail

getDeltas

public java.util.List<Delta> getDeltas()
The Deltas.

Returns:
the Deltas