Package com.atlassian.bamboo.emailer.strategy

Interface Summary
EmailStrategy Defines a strategy for deciding if Bamboo should email the build results.
 

Class Summary
AbstractEmailStrategy Common email strategy behaviour
AlwaysEmailStrategy Instruct Bamboo to always send email at the end of the build.
EmailErrorsAndFirstSuccessfulBuildStrategy This class instructs Bamboo to always send an email for a failed build, and for the first successful build after the failure.
EmailStrategyFactory This class creates the various build build result email strategies.
NeverEmailStrategy This class never email - effectly turns off emailing...
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.