public class ShellCommandBuilderImpl extends InvocationCallbackBase<CommandResponse> implements ShellCommandBuilder
| Modifier and Type | Method and Description |
|---|---|
ShellCommandBuilder |
archives(List<String> archiveList) |
BaseCommand |
build() |
ShellCommandBuilder |
clusterLabel(String clusterLabel) |
ShellCommandBuilder |
files(List<String> fileList) |
protected BaseCommand.COMMAND_TYPE |
getCommandType() |
protected com.fasterxml.jackson.databind.node.ObjectNode |
getEntity() |
protected InvokeArguments<CommandResponse> |
getInvokeArguments() |
ShellCommandBuilder |
inline(String inline) |
ShellCommandBuilder |
name(String commandName) |
ShellCommandBuilder |
scriptLocation(String scriptLocation) |
ShellCommandBuilder |
tags(String[] queryTags) |
getArgumentsInvocation, invoke, raw, withCallbackclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildgetArgumentsInvocation, invoke, raw, withCallbackpublic ShellCommandBuilder inline(String inline)
inline in interface ShellCommandBuilderpublic ShellCommandBuilder scriptLocation(String scriptLocation)
scriptLocation in interface ShellCommandBuilderpublic ShellCommandBuilder files(List<String> fileList)
files in interface ShellCommandBuilderpublic ShellCommandBuilder archives(List<String> archiveList)
archives in interface ShellCommandBuilderpublic ShellCommandBuilder clusterLabel(String clusterLabel)
clusterLabel in interface ShellCommandBuilderpublic ShellCommandBuilder name(String commandName)
name in interface ShellCommandBuilderpublic ShellCommandBuilder tags(String[] queryTags)
tags in interface ShellCommandBuilderprotected BaseCommand.COMMAND_TYPE getCommandType()
protected com.fasterxml.jackson.databind.node.ObjectNode getEntity()
protected InvokeArguments<CommandResponse> getInvokeArguments()
getInvokeArguments in class InvocationCallbackBase<CommandResponse>public BaseCommand build()
Copyright © 2020. All rights reserved.