com.atlassian.bamboo.legacy
Class LegacyAbstractEmailStrategy

java.lang.Object
  extended by com.atlassian.bamboo.legacy.LegacyAbstractEmailStrategy
All Implemented Interfaces:
EmailStrategy
Direct Known Subclasses:
LegacyAlwaysEmailStrategy, LegacyEmailErrorsAndFirstSuccessfulBuildStrategy, LegacyNeverEmailStrategy

public abstract class LegacyAbstractEmailStrategy
extends Object
implements EmailStrategy


Constructor Summary
LegacyAbstractEmailStrategy()
           
 
Method Summary
 String getName()
          Used to identify the strategy within the UI
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.emailer.strategy.EmailStrategy
getLabel, shouldEmailBuildResults
 

Constructor Detail

LegacyAbstractEmailStrategy

public LegacyAbstractEmailStrategy()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getName

public String getName()
Description copied from interface: EmailStrategy
Used to identify the strategy within the UI

Specified by:
getName in interface EmailStrategy
Returns:
The name


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.