com.xebialabs.deployit.plugins.releaseauth
Class ConditionVerifier.ViolatedCondition<T>

java.lang.Object
  extended by com.xebialabs.deployit.plugins.releaseauth.ConditionVerifier.ViolatedCondition<T>
Enclosing class:
ConditionVerifier

public static class ConditionVerifier.ViolatedCondition<T>
extends java.lang.Object


Field Summary
 T actualValue
           
 T expectedValue
           
 java.lang.String name
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final java.lang.String name

expectedValue

public final T expectedValue

actualValue

public final T actualValue