com.atlassian.bamboo.legacy
Class LegacyNeverEmailStrategy
java.lang.Object
com.atlassian.bamboo.legacy.LegacyAbstractEmailStrategy
com.atlassian.bamboo.legacy.LegacyNeverEmailStrategy
- All Implemented Interfaces:
- EmailStrategy
public class LegacyNeverEmailStrategy
- extends LegacyAbstractEmailStrategy
LegacyNeverEmailStrategy
public LegacyNeverEmailStrategy()
getLabel
public String getLabel()
- 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)
- Never send an email!
- Parameters:
buildResults
- ignoredpreviousBuildState
- ignored
- Returns:
- false
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.