com.xebialabs.deployit.plugin.cloud.step.rule
Class NullCheck

java.lang.Object
  extended by com.xebialabs.deployit.plugin.cloud.step.rule.NullCheck
All Implemented Interfaces:
ResultCheck, java.io.Serializable

public class NullCheck
extends java.lang.Object
implements ResultCheck

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.xebialabs.deployit.plugin.cloud.step.rule.ResultCheck
ResultCheck.Failed
 
Constructor Summary
NullCheck()
           
 
Method Summary
 void check(java.util.List<? extends com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> cis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullCheck

public NullCheck()
Method Detail

check

public void check(java.util.List<? extends com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> cis)
           throws ResultCheck.Failed
Specified by:
check in interface ResultCheck
Throws:
ResultCheck.Failed