com.atlassian.jira.pageobjects.project.notifications
Class Notification

java.lang.Object
  extended by com.atlassian.jira.pageobjects.project.notifications.Notification

public class Notification
extends Object

Since:
v4.4

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

Constructor Detail

Notification

public Notification()
Method Detail

getName

public String getName()

setName

public Notification setName(String name)

getEntities

public List<String> getEntities()

setEntities

public Notification setEntities(List<String> entities)


Copyright © 2002-2013 Atlassian. All Rights Reserved.