java.io.Serializable
@Incubating public class IncrementalCompileOptions extends java.lang.Object implements java.io.Serializable
Constructor | Description |
---|---|
IncrementalCompileOptions() |
Modifier and Type | Method | Description |
---|---|---|
java.io.File |
getAnalysisFile() |
Returns the file path where results of code analysis are to be stored.
|
java.io.File |
getPublishedCode() |
Returns the directory or archive path by which the code produced by this task
is published to other
ScalaCompile tasks. |
void |
setAnalysisFile(java.io.File analysisFile) |
Sets the file path where results of code analysis are to be stored.
|
void |
setPublishedCode(java.io.File publishedCode) |
Sets the directory or archive path by which the code produced by this task
is published to other
ScalaCompile tasks. |
@Input public java.io.File getAnalysisFile()
public void setAnalysisFile(java.io.File analysisFile)
@Internal public java.io.File getPublishedCode()
ScalaCompile
tasks.ScalaCompile
taskspublic void setPublishedCode(java.io.File publishedCode)
ScalaCompile
tasks.