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