com.atlassian.bamboo.legacy
Class LegacyAlwaysEmailStrategy
java.lang.Object
com.atlassian.bamboo.legacy.LegacyAbstractEmailStrategy
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.
LegacyAlwaysEmailStrategy
public LegacyAlwaysEmailStrategy()
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
- ignoredpreviousBuildState
- ignored
- Returns:
- true
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.