-
- All Implemented Interfaces:
-
java.lang.AutoCloseable,org.gradle.api.services.BuildService,org.gradle.tooling.events.OperationCompletionListener
public abstract class HttpReportService implements BuildService<HttpReportService.Parameters>, OperationCompletionListener, AutoCloseable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceHttpReportService.Parameterspublic classHttpReportService.Companion
-
Field Summary
Fields Modifier and Type Field Description private ExecutorServiceexecutorService
-
Constructor Summary
Constructors Constructor Description HttpReportService()
-
Method Summary
Modifier and Type Method Description final ExecutorServicegetExecutorService()final UnitsetExecutorService(ExecutorService executorService)UnitonFinish(FinishEvent event)Unitclose()final Unitreport(CompileStatisticsData data)-
-
Method Detail
-
getExecutorService
final ExecutorService getExecutorService()
-
setExecutorService
final Unit setExecutorService(ExecutorService executorService)
-
report
final Unit report(CompileStatisticsData data)
-
-
-
-