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 Command
TestLessInputStream.TestLessInputStreamBuilder.Node. command
Fields 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. cachableCommands
private java.util.Queue<Command>
TestProvidingInputStream. commands
private java.util.Queue<Command>
TestLessInputStream. immediateCommands
private java.lang.Iterable<Command>
TestLessInputStream.TestLessInputStreamBuilder. iterableCachable
Methods in org.apache.maven.plugin.surefire.booterclient.lazytestprovider that return Command Modifier and Type Method Description private Command
TestLessInputStream.TestLessInputStreamBuilder.CIt. examineNext(boolean store)
Command
TestLessInputStream.TestLessInputStreamBuilder.CIt. next()
protected abstract Command
DefaultCommandReader. nextCommand()
protected Command
TestLessInputStream. nextCommand()
protected Command
TestProvidingInputStream. nextCommand()
Command
DefaultCommandReader. 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 boolean
TestLessInputStream.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 Command
Command. BYE_ACK
static Command
Command. NOOP
static Command
Command. SKIP_SINCE_NEXT_TEST
static Command
Command. TEST_SET_FINISHED
Methods in org.apache.maven.surefire.api.booter that return Command Modifier and Type Method Description Command
MasterProcessChannelDecoder. decode()
Reads the bytes from a channel, waiting until the command is read completely or the channel throwsEOFException
.static Command
Command. toRunClass(java.lang.String runClass)
static Command
Command. 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 void
CommandListener. 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 void
CommandReader.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 Command
CommandChannelDecoder. 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 Command
CommandDecoder. decode(AbstractStreamDecoder.Memento memento)
protected Command
CommandDecoder. 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 Command
CommandReader. readNextCommand()
Waits for the next command and returns it.
-