@groovy.util.logging.Slf4j class InstrumentCodeAction extends java.lang.Object
Clover code instrumentation action.
| Type | Name and description |
|---|---|
java.lang.String |
additionalArgs |
java.util.Map |
additionalGroovycOpts |
java.io.File |
buildDir |
org.gradle.api.file.FileCollection |
cloverClasspath |
java.lang.Boolean |
compileGroovy |
boolean |
debug |
java.lang.Boolean |
enabled |
java.lang.String |
encoding |
java.util.List<java.lang.String> |
excludes |
java.lang.String |
executable |
int |
flushinterval |
java.lang.String |
flushpolicy |
org.gradle.api.file.FileCollection |
groovyClasspath |
java.util.List<java.lang.String> |
includes |
java.lang.String |
initString |
java.lang.String |
instrumentLambda |
org.gradle.api.file.FileCollection |
instrumentationClasspath |
java.util.Set<CloverContextConvention> |
methodContexts |
java.lang.String |
sourceCompatibility |
java.util.List<CloverSourceSet> |
sourceSets |
java.util.Set<CloverContextConvention> |
statementContexts |
java.lang.String |
targetCompatibility |
java.util.List<java.lang.String> |
testExcludes |
java.util.List<java.lang.String> |
testIncludes |
java.util.List<CloverSourceSet> |
testSourceSets |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
compileClasses(java.lang.Object ant)Compiles Java classes. |
|
void |
execute(org.gradle.api.Task task) |
|
org.gradle.api.internal.project.IsolatedAntBuilder |
getAntBuilder() |
|
java.io.File |
getCloverDatabaseFile() |
|
java.util.Map |
getCloverSetupAttributes() |
|
void |
instrumentCode(org.gradle.api.Task task) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Compiles Java classes. If project has Groovy plugin applied run the joint compiler.
ant - Ant builder