com.xebialabs.deployit.plugin.cloud.step.rule
Interface ResultCheck

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
NullCheck, SingleEnvCheck

public interface ResultCheck
extends java.io.Serializable

Implementations help to check list of CIs. All implementations should be Serializable because normally check is passed into step constructor and saved as class property.


Nested Class Summary
static class ResultCheck.Failed
           
 
Method Summary
 void check(java.util.List<? extends com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> cis)
           
 

Method Detail

check

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