com.atlassian.jira.notification
Class ErrorNotificationType

java.lang.Object
  extended by com.atlassian.jira.notification.type.AbstractNotificationType
      extended by com.atlassian.jira.notification.ErrorNotificationType
All Implemented Interfaces:
NotificationType

public class ErrorNotificationType
extends AbstractNotificationType
implements NotificationType


Constructor Summary
ErrorNotificationType(java.lang.String displayName)
           
 
Method Summary
 boolean doValidation(java.lang.String key, java.util.Map parameters)
           
 java.lang.String getDisplayName()
           
 java.util.List getRecipients(IssueEvent event, java.lang.String argument)
           
 java.lang.String getType()
           
 
Methods inherited from class com.atlassian.jira.notification.type.AbstractNotificationType
getPreviousAssignee
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.notification.NotificationType
getPreviousAssignee
 

Constructor Detail

ErrorNotificationType

public ErrorNotificationType(java.lang.String displayName)
Method Detail

getRecipients

public java.util.List getRecipients(IssueEvent event,
                                    java.lang.String argument)
Specified by:
getRecipients in interface NotificationType

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface NotificationType

getType

public java.lang.String getType()
Specified by:
getType in interface NotificationType
Overrides:
getType in class AbstractNotificationType

doValidation

public boolean doValidation(java.lang.String key,
                            java.util.Map parameters)
Specified by:
doValidation in interface NotificationType
Overrides:
doValidation in class AbstractNotificationType


Copyright © 2002-2006 Atlassian. All Rights Reserved.