| Package | Description |
|---|---|
| com.oracle.bedrock.runtime.remote.http | |
| com.oracle.bedrock.runtime.remote.options | |
| com.oracle.bedrock.runtime.remote.ssh |
| Modifier and Type | Method and Description |
|---|---|
DeployedArtifacts |
HttpDeployer.deploy(List<DeploymentArtifact> artifactsToDeploy,
String remoteDirectory,
Platform platform,
com.oracle.bedrock.Option... deploymentOptions) |
DeployedArtifacts |
HttpDeployer.undeploy(DeployedArtifacts deployedArtifacts,
Platform platform,
com.oracle.bedrock.Option... deploymentOptions) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpDeployer.deployAllArtifacts(Map<String,DeploymentArtifact> artifacts,
String remoteDirectory,
Platform platform,
InetSocketAddress httpServerAddress,
com.oracle.bedrock.OptionsByType optionsByType,
DeployedArtifacts deployedArtifacts)
Deploy the all of the specified
DeploymentArtifacts. |
DeployedArtifacts |
HttpDeployer.undeploy(DeployedArtifacts deployedArtifacts,
Platform platform,
com.oracle.bedrock.Option... deploymentOptions) |
| Modifier and Type | Method and Description |
|---|---|
DeployedArtifacts |
FileShareDeployer.deploy(List<DeploymentArtifact> artifactsToDeploy,
String remoteDirectory,
Platform platform,
com.oracle.bedrock.Option... deploymentOptions) |
DeployedArtifacts |
Deployer.deploy(List<DeploymentArtifact> artifactsToDeploy,
String remoteDirectory,
Platform platform,
com.oracle.bedrock.Option... deploymentOptions)
Deploy the list of
DeploymentArtifacts to the specified Platform, returning the
DeployedArtifacts representing the actual Files deployed and their location. |
DeployedArtifacts |
FileShareDeployer.undeploy(DeployedArtifacts deployedArtifacts,
Platform platform,
com.oracle.bedrock.Option... deploymentOptions) |
DeployedArtifacts |
Deployer.undeploy(DeployedArtifacts deployedArtifacts,
Platform platform,
com.oracle.bedrock.Option... deploymentOptions)
Undeploy the
DeployedArtifacts on the specified Platform, returning the
DeployedArtifacts that were not undeployed successfully. |
| Modifier and Type | Method and Description |
|---|---|
DeployedArtifacts |
FileShareDeployer.undeploy(DeployedArtifacts deployedArtifacts,
Platform platform,
com.oracle.bedrock.Option... deploymentOptions) |
DeployedArtifacts |
Deployer.undeploy(DeployedArtifacts deployedArtifacts,
Platform platform,
com.oracle.bedrock.Option... deploymentOptions)
Undeploy the
DeployedArtifacts on the specified Platform, returning the
DeployedArtifacts that were not undeployed successfully. |
| Modifier and Type | Method and Description |
|---|---|
DeployedArtifacts |
SftpDeployer.deploy(List<DeploymentArtifact> artifactsToDeploy,
String remoteDirectory,
Platform platform,
com.oracle.bedrock.Option... deploymentOptions) |
DeployedArtifacts |
SftpDeployer.undeploy(DeployedArtifacts deployedArtifacts,
Platform platform,
com.oracle.bedrock.Option... deploymentOptions) |
| Modifier and Type | Method and Description |
|---|---|
DeployedArtifacts |
SftpDeployer.undeploy(DeployedArtifacts deployedArtifacts,
Platform platform,
com.oracle.bedrock.Option... deploymentOptions) |
Copyright © 2017. All rights reserved.