Uses of Class
org.apache.maven.surefire.api.booter.Command
-
-
Uses of Command in org.apache.maven.plugin.surefire.booterclient.lazytestprovider
Fields in org.apache.maven.plugin.surefire.booterclient.lazytestprovider declared as Command Modifier and Type Field Description private CommandTestLessInputStream.TestLessInputStreamBuilder.Node. commandFields in org.apache.maven.plugin.surefire.booterclient.lazytestprovider with type parameters of type Command Modifier and Type Field Description private java.util.Iterator<Command>TestLessInputStream. cachableCommandsprivate java.util.Queue<Command>TestProvidingInputStream. commandsprivate java.util.Queue<Command>TestLessInputStream. immediateCommandsprivate java.lang.Iterable<Command>TestLessInputStream.TestLessInputStreamBuilder. iterableCachableMethods in org.apache.maven.plugin.surefire.booterclient.lazytestprovider that return Command Modifier and Type Method Description private CommandTestLessInputStream.TestLessInputStreamBuilder.CIt. examineNext(boolean store)CommandTestLessInputStream.TestLessInputStreamBuilder.CIt. next()protected abstract CommandDefaultCommandReader. nextCommand()protected CommandTestLessInputStream. nextCommand()protected CommandTestProvidingInputStream. nextCommand()CommandDefaultCommandReader. readNextCommand()Used by single thread in StreamFeeder class.Methods in org.apache.maven.plugin.surefire.booterclient.lazytestprovider that return types with arguments of type Command Modifier and Type Method Description (package private) java.lang.Iterable<Command>TestLessInputStream.TestLessInputStreamBuilder. getIterableCachable()The iterator is not thread safe.Methods in org.apache.maven.plugin.surefire.booterclient.lazytestprovider with parameters of type Command Modifier and Type Method Description private booleanTestLessInputStream.TestLessInputStreamBuilder. addTailNodeIfAbsent(Command command)Constructors in org.apache.maven.plugin.surefire.booterclient.lazytestprovider with parameters of type Command Constructor Description Node(Command command) -
Uses of Command in org.apache.maven.surefire.api.booter
Fields in org.apache.maven.surefire.api.booter declared as Command Modifier and Type Field Description static CommandCommand. BYE_ACKstatic CommandCommand. NOOPstatic CommandCommand. SKIP_SINCE_NEXT_TESTstatic CommandCommand. TEST_SET_FINISHEDMethods in org.apache.maven.surefire.api.booter that return Command Modifier and Type Method Description CommandMasterProcessChannelDecoder. decode()Reads the bytes from a channel, waiting until the command is read completely or the channel throwsEOFException.static CommandCommand. toRunClass(java.lang.String runClass)static CommandCommand. toShutdown(Shutdown shutdownType) -
Uses of Command in org.apache.maven.surefire.api.provider
Methods in org.apache.maven.surefire.api.provider with parameters of type Command Modifier and Type Method Description voidCommandListener. update(Command command) -
Uses of Command in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter with parameters of type Command Modifier and Type Method Description private voidCommandReader.CommandRunnable. callListeners(Command cmd) -
Uses of Command in org.apache.maven.surefire.booter.spi
Methods in org.apache.maven.surefire.booter.spi that return Command Modifier and Type Method Description CommandCommandChannelDecoder. decode() -
Uses of Command in org.apache.maven.surefire.booter.stream
Methods in org.apache.maven.surefire.booter.stream that return Command Modifier and Type Method Description CommandCommandDecoder. decode(AbstractStreamDecoder.Memento memento)protected CommandCommandDecoder. toMessage(MasterProcessCommand commandType, AbstractStreamDecoder.Memento memento) -
Uses of Command in org.apache.maven.surefire.extensions
Methods in org.apache.maven.surefire.extensions that return Command Modifier and Type Method Description CommandCommandReader. readNextCommand()Waits for the next command and returns it.
-