|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SshClient in org.jclouds.compute |
---|
Methods in org.jclouds.compute that return types with arguments of type SshClient | |
---|---|
com.google.common.base.Function<NodeMetadata,SshClient> |
Utils.sshForNode()
|
Uses of SshClient in org.jclouds.compute.callables |
---|
Fields in org.jclouds.compute.callables declared as SshClient | |
---|---|
protected SshClient |
SudoAwareInitManager.ssh
|
protected SshClient |
RunScriptOnNodeUsingSsh.ssh
|
Fields in org.jclouds.compute.callables with type parameters of type SshClient | |
---|---|
protected com.google.common.base.Function<NodeMetadata,SshClient> |
SudoAwareInitManager.sshFactory
|
protected com.google.common.base.Function<NodeMetadata,SshClient> |
RunScriptOnNodeUsingSsh.sshFactory
|
Methods in org.jclouds.compute.callables with parameters of type SshClient | |
---|---|
void |
BlockUntilInitScriptStatusIsZeroThenReturnOutput.setSshClient(SshClient client)
in case login credentials or user changes at runtime. |
Constructor parameters in org.jclouds.compute.callables with type arguments of type SshClient | |
---|---|
RunScriptOnNodeAsInitScriptUsingSsh(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 SshClient | |
---|---|
SshClient |
CreateSshClientOncePortIsListeningOnNode.apply(NodeMetadata node)
|
Uses of SshClient in org.jclouds.compute.internal |
---|
Methods in org.jclouds.compute.internal that return types with arguments of type SshClient | |
---|---|
com.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 | |
---|---|
ScriptStatusReturnsZero.CommandUsingClient(String command,
SshClient client)
|
Uses of SshClient in org.jclouds.ssh |
---|
Methods in org.jclouds.ssh that return SshClient | |
---|---|
SshClient |
SshClient.Factory.create(IPSocket socket,
Credentials credentials)
Deprecated. |
SshClient |
SshClient.Factory.create(IPSocket socket,
LoginCredentials credentials)
|
Uses of SshClient in org.jclouds.ssh.jsch |
---|
Classes in org.jclouds.ssh.jsch that implement SshClient | |
---|---|
class |
JschSshClient
This class needs refactoring. |
Uses of SshClient in org.jclouds.sshj |
---|
Classes in org.jclouds.sshj that implement SshClient | |
---|---|
class |
SshjSshClient
This class needs refactoring. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |