Class AndroidCodeQualityExtension

    • Constructor Detail

      • AndroidCodeQualityExtension

        public AndroidCodeQualityExtension()
    • Method Detail

      • getToolVersion

        public String getToolVersion()
        The version of the code quality tool to be used.
      • setToolVersion

        public void setToolVersion​(String toolVersion)
        The version of the code quality tool to be used.
      • isIgnoreFailures

        public boolean isIgnoreFailures()
        Whether to allow the build to continue if there are warnings. Example: ignoreFailures = true
      • setIgnoreFailures

        public void setIgnoreFailures​(boolean ignoreFailures)
        Whether to allow the build to continue if there are warnings. Example: ignoreFailures = true
      • getReportsDir

        public File getReportsDir()
        The directory where reports will be generated.
      • setReportsDir

        public void setReportsDir​(File reportsDir)
        The directory where reports will be generated.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object