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