Uses of Interface
com.atlassian.jira.appconsistency.integrity.check.Check

Packages that use Check
com.atlassian.jira.appconsistency.integrity   
com.atlassian.jira.appconsistency.integrity.check   
com.atlassian.jira.appconsistency.integrity.integritycheck   
com.atlassian.jira.web.action.admin   
 

Uses of Check in com.atlassian.jira.appconsistency.integrity
 

Methods in com.atlassian.jira.appconsistency.integrity that return Check
 Check IntegrityCheckManagerImpl.getCheck(Long checkId)
           
 Check IntegrityCheckManager.getCheck(Long checkId)
           
 

Methods in com.atlassian.jira.appconsistency.integrity with parameters of type Check
 List IntegrityChecker.correct(Check check)
           
 List IntegrityChecker.preview(Check check)
           
 

Method parameters in com.atlassian.jira.appconsistency.integrity with type arguments of type Check
 Map IntegrityChecker.correct(List<Check> checks)
           
 Map IntegrityChecker.preview(List<Check> checks)
           
 

Uses of Check in com.atlassian.jira.appconsistency.integrity.check
 

Subinterfaces of Check in com.atlassian.jira.appconsistency.integrity.check
 interface EntityCheck<T extends Amendment>
           
 

Classes in com.atlassian.jira.appconsistency.integrity.check that implement Check
 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
           
 class WorkflowIssueStatusNull
          This check will update an issues status with the value in the workflow entry table if null.
 class WorkflowStateCheck
           
 

Uses of Check in com.atlassian.jira.appconsistency.integrity.integritycheck
 

Methods in com.atlassian.jira.appconsistency.integrity.integritycheck that return types with arguments of type Check
 List<? extends Check> EntityIntegrityCheckImpl.getChecks()
           
 List<Check> IntegrityCheckImpl.getChecks()
           
 List<? extends Check> IntegrityCheck.getChecks()
           
abstract  List<? extends Check> AbstractIntegrityCheck.getChecks()
           
 

Constructors in com.atlassian.jira.appconsistency.integrity.integritycheck with parameters of type Check
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 parameters in com.atlassian.jira.appconsistency.integrity.integritycheck with type arguments of type Check
FilterSubscriptionIntegrityCheck(int id, String description, List<Check> checks)
           
 

Uses of Check in com.atlassian.jira.web.action.admin
 

Methods in com.atlassian.jira.web.action.admin that return types with arguments of type Check
 Map<Check,List<Amendment>> IntegrityChecker.getResults()
           
 

Methods in com.atlassian.jira.web.action.admin with parameters of type Check
 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-2014 Atlassian. All Rights Reserved.