@Incubating @CacheableTask public class ValidateTaskProperties extends DefaultTask implements VerificationTask
Task properties must be annotated with one of:
Input,
                 @Nested,
                 @InputFile,
                 @InputDirectory,
                 @InputFiles
                 to mark it as an input to the task.
             OutputFile,
                 @OutputDirectory
                 to mark it as an output of the task.
             Task.NamerTASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE| Constructor and Description | 
|---|
| ValidateTaskProperties() | 
| Modifier and Type | Method and Description | 
|---|---|
| File | getClassesDir()The directory containing the classes to validate. | 
| protected org.gradle.internal.classloader.ClassLoaderFactory | getClassLoaderFactory() | 
| FileCollection | getClasspath()The classpath used to load the classes under validation. | 
| protected org.gradle.api.internal.DocumentationRegistry | getDocumentationRegistry() | 
| boolean | getFailOnWarning()Returns whether the build should break when the verifications performed by this task detects a warning. | 
| boolean | getIgnoreFailures()Specifies whether the build should break when the verifications performed by this task fail. | 
| File | getOutputFile()Returns the output file to store the report in. | 
| void | setClassesDir(File classesDir)Sets the directory containing the classes to validate. | 
| void | setClasspath(FileCollection classpath)Sets the classpath used to load the classes under validation. | 
| void | setFailOnWarning(boolean failOnWarning)Specifies whether the build should break when the verifications performed by this task detects a warning. | 
| void | setIgnoreFailures(boolean ignoreFailures)Specifies whether the build should break when the verifications performed by this task fail. | 
| void | setOutputFile(Object outputFile)Sets the output file to store the report in. | 
| void | validateTaskClasses() | 
addValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActionClassLoaders, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic void validateTaskClasses()
                         throws IOException
IOException@Input public boolean getIgnoreFailures()
getIgnoreFailures in interface VerificationTaskpublic void setIgnoreFailures(boolean ignoreFailures)
setIgnoreFailures in interface VerificationTaskignoreFailures - false to break the build on failure, true to ignore the failures. The default is false.@PathSensitive(value=RELATIVE) @InputDirectory @SkipWhenEmpty public File getClassesDir()
public void setClassesDir(File classesDir)
@Classpath public FileCollection getClasspath()
public void setClasspath(FileCollection classpath)
@Input public boolean getFailOnWarning()
@Optional @OutputFile public File getOutputFile()
public void setOutputFile(Object outputFile)
public void setFailOnWarning(boolean failOnWarning)
failOnWarning - true to break the build on warning, false to ignore warnings. The default is false.@Inject protected org.gradle.internal.classloader.ClassLoaderFactory getClassLoaderFactory()
@Inject protected org.gradle.api.internal.DocumentationRegistry getDocumentationRegistry()