@InterfaceAudience.Private @InterfaceStability.Unstable public class SshAction extends Node implements HasAttributes
SshActionBuilder.
The properties of the builder can only be set once, an attempt to set them a second time will trigger
an IllegalStateException.
Builder instances can be used to build several elements, although properties already set cannot be changed after
a call to SshActionBuilder.build() either.Node.NodeWithCondition| Modifier and Type | Method and Description |
|---|---|
List<String> |
getArgs() |
ActionAttributes |
getAttributes() |
String |
getCommand() |
String |
getHost() |
boolean |
isCaptureOutput() |
getAllChildren, getAllParents, getChildrenWithConditions, getChildrenWithoutConditions, getCredentials, getDefaultConditionalChild, getErrorHandler, getName, getParentsWithConditions, getParentsWithoutConditions, getRetryInterval, getRetryMax, getRetryPolicypublic String getHost()
public String getCommand()
public boolean isCaptureOutput()
public ActionAttributes getAttributes()
getAttributes in interface HasAttributesCopyright © 2021 Apache Software Foundation. All rights reserved.