Class GitLabCodeQualityExtension


  • public abstract class GitLabCodeQualityExtension
    extends java.lang.Object
    Configures plugin integration with the surrounding build via gitlabCodeQuality { ... }.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract org.gradle.api.provider.Property<java.lang.Boolean> getWireIntoCheck()
      When true (default), wires generateGitLabCodeQualityReport into check.
      • Methods inherited from class java.lang.Object

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

      • GitLabCodeQualityExtension

        public GitLabCodeQualityExtension()
    • Method Detail

      • getWireIntoCheck

        public abstract org.gradle.api.provider.Property<java.lang.Boolean> getWireIntoCheck()
        When true (default), wires generateGitLabCodeQualityReport into check. Set to false to run it as an explicit step instead.