|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gradle.api.tasks.scala.IncrementalCompileOptions
@Incubating public class IncrementalCompileOptions
Options for incremental compilation of Scala code. Only used if ScalaCompileOptions.isUseAnt is false.
Method Summary | |
---|---|
File
|
getAnalysisFile()
Returns the file path where results of code analysis are to be stored. |
File
|
getPublishedCode()
Returns the directory or archive path by which the code produced by this task is published to other ScalaCompile tasks. |
void
|
setAnalysisFile(File analysisFile)
Sets the file path where results of code analysis are to be stored. |
void
|
setPublishedCode(File publishedCode)
Sets the directory or archive path by which the code produced by this task is published to other ScalaCompile tasks. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
@Input public File getAnalysisFile()
public File getPublishedCode()
public void setAnalysisFile(File analysisFile)
public void setPublishedCode(File publishedCode)
Gradle API 1.12