Class CheckstyleModuleRunnerResult

java.lang.Object
de.hsh.graja.core.ModuleRunnerResult
de.hsh.graja.core.modules.checkstyle.CheckstyleModuleRunnerResult
All Implemented Interfaces:
ContentLogger, Serializable

public class CheckstyleModuleRunnerResult extends ModuleRunnerResult
See Also:
  • Constructor Details

  • Method Details

    • setConfiguredCheckIdentifiers

      public void setConfiguredCheckIdentifiers(List<String> checkNamesOrIds)
    • addSubResultByIdentifier

      public void addSubResultByIdentifier(String checkIdentifier, CheckstyleModuleRunnerSubResult subResult)
    • findSubResultByIdentifier

      public CheckstyleModuleRunnerSubResult findSubResultByIdentifier(String checkIdentifier)
    • isGlobalFailure

      public boolean isGlobalFailure()
    • setGlobalFailure

      public void setGlobalFailure()
    • isEmptySubmission

      public boolean isEmptySubmission()
    • setEmptySubmission

      public void setEmptySubmission()
    • getType

      public ModuleType getType()
      Specified by:
      getType in class ModuleRunnerResult