Class WorkflowIssueStatusNullCheck
java.lang.Object
com.atlassian.jira.appconsistency.integrity.check.CheckImpl<CheckAmendment>
com.atlassian.jira.appconsistency.integrity.check.WorkflowIssueStatusNullCheck
- All Implemented Interfaces:
Check<CheckAmendment>
This check will update an issue status with the value in the workflow entry table if null.
Based on the suggestion:
-
Field Summary
Fields inherited from class com.atlassian.jira.appconsistency.integrity.check.CheckImpl
applicationProperties, FORMAT_LONG_WITHOUT_COMMA, id, ofBizDelegator, queryDslAccessor
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowIssueStatusNullCheck
(OfBizDelegator ofBizDelegator, QueryDslAccessor queryDslAccessor, ApplicationProperties applicationProperties, int id, WorkflowManager workflowManager, IssueManager issueManager, IssueIndexingService issueIndexingService, IssueUpdater issueUpdater) -
Method Summary
Methods inherited from class com.atlassian.jira.appconsistency.integrity.check.CheckImpl
getI18NBean, getId, getIntegrityCheck, getLoggedInUser, getMaxResultsLimit, setIntegrityCheck
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.appconsistency.integrity.check.Check
getUnavailableMessage, isAvailable
-
Constructor Details
-
WorkflowIssueStatusNullCheck
public WorkflowIssueStatusNullCheck(OfBizDelegator ofBizDelegator, QueryDslAccessor queryDslAccessor, ApplicationProperties applicationProperties, int id, WorkflowManager workflowManager, IssueManager issueManager, IssueIndexingService issueIndexingService, IssueUpdater issueUpdater)
-
-
Method Details
-
getDescription
-
preview
- Throws:
IntegrityException
-
correct
- Throws:
IntegrityException
-
hasLongRunningFix
public boolean hasLongRunningFix()
-