com.atlassian.bamboo.legacy
Class LegacyAlwaysEmailStrategy

java.lang.Object
  extended by com.atlassian.bamboo.legacy.LegacyAbstractEmailStrategy
      extended by com.atlassian.bamboo.legacy.LegacyAlwaysEmailStrategy
All Implemented Interfaces:
EmailStrategy

public class LegacyAlwaysEmailStrategy
extends LegacyAbstractEmailStrategy

Instruct Bamboo to always send email at the end of the build.


Constructor Summary
LegacyAlwaysEmailStrategy()
           
 
Method Summary
 String getLabel()
          Obtain a description of the strategy for displaying in the GUI
 boolean shouldEmailBuildResults(BuildResults buildResults, BuildState previousBuildState)
          Always send the build results email
 
Methods inherited from class com.atlassian.bamboo.legacy.LegacyAbstractEmailStrategy
getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LegacyAlwaysEmailStrategy

public LegacyAlwaysEmailStrategy()
Method Detail

getLabel

public String getLabel()
Description copied from interface: EmailStrategy
Obtain a description of the strategy for displaying in the GUI

Returns:
the descriptive label for the GUI

shouldEmailBuildResults

public boolean shouldEmailBuildResults(BuildResults buildResults,
                                       BuildState previousBuildState)
Always send the build results email

Parameters:
buildResults - ignored
previousBuildState - ignored
Returns:
true


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.