Publisher

In package com.cdsap.talaiot.publisher

class com.cdsap.talaiot.publisher.Publisher

Publisher: Contract required to publish the results of the build. It contains the aggregation of the tasks and metrics calculated in the task. Once the build is finished and processed TalaiotPublisher will call all the implementations of Publisher.

Methods

abstract fun publish(report: ExecutionReport)

Publish the results given one Publisher implementation

Parameters: