Class IntegrityChecker

java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.admin.IntegrityChecker
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class IntegrityChecker extends JiraWebActionSupport
See Also:
  • Constructor Details

  • Method Details

    • doDefault

      public String doDefault() throws Exception
      Overrides:
      doDefault in class webwork.action.ActionSupport
      Throws:
      Exception
    • doValidation

      protected void doValidation()
      Overrides:
      doValidation in class webwork.action.ActionSupport
    • doExecute

      protected String doExecute() throws Exception
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Throws:
      Exception
    • doProgress

      public String doProgress()
      Provides progress details of the task with a given taskId.
    • doAcknowledge

      public String doAcknowledge()
    • doPreview

      public String doPreview()
    • doCorrect

      public String doCorrect()
    • getIntegrityCheckPrefix

      public String getIntegrityCheckPrefix()
    • getCheckPrefix

      public String getCheckPrefix()
    • getCheckId

      public String getCheckId(Check check)
    • isHasCorrectableResults

      public boolean isHasCorrectableResults()
    • isHasCorrectableResults

      public boolean isHasCorrectableResults(Long checkId)
    • isHasCorrectableResults

      public boolean isHasCorrectableResults(IntegrityCheck integrityCheck)
    • isHasWarningResults

      public boolean isHasWarningResults(Long checkId)
    • getIntegrityChecks

      public List<IntegrityCheck> getIntegrityChecks()
    • isIntegrityCheckAvailable

      public boolean isIntegrityCheckAvailable(IntegrityCheck integrityCheck)
    • isCheckAvailable

      public boolean isCheckAvailable(Check check)
      Determine whether to chow a checkbox for the check
      Parameters:
      check -
    • isChecked

      public boolean isChecked(Check check)
    • getResults

      public Map<Long,List<Amendment>> getResults()
    • getTotalResults

      public int getTotalResults()
    • getCurrentTask

    • getCheck

      public String getCheck()
    • setCheck

      public void setCheck(String check)
    • getFix

      public String getFix()
    • setFix

      public void setFix(String fix)
    • getBack

      public String getBack()
    • setBack

      public void setBack(String back)
    • getTaskId

      public Long getTaskId()
    • setTaskId

      public void setTaskId(Long taskId)
    • getDestinationURL

      public String getDestinationURL()
    • setDestinationURL

      public void setDestinationURL(String destinationURL)