com.xebialabs.deployit.plugins.releaseauth.planning
Class CheckReleaseConditionsAreMet

java.lang.Object
  extended by com.xebialabs.deployit.plugins.releaseauth.planning.CheckReleaseConditionsAreMet

public class CheckReleaseConditionsAreMet
extends java.lang.Object


Field Summary
static java.lang.String ENV_RELEASE_CONDITIONS_PROPERTY
           
 
Constructor Summary
CheckReleaseConditionsAreMet()
           
 
Method Summary
static java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> validate(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification spec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENV_RELEASE_CONDITIONS_PROPERTY

public static final java.lang.String ENV_RELEASE_CONDITIONS_PROPERTY
See Also:
Constant Field Values
Constructor Detail

CheckReleaseConditionsAreMet

public CheckReleaseConditionsAreMet()
Method Detail

validate

public static java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> validate(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification spec)