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.
EmailStrategyList This class provides a gui form with a list of possible EmailStrategy objects for emailing build results.
NeverEmailStrategy This class never email - effectly turns off emailing...
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.