Interface ForkNodeArguments


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

      • getSessionId

        @Nonnull
        java.lang.String getSessionId()
      • getForkChannelId

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

        @Nonnull
        java.io.File dumpStreamText​(@Nonnull
                                    java.lang.String text)
      • dumpStreamException

        @Nonnull
        java.io.File dumpStreamException​(@Nonnull
                                         java.lang.Throwable t)
      • logWarningAtEnd

        void logWarningAtEnd​(@Nonnull
                             java.lang.String text)
      • getConsoleLogger

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

        @Nonnull
        java.lang.Object getConsoleLock()
      • getEventStreamBinaryFile

        java.io.File getEventStreamBinaryFile()
      • getCommandStreamBinaryFile

        java.io.File getCommandStreamBinaryFile()