Interface JavaCompileTaskOperationResult

All Superinterfaces:
OperationResult, TaskOperationResult

public interface JavaCompileTaskOperationResult extends TaskOperationResult
Describes the result of a JavaCompile task.

Currently, this result is only reported for successful tasks.

Since:
5.1
  • Method Details

    • getAnnotationProcessorResults

      @Nullable List<JavaCompileTaskOperationResult.AnnotationProcessorResult> getAnnotationProcessorResults()
      Returns results of used annotation processors, if available.

      Details are only available if an instrumented compiler was used.

      Returns:
      details about used annotation processors; null if unknown.