Class ReleaseReportsService
java.lang.Object
com.atlassian.jira.projects.page.release.ReleaseReportsService
- All Implemented Interfaces:
ReleaseReportVisitsService
-
Constructor Summary
ConstructorsConstructorDescriptionReleaseReportsService(com.atlassian.plugin.PluginAccessor pluginAccessor, UserPropertyManager propertyManager, JiraAuthenticationContext authenticationContext) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidStores information indicating that the current user has visited the release report.
-
Constructor Details
-
ReleaseReportsService
@Autowired public ReleaseReportsService(com.atlassian.plugin.PluginAccessor pluginAccessor, UserPropertyManager propertyManager, JiraAuthenticationContext authenticationContext)
-
-
Method Details
-
hasBeenVisitedByCurrentUser
public boolean hasBeenVisitedByCurrentUser() -
markAsVisitedByCurrentUser
public void markAsVisitedByCurrentUser()Description copied from interface:ReleaseReportVisitsServiceStores information indicating that the current user has visited the release report.- Specified by:
markAsVisitedByCurrentUserin interfaceReleaseReportVisitsService
-