Talaiot icon indicating copy to clipboard operation
Talaiot copied to clipboard

CustomPublisherConfiguration for Publishers

Open cdsap opened this issue 5 years ago • 0 comments

Abstract the creation of CustomPublishers with a configuration like:

class CustomPublisherConfiguration : PublisherConfiguration {
    override var name = "CustomPublisherConfiguration"
    override var publishBuildMetrics = true
    override var publishTaskMetrics = true
    val publisher: Publisher? = null
} 

This will help us to include custom publishers in the HybridPublisher and have a better syntax in the main publisher configuration

cdsap avatar Aug 12 '19 09:08 cdsap