com.xebialabs.deployit.test.support.stubs
Class StubChange<T extends java.io.Serializable>
java.lang.Object
com.xebialabs.deployit.test.support.stubs.StubChange<T>
- All Implemented Interfaces:
- com.xebialabs.deployit.Change<T>
public class StubChange<T extends java.io.Serializable>
- extends java.lang.Object
- implements com.xebialabs.deployit.Change<T>
|
Constructor Summary |
StubChange(T oldRevision,
T newRevision)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StubChange
public StubChange(T oldRevision,
T newRevision)
isAddition
public boolean isAddition()
- Specified by:
isAddition in interface com.xebialabs.deployit.Change<T extends java.io.Serializable>
isDeletion
public boolean isDeletion()
- Specified by:
isDeletion in interface com.xebialabs.deployit.Change<T extends java.io.Serializable>
isModification
public boolean isModification()
- Specified by:
isModification in interface com.xebialabs.deployit.Change<T extends java.io.Serializable>
getConfigurationItemClass
public java.lang.Class<T> getConfigurationItemClass()
- Specified by:
getConfigurationItemClass in interface com.xebialabs.deployit.Change<T extends java.io.Serializable>
getConfigurationItemType
public java.lang.String getConfigurationItemType()
getNewRevision
public T getNewRevision()
- Specified by:
getNewRevision in interface com.xebialabs.deployit.Change<T extends java.io.Serializable>
getOldRevision
public T getOldRevision()
- Specified by:
getOldRevision in interface com.xebialabs.deployit.Change<T extends java.io.Serializable>
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2010. All Rights Reserved.