Interface ProjectWatcher


public interface ProjectWatcher
ProjectWatch class
  • Method Summary

    Modifier and Type
    Method
    Description
    com.atlassian.jira.project.Project
    Get the project of the subscription of the watcher
    com.atlassian.jira.user.ApplicationUser
    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