Package | Description |
---|---|
org.apache.maven.surefire.api.booter | |
org.apache.maven.surefire.api.provider |
Modifier and Type | Field and Description |
---|---|
static Command |
Command.BYE_ACK |
static Command |
Command.NOOP |
static Command |
Command.SKIP_SINCE_NEXT_TEST |
static Command |
Command.TEST_SET_FINISHED |
Modifier and Type | Method and Description |
---|---|
Command |
MasterProcessChannelDecoder.decode()
Reads the bytes from a channel, waiting until the command is read completely or
the channel throws
EOFException . |
static Command |
Command.toRunClass(String runClass) |
static Command |
Command.toShutdown(Shutdown shutdownType) |
Modifier and Type | Method and Description |
---|---|
void |
CommandListener.update(Command command) |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.