Interface ProjectWatcher
public interface ProjectWatcher
ProjectWatch class
-
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.jira.project.Project
Get the project of the subscription of the watchercom.atlassian.jira.user.ApplicationUser
getUser()
Get the User of the subscription of the watcher
-
Method Details
-
getProject
com.atlassian.jira.project.Project getProject()Get the project of the subscription of the watcher- Returns:
- Project of the watcher
-
getUser
com.atlassian.jira.user.ApplicationUser getUser()Get the User of the subscription of the watcher- Returns:
- The application user of the watcher
-