| Package | Description |
|---|---|
| com.oracle.bedrock.runtime.remote.http | |
| com.oracle.bedrock.runtime.remote.options | |
| com.oracle.bedrock.runtime.remote.ssh |
| Modifier and Type | Class and Description |
|---|---|
class |
CurlHttpDeployer
An implementation of
HttpDeployer that runs
a curl process on the target platform to pull the artifacts
from the HTTP server. |
class |
HttpDeployer
A base class for
Deployers that use HTTP
as a file transfer mechanism. |
class |
WGetHttpDeployer
An implementation of
HttpDeployer that runs
a wget process on the target platform to pull the artifacts
from the HTTP server. |
| Modifier and Type | Class and Description |
|---|---|
class |
FileShareDeployer
A FileShareDeployer is a
Deployer deploys to a
remote platform by copying files via a shared file system
location. |
| Modifier and Type | Class and Description |
|---|---|
class |
JSchFileShareDeployer
An implementation of a
FileShareDeployer that uses the
unix cp command via ssh to copy the remote file from the share
to its final destination. |
class |
SftpDeployer
An implementation of a
Deployer that uses SFTP to
transfer DeploymentArtifacts to a platform. |
| Modifier and Type | Method and Description |
|---|---|
static Deployer |
JSchFileShareDeployer.sshFileShareDeployer(String localShareName,
String remoteShareName,
com.oracle.bedrock.Option... options)
Create a new
Deployer that deploys artifacts on a *nix remote
platform by using an intermediary file share location to copy the artifacts. |
Copyright © 2017. All rights reserved.