Uses of Interface
com.atlassian.bamboo.emailer.strategy.EmailStrategy

Packages that use EmailStrategy
com.atlassian.bamboo.build   
com.atlassian.bamboo.emailer.strategy   
com.atlassian.bamboo.upgrader.oldModel   
 

Uses of EmailStrategy in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return EmailStrategy
 EmailStrategy BuildObjectForTests.getEmailStrategy()
          What email strategy does this build have?
 

Methods in com.atlassian.bamboo.build with parameters of type EmailStrategy
 void BuildObjectForTests.setEmailStrategy(EmailStrategy emailStrategy)
          Define when build build email need to be sent
 

Uses of EmailStrategy in com.atlassian.bamboo.emailer.strategy
 

Classes in com.atlassian.bamboo.emailer.strategy that implement EmailStrategy
 class AbstractEmailStrategy
          Common email strategy behaviour
 class AlwaysEmailStrategy
          Instruct Bamboo to always send email at the end of the build.
 class EmailErrorsAndFirstSuccessfulBuildStrategy
          This class instructs Bamboo to always send an email for a failed build, and for the first successful build after the failure.
 class NeverEmailStrategy
          This class never email - effectly turns off emailing...
 

Fields in com.atlassian.bamboo.emailer.strategy declared as EmailStrategy
static EmailStrategy EmailStrategyFactory.ALWAYS_EMAIL_STRATEGY
          Always email the build results
static EmailStrategy EmailStrategyFactory.DEFAULT_STRATEGY
          Default email behaviour
static EmailStrategy EmailStrategyFactory.EMAIL_ERRORS_AND_FIRST_SUCCESSFULL_EMAIL_STRATEGY
          This is the initialisation strategy, to check everything out before building
static EmailStrategy EmailStrategyFactory.NEVER_EMAIL_STRATEGY
          This forces the build build to be cleaned, extrected from the repository and rebuilt
 

Methods in com.atlassian.bamboo.emailer.strategy that return EmailStrategy
static EmailStrategy EmailStrategyFactory.getInstanceWithDropDownText(java.lang.String dropDownText)
          Get the EmailStrategy implementation that contains the given drop down text description.
 

Uses of EmailStrategy in com.atlassian.bamboo.upgrader.oldModel
 

Fields in com.atlassian.bamboo.upgrader.oldModel declared as EmailStrategy
 EmailStrategy OldBuild.myEmailStrategy
           
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.