com.pmease.quickbuild.setting.configuration.notification
Interface NotifyCondition

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AlwaysNotify, AndNotifyCondition, IfBuildIsBroken, IfBuildIsFailed, IfBuildIsFixed, IfBuildIsSuccessful, IfHaveFailedSteps, NeverNotify, OrNotifyCondition, ScriptNotifyCondition, VariableNotifyCondition

public interface NotifyCondition
extends java.io.Serializable


Method Summary
 boolean satisfied(Notification notification)
           
 

Method Detail

satisfied

boolean satisfied(Notification notification)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.