Class TestTracingProcessor.TestSelectionCommand
java.lang.Object
io.quarkus.deployment.console.QuarkusCommand
io.quarkus.deployment.dev.testing.TestTracingProcessor.TestSelectionCommand
- All Implemented Interfaces:
org.aesh.command.Command
- Direct Known Subclasses:
TestTracingProcessor.ExcludePatternCommand,TestTracingProcessor.ExcludeTagsCommand,TestTracingProcessor.IncludePatternCommand,TestTracingProcessor.IncludeTagsCommand
- Enclosing class:
TestTracingProcessor
-
Field Summary
FieldsFields inherited from class io.quarkus.deployment.console.QuarkusCommand
done, help -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Stringprotected abstract voidconfigure(TestSupport testSupport) protected abstract Stringfinal org.aesh.command.CommandResultdoExecute(org.aesh.command.invocation.CommandInvocation commandInvocation) Methods inherited from class io.quarkus.deployment.console.QuarkusCommand
execute
-
Field Details
-
persistent
protected boolean persistent -
run
protected boolean run
-
-
Constructor Details
-
TestSelectionCommand
TestSelectionCommand()
-
-
Method Details
-
configValue
-
configKey
-
doExecute
public final org.aesh.command.CommandResult doExecute(org.aesh.command.invocation.CommandInvocation commandInvocation) throws org.aesh.command.CommandException, InterruptedException - Specified by:
doExecutein classQuarkusCommand- Throws:
org.aesh.command.CommandExceptionInterruptedException
-
configure
-