Class CheckImpl<T extends Amendment>
java.lang.Object
com.atlassian.jira.appconsistency.integrity.check.CheckImpl<T>
- All Implemented Interfaces:
Check<T>
- Direct Known Subclasses:
DuplicateSchemePermissionCheck,FieldLayoutCheck,FilterSubscriptionsSavedFilterCheck,FilterSubscriptionsScheduleCheck,IssueLinkCheck,IssueLinkTypesCheck,IssueOSWorkflowEntryRelationCheck,IssueParentProjectRelationCheck,SearchRequestRelationCheck,WorkflowCurrentStepCheck,WorkflowIssueStatusNullCheck,WorkflowStateCheck
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ApplicationPropertiesprotected static final Stringprotected final intprotected OfBizDelegatorprotected QueryDslAccessor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCheckImpl(OfBizDelegator ofBizDelegator, QueryDslAccessor queryDslAccessor, ApplicationProperties applicationProperties, int id) -
Method Summary
Modifier and TypeMethodDescriptionprotected I18nHelpergetId()protected ApplicationUserintvoidsetIntegrityCheck(IntegrityCheck integrityCheck) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.appconsistency.integrity.check.Check
correct, getDescription, getUnavailableMessage, hasLongRunningFix, isAvailable, preview
-
Field Details
-
FORMAT_LONG_WITHOUT_COMMA
- See Also:
-
ofBizDelegator
-
queryDslAccessor
-
id
protected final int id -
applicationProperties
-
-
Constructor Details
-
CheckImpl
protected CheckImpl(OfBizDelegator ofBizDelegator, QueryDslAccessor queryDslAccessor, ApplicationProperties applicationProperties, int id)
-
-
Method Details
-
getId
-
getIntegrityCheck
- Specified by:
getIntegrityCheckin interfaceCheck<T extends Amendment>
-
setIntegrityCheck
- Specified by:
setIntegrityCheckin interfaceCheck<T extends Amendment>
-
getMaxResultsLimit
public int getMaxResultsLimit() -
getI18NBean
-
getLoggedInUser
-