-
- All Implemented Interfaces:
public class HttpReportService.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringbuildUuidpublic final static HttpReportService.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final Provider<HttpReportService>registerIfAbsent(Project project, String kotlinVersion)final UnitaddListeners(Project project, ReportingSettings reportingSettings, String kotlinVersion)final StringgetBuildUuid()-
-
Method Detail
-
registerIfAbsent
final Provider<HttpReportService> registerIfAbsent(Project project, String kotlinVersion)
-
addListeners
final Unit addListeners(Project project, ReportingSettings reportingSettings, String kotlinVersion)
-
getBuildUuid
final String getBuildUuid()
-
-
-
-