Uses of Class
com.atlassian.jira.versioning.IncrementDeletedEntityVersionException

Package
Description
 
  • Uses of IncrementDeletedEntityVersionException in com.atlassian.jira.versioning

    Modifier and Type
    Method
    Description
    void
    EntityVersioningManager.incrementCommentVersion(long commentId, long parentIssueId)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Increments the version number for the specified comment.
    void
    EntityVersioningManagerImpl.incrementCommentVersion(long commentId, long parentIssueId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    EntityVersioningManagerWithStats.incrementCommentVersion(long commentId, long parentIssueId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    EntityVersioningManager.incrementIssueVersion(long issueId)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Increments the version number for the specified issue.
    void
    EntityVersioningManagerImpl.incrementIssueVersion(long issueId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    EntityVersioningManagerWithStats.incrementIssueVersion(long issueId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    EntityVersioningManager.incrementWorklogVersion(long worklogId, long parentIssueId)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Increments the version number for the specified worklog.
    void
    EntityVersioningManagerImpl.incrementWorklogVersion(long worklogId, long parentIssueId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    EntityVersioningManagerWithStats.incrementWorklogVersion(long worklogId, long parentIssueId)
    Deprecated, for removal: This API element is subject to removal in a future version.