Class PublishFormatter

java.lang.Object
io.cucumber.core.plugin.PublishFormatter
All Implemented Interfaces:
io.cucumber.plugin.ColorAware, io.cucumber.plugin.ConcurrentEventListener, io.cucumber.plugin.Plugin

public final class PublishFormatter extends Object implements io.cucumber.plugin.ConcurrentEventListener, io.cucumber.plugin.ColorAware
  • Field Details

    • DEFAULT_CUCUMBER_MESSAGE_STORE_URL

      public static final String DEFAULT_CUCUMBER_MESSAGE_STORE_URL
      Where to publishes messages by default
      See Also:
  • Constructor Details

  • Method Details

    • setEventPublisher

      public void setEventPublisher(io.cucumber.plugin.event.EventPublisher publisher)
      Specified by:
      setEventPublisher in interface io.cucumber.plugin.ConcurrentEventListener
    • setMonochrome

      public void setMonochrome(boolean monochrome)
      Specified by:
      setMonochrome in interface io.cucumber.plugin.ColorAware