Modifier and Type | Method and Description |
---|---|
Check |
IntegrityCheckManager.getCheck(Long checkId) |
Check |
IntegrityCheckManagerImpl.getCheck(Long checkId) |
Modifier and Type | Method and Description |
---|---|
List |
IntegrityChecker.correct(Check check) |
List |
IntegrityChecker.preview(Check check) |
Modifier and Type | Method and Description |
---|---|
Map |
IntegrityChecker.correct(List<Check> checks) |
Map |
IntegrityChecker.preview(List<Check> checks) |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityCheck<T extends Amendment> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityRelation<T extends Amendment> |
class |
BaseFilterSubscriptionsCheck
Base class for filter subscriptions checks.
|
class |
CheckImpl<T extends Amendment> |
class |
EntityCheckImpl<T extends Amendment> |
class |
FieldLayoutCheck |
class |
FilterSubscriptionsSavedFilterCheck
Finds and fixes all filtersubcriptions that have no corresponding search filter.
|
class |
FilterSubscriptionsScheduleCheck
Checks and fixes the case where we have a FilterSubscription that has no corresponding
Quartz trigger.
|
class |
IssueLinkCheck
Check that all Issue Links are associated with valid issues.
|
class |
PrimaryEntityRelationCreate |
class |
PrimaryEntityRelationDelete |
class |
SchemePermissionCheck
Created by IntelliJ IDEA.
|
class |
SearchRequestRelationCheck |
class |
WorkflowCurrentStepCheck
Ensure all issues have a valid workflow state.
|
class |
WorkflowIssueStatusNull
This check will update an issues status with the value in the workflow entry table if null.
|
class |
WorkflowStateCheck |
Modifier and Type | Method and Description |
---|---|
List<Check> |
IntegrityCheckImpl.getChecks() |
List<? extends Check> |
EntityIntegrityCheckImpl.getChecks() |
List<? extends Check> |
IntegrityCheck.getChecks() |
abstract List<? extends Check> |
AbstractIntegrityCheck.getChecks() |
Constructor and Description |
---|
FieldLayoutIntegrityCheck(int id,
String description,
Check... checks) |
FilterSubscriptionIntegrityCheck(int id,
String description,
Check... checks) |
IntegrityCheckImpl(int id,
String description,
Check... checks) |
SchemePermissionIntegrityCheck(int id,
String description,
Check... checks) |
SearchRequestRelationIntegrityCheck(int id,
String description,
Check... checks) |
WorkflowStateIntegrityCheck(int id,
String description,
Check... checks) |
Constructor and Description |
---|
FilterSubscriptionIntegrityCheck(int id,
String description,
List<Check> checks) |
Modifier and Type | Method and Description |
---|---|
Map<Check,List<Amendment>> |
IntegrityChecker.getResults() |
Modifier and Type | Method and Description |
---|---|
String |
IntegrityChecker.getCheckId(Check check) |
boolean |
IntegrityChecker.isCheckAvailable(Check check)
Determine whether to chow a check box for the check
|
boolean |
IntegrityChecker.isChecked(Check check) |
boolean |
IntegrityChecker.isHasCorrectableResults(Check check) |
boolean |
IntegrityChecker.isHasWarningResults(Check check) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.