Uses of Interface
org.jclouds.ssh.SshClient
Packages that use SshClient
Package
Description
-
Uses of SshClient in org.jclouds.compute
Methods in org.jclouds.compute that return types with arguments of type SshClientModifier and TypeMethodDescriptioncom.google.common.base.Function
<NodeMetadata, SshClient> Utils.sshForNode()
-
Uses of SshClient in org.jclouds.compute.callables
Fields in org.jclouds.compute.callables declared as SshClientModifier and TypeFieldDescriptionprotected SshClient
RunScriptOnNodeUsingSsh.ssh
protected SshClient
SudoAwareInitManager.ssh
Fields in org.jclouds.compute.callables with type parameters of type SshClientModifier and TypeFieldDescriptionprotected final com.google.common.base.Function
<NodeMetadata, SshClient> RunScriptOnNodeUsingSsh.sshFactory
protected final com.google.common.base.Function
<NodeMetadata, SshClient> SudoAwareInitManager.sshFactory
Constructor parameters in org.jclouds.compute.callables with type arguments of type SshClientModifierConstructorDescriptionRunScriptOnNodeAsInitScriptUsingSsh
(com.google.common.base.Function<NodeMetadata, SshClient> sshFactory, com.google.common.eventbus.EventBus eventBus, InitScriptConfigurationForTasks initScriptConfiguration, NodeMetadata node, Statement script, RunScriptOptions options) RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete
(BlockUntilInitScriptStatusIsZeroThenReturnOutput.Factory statusFactory, ComputeServiceConstants.Timeouts timeouts, com.google.common.base.Function<NodeMetadata, SshClient> sshFactory, com.google.common.eventbus.EventBus eventBus, InitScriptConfigurationForTasks initScriptConfiguration, NodeMetadata node, Statement script, RunScriptOptions options) RunScriptOnNodeUsingSsh
(com.google.common.base.Function<NodeMetadata, SshClient> sshFactory, com.google.common.eventbus.EventBus eventBus, NodeMetadata node, Statement statement, RunScriptOptions options) SudoAwareInitManager
(com.google.common.base.Function<NodeMetadata, SshClient> sshFactory, boolean runAsRoot, NodeMetadata node, InitScriptConfigurationForTasks initScriptConfiguration, InitScript init) -
Uses of SshClient in org.jclouds.compute.functions
Methods in org.jclouds.compute.functions that return SshClientModifier and TypeMethodDescriptionCreateSshClientOncePortIsListeningOnNode.apply
(NodeMetadata node) -
Uses of SshClient in org.jclouds.compute.internal
Methods in org.jclouds.compute.internal that return types with arguments of type SshClientModifier and TypeMethodDescriptioncom.google.common.base.Function
<NodeMetadata, SshClient> UtilsImpl.sshForNode()
-
Uses of SshClient in org.jclouds.compute.predicates
Constructors in org.jclouds.compute.predicates with parameters of type SshClient -
Uses of SshClient in org.jclouds.ssh
Methods in org.jclouds.ssh that return SshClientModifier and TypeMethodDescriptionSshClient.Factory.create
(com.google.common.net.HostAndPort socket, LoginCredentials credentials) -
Uses of SshClient in org.jclouds.ssh.jsch
Classes in org.jclouds.ssh.jsch that implement SshClient -
Uses of SshClient in org.jclouds.sshj
Classes in org.jclouds.sshj that implement SshClient