net.sourceforge.cruisecontrol.publishers
Class EmailPublisher.Failure

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.publishers.EmailPublisher.Address
      extended bynet.sourceforge.cruisecontrol.publishers.EmailPublisher.Failure
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
EmailPublisher

public static class EmailPublisher.Failure
extends EmailPublisher.Address

See Also:
Serialized Form

Constructor Summary
EmailPublisher.Failure()
           
 
Method Summary
 void setReportWhenFixed(boolean reportWhenFixed)
           
 boolean shouldReportWhenFixed()
           
 
Methods inherited from class net.sourceforge.cruisecontrol.publishers.EmailPublisher.Address
getAddress, setAddress, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailPublisher.Failure

public EmailPublisher.Failure()
Method Detail

shouldReportWhenFixed

public boolean shouldReportWhenFixed()

setReportWhenFixed

public void setReportWhenFixed(boolean reportWhenFixed)