TalaiotPlugin

In package com.cdsap.talaiot

class com.cdsap.talaiot.TalaiotPlugin

Talaiot main Plugin.

Talaiot is a simple and extensible plugin for teams that use Gradle Build System. It stores information about your Gradle tasks and helps you detect problems and bottlenecks of your builds. For every tracked task and build it will add additional information defined by default and custom metrics specified in com.cdsap.talaiot.configuration.MetricsConfiguration.

usage: plugins { id("talaiot") }

Constructors

constructor()

Talaiot main Plugin.

Talaiot is a simple and extensible plugin for teams that use Gradle Build System. It stores information about your Gradle tasks and helps you detect problems and bottlenecks of your builds. For every tracked task and build it will add additional information defined by default and custom metrics specified in com.cdsap.talaiot.configuration.MetricsConfiguration.

usage: plugins { id("talaiot") }

Parameters:
  • No parameters

Methods

fun apply(target: )
Parameters:
  • target: