Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CustomPublisherConfiguration for Publishers #93

Open
cdsap opened this issue Aug 12, 2019 · 0 comments
Open

CustomPublisherConfiguration for Publishers #93

cdsap opened this issue Aug 12, 2019 · 0 comments

Comments

@cdsap
Copy link
Owner

cdsap commented Aug 12, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant