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

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

public class SingleEnvCheck
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
SingleEnvCheck()
           
 
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

SingleEnvCheck

public SingleEnvCheck()
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