public class IncrementalCompileOptions extends Object
Constructor | Description |
---|---|
IncrementalCompileOptions(ObjectFactory objectFactory) |
Modifier and Type | Method | Description |
---|---|---|
RegularFileProperty |
getAnalysisFile() |
Returns the file path where results of code analysis are to be stored.
|
RegularFileProperty |
getPublishedCode() |
Returns the directory or archive path by which the code produced by this task
is published to other
ScalaCompile tasks. |
@Inject public IncrementalCompileOptions(ObjectFactory objectFactory)
@LocalState public RegularFileProperty getAnalysisFile()
@Internal public RegularFileProperty getPublishedCode()
ScalaCompile
tasks.