Class JavaQAExtension.Checkstyle

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Property<String> getAdditionalSuppressions() Add suppressions to the pre-defined list.
      final Property<String> getAdditionalConfiguration() Add rules to the pre-defined configuration.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JavaQAExtension.Checkstyle

        JavaQAExtension.Checkstyle()
    • Method Detail

      • getAdditionalSuppressions

         final Property<String> getAdditionalSuppressions()

        Add suppressions to the pre-defined list. It can be the path of a file with the suppressions in XML format or a string with the same content.

      • getAdditionalConfiguration

         final Property<String> getAdditionalConfiguration()

        Add rules to the pre-defined configuration. It can be the path of a file with the rules in XML format or a string with the same content.