Package io.cucumber.core.plugin
Class TeamCityPlugin
java.lang.Object
io.cucumber.core.plugin.TeamCityPlugin
- All Implemented Interfaces:
io.cucumber.plugin.ConcurrentEventListener,io.cucumber.plugin.Plugin
Outputs Teamcity services messages to std out.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEventPublisher(io.cucumber.plugin.event.EventPublisher publisher) voidsetEventPublisher(io.cucumber.plugin.event.EventPublisher publisher, boolean isMultiThreaded)
-
Constructor Details
-
TeamCityPlugin
public TeamCityPlugin()
-
-
Method Details
-
setEventPublisher
public void setEventPublisher(io.cucumber.plugin.event.EventPublisher publisher) - Specified by:
setEventPublisherin interfaceio.cucumber.plugin.ConcurrentEventListener
-
setEventPublisher
public void setEventPublisher(io.cucumber.plugin.event.EventPublisher publisher, boolean isMultiThreaded) - Specified by:
setEventPublisherin interfaceio.cucumber.plugin.ConcurrentEventListener
-