Added javadocs for extension parameters
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
package io.coderate.accurest.config
|
||||
|
||||
/**
|
||||
* @author Jakub Kubrynski
|
||||
*/
|
||||
@@ -12,7 +11,20 @@ class AccurestConfigProperties {
|
||||
List<String> ignoredFiles = []
|
||||
String[] imports = []
|
||||
String[] staticImports = []
|
||||
|
||||
/**
|
||||
* Directory containing contracts written using the GroovyDSL
|
||||
*/
|
||||
File contractsDslDir
|
||||
|
||||
/**
|
||||
* Test source directory where tests generated from Groovy DSL should be placed
|
||||
*/
|
||||
File generatedTestSourcesDir
|
||||
|
||||
/**
|
||||
* Dir where the generated Wiremock stubs from Groovy DSL should be placed.
|
||||
* You can then mention them in your packaging task to create jar with stubs
|
||||
*/
|
||||
File stubsOutputDir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user