Package 

Class VerificationReports

  • All Implemented Interfaces:
    groovy.lang.GroovyObject

    
    public class VerificationReports
    extends GroovyObjectSupport
                        

    Reports configuration object

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Map<String, VerifierReporter> reports
      private final MetaClass metaClass
    • Method Summary

      Modifier and Type Method Description
      Unit defaultReports()
      List<VerifierReporter> toVerifierReporters(File reportDir, IProviderVerifier verifier)
      Object propertyMissing(String name)
      final Map<String, VerifierReporter> getReports()
      final Unit setReports(Map<String, VerifierReporter> reports)
      • Methods inherited from class groovy.lang.GroovyObject

        equals, hashCode, toString
      • Methods inherited from class au.com.dius.pact.provider.gradle.VerificationReports

        getDefaultMetaClass, getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait