OperationResult, TaskOperationResult@Incubating public interface JavaCompileTaskOperationResult extends TaskOperationResult
JavaCompile task.
 Currently, this result is only reported for successful tasks.
| Modifier and Type | Interface | Description | 
|---|---|---|
| static interface  | JavaCompileTaskOperationResult.AnnotationProcessorResult | The results of an annotation processor used during compilation. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| List<JavaCompileTaskOperationResult.AnnotationProcessorResult> | getAnnotationProcessorResults() | Returns results of used annotation processors, if available. | 
getEndTime, getStartTime@Nullable List<JavaCompileTaskOperationResult.AnnotationProcessorResult> getAnnotationProcessorResults()
Details are only available if an instrumented compiler was used.
null if unknown.