public class DeployReportCommand extends SubCommandContainerImpl
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BASE_COMMAND |
| Constructor and Description |
|---|
DeployReportCommand(HookHandlerService hookHandler) |
| Modifier and Type | Method and Description |
|---|---|
CommandResult |
execute(CommandParser parser,
TerminalSession session) |
java.lang.String |
getBaseCommand() |
java.util.List<SubCommand> |
getSubCommands() |
addAutoCompletEntries, consumes, getSubCommandpublic static final java.lang.String BASE_COMMAND
public DeployReportCommand(HookHandlerService hookHandler)
public java.lang.String getBaseCommand()
@CliHelpMessage(messageClass=ReportDocumentationMessages.class, name="deployReport", description="commandDeployReport_description") public CommandResult execute(CommandParser parser, TerminalSession session) throws TerminalException
execute in interface TerminalCommandHookexecute in class SubCommandContainerImplTerminalExceptionpublic java.util.List<SubCommand> getSubCommands()