com.xebialabs.deployit.plugin.trigger
Class BodyValidator.Validator

java.lang.Object
  extended by com.xebialabs.deployit.plugin.trigger.BodyValidator.Validator
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.validation.Validator<EmailNotification>
Enclosing class:
BodyValidator

public static class BodyValidator.Validator
extends java.lang.Object
implements com.xebialabs.deployit.plugin.api.validation.Validator<EmailNotification>


Constructor Summary
BodyValidator.Validator()
           
 
Method Summary
 void validate(EmailNotification notification, com.xebialabs.deployit.plugin.api.validation.ValidationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BodyValidator.Validator

public BodyValidator.Validator()
Method Detail

validate

public void validate(EmailNotification notification,
                     com.xebialabs.deployit.plugin.api.validation.ValidationContext context)
Specified by:
validate in interface com.xebialabs.deployit.plugin.api.validation.Validator<EmailNotification>