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
    • Method Summary

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

        getProperty, invokeMethod, setProperty
      • Methods inherited from class au.com.dius.pact.provider.gradle.VerificationReports

        getMetaClass, setMetaClass
      • Methods inherited from class java.lang.Object

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