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.legacy   
com.atlassian.bamboo.upgrade.tasks   
com.atlassian.bamboo.upgrader.oldModel   
 

Uses of EmailStrategy in com.atlassian.bamboo.build
 

Fields in com.atlassian.bamboo.build declared as EmailStrategy
protected  EmailStrategy DefaultBuildDefinition.emailStrategy
           
 

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

Methods in com.atlassian.bamboo.build with parameters of type EmailStrategy
 void BuildDefinition.setEmailStrategy(EmailStrategy emailStrategy)
          Define when build build email need to be sent
 void DefaultBuildDefinition.setEmailStrategy(EmailStrategy emailStrategy)
           
 void LegacyBuildObject.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.legacy
 

Classes in com.atlassian.bamboo.legacy that implement EmailStrategy
 class LegacyAbstractEmailStrategy
           
 class LegacyAlwaysEmailStrategy
          Instruct Bamboo to always send email at the end of the build.
 class LegacyEmailErrorsAndFirstSuccessfulBuildStrategy
           
 class LegacyNeverEmailStrategy
           
 

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

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

Uses of EmailStrategy in com.atlassian.bamboo.upgrade.tasks
 

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

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

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 Software Systems.. All Rights Reserved.