com.atlassian.jira.projectconfig.contextproviders
Class ProjectNotificationContextProvider.Notification

java.lang.Object
  extended by com.atlassian.jira.projectconfig.contextproviders.ProjectNotificationContextProvider.Notification
Enclosing class:
ProjectNotificationContextProvider

public static class ProjectNotificationContextProvider.Notification
extends Object


Constructor Summary
ProjectNotificationContextProvider.Notification(Long id, String name, String description, List<String> entities)
           
 
Method Summary
 String getDescription()
           
 List<String> getEntities()
           
 Long getId()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectNotificationContextProvider.Notification

public ProjectNotificationContextProvider.Notification(Long id,
                                                       String name,
                                                       String description,
                                                       List<String> entities)
Method Detail

getId

public Long getId()

getName

public String getName()

getDescription

public String getDescription()

getEntities

public List<String> getEntities()


Copyright © 2002-2013 Atlassian. All Rights Reserved.