public interface ProjectChangedTimeStore
Modifier and Type | Method and Description |
---|---|
Optional<ProjectChangedTime> |
getProjectChangedTime(long projectId)
Fetches ProjectChangedTime for the given projectId.
|
void |
updateOrAddIssueChangedTime(long projectId,
Timestamp issueUpdatedTime)
Updates if an entry for the given project exists, otherwise adds a new entry with the issue updated time
|
Optional<ProjectChangedTime> getProjectChangedTime(long projectId)
projectId
- void updateOrAddIssueChangedTime(long projectId, Timestamp issueUpdatedTime)
projectId
- issueUpdatedTime
- Copyright © 2002-2021 Atlassian. All Rights Reserved.