Class EntityVersioningControl
java.lang.Object
com.atlassian.jira.testkit.client.RestApiClient<T>
com.atlassian.jira.testkit.client.BackdoorControl<T>
com.atlassian.jira.functest.framework.backdoor.BackdoorControl<EntityVersioningControl>
com.atlassian.jira.functest.framework.backdoor.EntityVersioningControl
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.atlassian.jira.testkit.client.RestApiClient
com.atlassian.jira.testkit.client.RestApiClient.BackdoorLoggingFilter, com.atlassian.jira.testkit.client.RestApiClient.JsonMediaTypeFilter, com.atlassian.jira.testkit.client.RestApiClient.RestCall -
Field Summary
Fields inherited from class com.atlassian.jira.testkit.client.BackdoorControl
API_REST_PATH, API_REST_VERSION, DEFAULT_REST_PATH, logger, rootPathFields inherited from class com.atlassian.jira.testkit.client.RestApiClient
loginAs, loginPassword, REST_VERSION -
Constructor Summary
ConstructorsConstructorDescriptionEntityVersioningControl(com.atlassian.jira.testkit.client.JIRAEnvironmentData environmentData) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcreateNewCommentVersionRow(long commentId, long parentIssueId, LocalDateTime updateTime, long version, boolean deleted) voidcreateNewIssueVersionRow(long issueId, LocalDateTime updateTime, long version, boolean deleted) voidcreateNewWorklogVersionRow(long worklogId, long parentIssueId, LocalDateTime updateTime, long version, boolean deleted) getCommentVersion(Long commentId) getIssueVersion(Long issueId) getLocalChangeHistoryVersion(Long issueId) getLocalCommentVersion(Long commentId) getLocalIssueVersion(Long issueId) getLocalWorklogVersion(Long worklogId) getRelatedCommentVersions(long issueId) getRelatedWorklogVersions(long issueId) getWorklogVersion(Long worklogId) voidincrementCommentVersion(Long commentId, Long parentIssueId) voidincrementCommentVersionsRelatedToIssue(long issueId) voidincrementIssueVersion(Long issueId) voidincrementWorklogVersion(Long worklogId, Long parentIssueId) voidincrementWorklogVersionsRelatedToIssue(long issueId) voidmarkCommentDeletedAndUpdateVersion(Long commentId) voidmarkIssueDeletedAndUpdateVersion(Long issueId) voidmarkWorklogDeletedAndUpdateVersion(Long worklogId) Methods inherited from class com.atlassian.jira.functest.framework.backdoor.BackdoorControl
createResourceMethods inherited from class com.atlassian.jira.testkit.client.BackdoorControl
createResourceForPath, createResourceForPath, get, getRestModulePathMethods inherited from class com.atlassian.jira.testkit.client.RestApiClient
anonymous, cleanUp, client, createResource, createResourceGadget, createResourceInternal, errorResponse, expanded, getEnvironmentData, loginAs, loginAs, percentEncode, registerResponse, resourceRoot, resourceRoot, setOf, toResponse, toResponse, toResponse
-
Constructor Details
-
EntityVersioningControl
public EntityVersioningControl(com.atlassian.jira.testkit.client.JIRAEnvironmentData environmentData)
-
-
Method Details
-
getAllIssueVersions
-
getAllCommentVersions
-
getAllWorklogVersions
-
incrementIssueVersion
-
incrementCommentVersion
-
incrementWorklogVersion
-
markIssueDeletedAndUpdateVersion
-
markCommentDeletedAndUpdateVersion
-
markWorklogDeletedAndUpdateVersion
-
incrementCommentVersionsRelatedToIssue
public void incrementCommentVersionsRelatedToIssue(long issueId) -
incrementWorklogVersionsRelatedToIssue
public void incrementWorklogVersionsRelatedToIssue(long issueId) -
getIssueVersion
-
getCommentVersion
-
getWorklogVersion
-
getLocalIssueVersion
-
getLocalCommentVersion
-
getLocalWorklogVersion
-
getLocalChangeHistoryVersion
-
getRelatedCommentVersions
-
getRelatedWorklogVersions
-
createNewIssueVersionRow
public void createNewIssueVersionRow(long issueId, LocalDateTime updateTime, long version, boolean deleted) -
createNewCommentVersionRow
public void createNewCommentVersionRow(long commentId, long parentIssueId, LocalDateTime updateTime, long version, boolean deleted) -
createNewWorklogVersionRow
public void createNewWorklogVersionRow(long worklogId, long parentIssueId, LocalDateTime updateTime, long version, boolean deleted) -
cleanAllDeletedEntityVersionsOlderThan
-