Serializable
@Incubating public class IncrementalCompileOptions extends Object implements Serializable
Constructor | Description |
---|---|
IncrementalCompileOptions() |
Modifier and Type | Method | Description |
---|---|---|
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. |
@Input public File getAnalysisFile()
public void setAnalysisFile(File analysisFile)
@Internal public File getPublishedCode()
ScalaCompile
tasks.ScalaCompile
taskspublic void setPublishedCode(File publishedCode)
ScalaCompile
tasks.