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
abstract static class TestTracingProcessor.TestSelectionCommand extends QuarkusCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanpersistentprotected booleanrun-
Fields inherited from class io.quarkus.deployment.console.QuarkusCommand
done, help
-
-
Constructor Summary
Constructors Constructor Description TestSelectionCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract StringconfigKey()protected abstract voidconfigure(TestSupport testSupport)protected abstract StringconfigValue()org.aesh.command.CommandResultdoExecute(org.aesh.command.invocation.CommandInvocation commandInvocation)-
Methods inherited from class io.quarkus.deployment.console.QuarkusCommand
execute
-
-
-
-
Method Detail
-
configValue
protected abstract String configValue()
-
configKey
protected abstract String 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
protected abstract void configure(TestSupport testSupport)
-
-