@ExperimentalApi
public interface ProjectChangedTimeManager
Modifier and Type | Method and Description |
---|---|
Optional<ProjectChangedTime> |
getProjectChangedTime(long projectId)
Retrieves
ProjectChangedTime for the given project id. |
Optional<ProjectChangedTime> getProjectChangedTime(long projectId)
ProjectChangedTime
for the given project id.
It will return Optional.EMPTY when:
- the project ID is invalid
- project contains zero issues and has never had issues
- none of the issues in the project have been changed since upgrading to JIRA 7.2projectId
- ProjectChangedTime
Copyright © 2002-2021 Atlassian. All Rights Reserved.