@CacheableTask
public class CheckIdlTask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
CheckIdlTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
check() |
org.gradle.api.file.FileCollection |
getCodegenClasspath() |
org.gradle.api.file.FileCollection |
getCurrentIdlFiles() |
java.lang.String |
getIdlCompatLevel() |
boolean |
getIsEquivalent()
Deprecated.
use
isEquivalent() instead |
boolean |
getIsModelCompatible()
Deprecated.
use
isModelCompatible() instead |
boolean |
getIsRestSpecCompatible()
Deprecated.
use
isRestSpecCompatible() instead |
java.io.File |
getPreviousIdlDirectory() |
org.gradle.api.file.FileCollection |
getResolverPath() |
java.io.File |
getSummaryTarget() |
java.lang.String |
getWholeMessage() |
boolean |
isEquivalent() |
boolean |
isIsEquivalent()
Deprecated.
use
isEquivalent() instead |
boolean |
isIsModelCompatible()
Deprecated.
use
isModelCompatible() instead |
boolean |
isIsRestSpecCompatible()
Deprecated.
use
isRestSpecCompatible() instead |
boolean |
isModelCompatible() |
boolean |
isRestSpecCompatible() |
void |
setCodegenClasspath(org.gradle.api.file.FileCollection codegenClasspath) |
void |
setCurrentIdlFiles(org.gradle.api.file.FileCollection currentIdlFiles) |
void |
setIdlCompatLevel(java.lang.String idlCompatLevel) |
void |
setPreviousIdlDirectory(java.io.File previousIdlDirectory) |
void |
setResolverPath(org.gradle.api.file.FileCollection resolverPath) |
void |
setSummaryTarget(java.io.File summaryTarget) |
newInputDirectory, newInputFile, newOutputDirectory, newOutputFileaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doFirst, doLast, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, 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 check()
@InputFiles @SkipWhenEmpty @PathSensitive(value=RELATIVE) public org.gradle.api.file.FileCollection getCurrentIdlFiles()
public void setCurrentIdlFiles(org.gradle.api.file.FileCollection currentIdlFiles)
@InputDirectory @SkipWhenEmpty @PathSensitive(value=RELATIVE) public java.io.File getPreviousIdlDirectory()
public void setPreviousIdlDirectory(java.io.File previousIdlDirectory)
@Classpath public org.gradle.api.file.FileCollection getResolverPath()
public void setResolverPath(org.gradle.api.file.FileCollection resolverPath)
@Classpath public org.gradle.api.file.FileCollection getCodegenClasspath()
public void setCodegenClasspath(org.gradle.api.file.FileCollection codegenClasspath)
@Input public java.lang.String getIdlCompatLevel()
public void setIdlCompatLevel(java.lang.String idlCompatLevel)
@OutputFile public java.io.File getSummaryTarget()
public void setSummaryTarget(java.io.File summaryTarget)
@Deprecated public boolean getIsModelCompatible()
isModelCompatible() insteadA Groovy property with this name was exposed, which leads to this lengthy getter name. In Java, boolean fields are named without the "is" prefix.
@Deprecated public boolean isIsModelCompatible()
isModelCompatible() insteadA Groovy property with this name was exposed, which leads to this lengthy getter name. In Java, boolean fields are named without the "is" prefix.
@Internal public boolean isModelCompatible()
@Deprecated public boolean getIsRestSpecCompatible()
isRestSpecCompatible() insteadA Groovy property with this name was exposed, which leads to this lengthy getter name. In Java, boolean fields are named without the "is" prefix.
@Deprecated public boolean isIsRestSpecCompatible()
isRestSpecCompatible() insteadA Groovy property with this name was exposed, which leads to this lengthy getter name. In Java, boolean fields are named without the "is" prefix.
@Internal public boolean isRestSpecCompatible()
@Deprecated public boolean getIsEquivalent()
isEquivalent() insteadA Groovy property with this name was exposed, which leads to this lengthy getter name. In Java, boolean fields are named without the "is" prefix.
@Deprecated public boolean isIsEquivalent()
isEquivalent() insteadA Groovy property with this name was exposed, which leads to this lengthy getter name. In Java, boolean fields are named without the "is" prefix.
@Internal public boolean isEquivalent()
@Internal public java.lang.String getWholeMessage()