-
- All Implemented Interfaces:
-
groovy.lang.GroovyObject
public class VerificationReports extends GroovyObjectSupportReports configuration object
-
-
Constructor Summary
Constructors Constructor Description VerificationReports(Map<String, VerifierReporter> reports)VerificationReports()
-
Method Summary
Modifier and Type Method Description final Map<String, VerifierReporter>getReports()final UnitsetReports(Map<String, VerifierReporter> reports)UnitdefaultReports()List<VerifierReporter>toVerifierReporters(File reportDir, IProviderVerifier verifier)ObjectpropertyMissing(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
-
-
Method Detail
-
getReports
final Map<String, VerifierReporter> getReports()
-
setReports
final Unit setReports(Map<String, VerifierReporter> reports)
-
defaultReports
Unit defaultReports()
-
toVerifierReporters
List<VerifierReporter> toVerifierReporters(File reportDir, IProviderVerifier verifier)
-
propertyMissing
Object propertyMissing(String name)
-
-
-
-