Interface ForkNodeArguments


public interface ForkNodeArguments
The properties related to the current JVM.
Since:
3.0.0-M5
Author:
Tibor Digana (tibor17)
  • Method Details

    • getSessionId

      @Nonnull String getSessionId()
    • getForkChannelId

      @Nonnegative int getForkChannelId()
      The index of the forked JVM, from 1 to N.
      Returns:
      index of the forked JVM
    • dumpStreamText

      @Nonnull File dumpStreamText(@Nonnull String text)
    • dumpStreamException

      @Nonnull File dumpStreamException(@Nonnull Throwable t)
    • logWarningAtEnd

      void logWarningAtEnd(@Nonnull String text)
    • getConsoleLogger

      @Nonnull org.apache.maven.plugin.surefire.log.api.ConsoleLogger getConsoleLogger()
    • getConsoleLock

      @Nonnull Object getConsoleLock()
    • getEventStreamBinaryFile

      File getEventStreamBinaryFile()
    • getCommandStreamBinaryFile

      File getCommandStreamBinaryFile()