@groovy.transform.CompileStatic @groovy.transform.ToString(includeNames: true, includePackage: false) @groovy.transform.EqualsAndHashCode class VersionExecutionProperties extends Object implements Serializable
An internal class to hold information about each Gradle that is in a test set.
| Type | Name and description |
|---|---|
ConfigurationCacheMode |
ccModeThe configuration cache mode for this version. |
java.util.List<String> |
deprecationWarningsMapThe deprecation warnings for this version that needs to be checked. |
| Constructor and description |
|---|
VersionExecutionProperties
() |
The configuration cache mode for this version.
The deprecation warnings for this version that needs to be checked.
Groovy Documentation