public class

IntegrityChecker

extends JiraWebActionSupport
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ com.atlassian.jira.action.JiraActionSupport
       ↳ com.atlassian.jira.web.action.JiraWebActionSupport
         ↳ com.atlassian.jira.web.action.admin.IntegrityChecker

Summary

Constants
String CHECK_PREFIX
String INTEGRITY_CHECK_PREFIX
[Expand]
Inherited Constants
From class com.atlassian.jira.web.action.JiraWebActionSupport
From interface webwork.action.Action
[Expand]
Inherited Fields
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
Public Constructors
IntegrityChecker(IntegrityCheckManager integrityCheckManager, IntegrityChecker integrityChecker)
Public Methods
String getBack()
String getCheck()
String getCheckId(Check check)
String getCheckPrefix()
String getFix()
String getIntegrityCheckPrefix()
List getIntegrityChecks()
Map<CheckList<Amendment>> getResults()
int getTotalResults()
boolean isCheckAvailable(Check check)
Determine whether to chow a check box for the check
boolean isChecked(Check check)
boolean isHasCorrectableResults(Check check)
boolean isHasCorrectableResults(IntegrityCheck integrityCheck)
boolean isHasCorrectableResults()
boolean isHasWarningResults(Check check)
boolean isIntegrityCheckAvailable(IntegrityCheck integrityCheck)
void setBack(String back)
void setCheck(String check)
void setFix(String fix)
Protected Methods
String doExecute()
void doValidation()
[Expand]
Inherited Methods
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
From class java.lang.Object
From interface com.atlassian.jira.util.ErrorCollection
From interface com.atlassian.jira.util.I18nHelper
From interface com.atlassian.jira.web.HttpServletVariables
From interface com.atlassian.jira.web.util.AuthorizationSupport
From interface webwork.action.Action
From interface webwork.action.CommandDriven
From interface webwork.action.IllegalArgumentAware

Constants

public static final String CHECK_PREFIX

Constant Value: "check_"

public static final String INTEGRITY_CHECK_PREFIX

Constant Value: "integrity_"

Public Constructors

public IntegrityChecker (IntegrityCheckManager integrityCheckManager, IntegrityChecker integrityChecker)

Public Methods

public String getBack ()

public String getCheck ()

public String getCheckId (Check check)

public String getCheckPrefix ()

public String getFix ()

public String getIntegrityCheckPrefix ()

public List getIntegrityChecks ()

public Map<CheckList<Amendment>> getResults ()

public int getTotalResults ()

public boolean isCheckAvailable (Check check)

Determine whether to chow a check box for the check

public boolean isChecked (Check check)

public boolean isHasCorrectableResults (Check check)

public boolean isHasCorrectableResults (IntegrityCheck integrityCheck)

public boolean isHasCorrectableResults ()

public boolean isHasWarningResults (Check check)

public boolean isIntegrityCheckAvailable (IntegrityCheck integrityCheck)

public void setBack (String back)

public void setCheck (String check)

public void setFix (String fix)

Protected Methods

protected String doExecute ()

Throws
Exception

protected void doValidation ()