| Modifier and Type | Method and Description |
|---|---|
protected com.sun.net.httpserver.HttpServer |
HttpDeployer.createServer(ExecutorService executor,
Map<String,DeploymentArtifact> artifacts)
Start the HTTP server that will be used to serve the artifacts
to be deployed.
|
DeployedArtifacts |
HttpDeployer.deploy(List<DeploymentArtifact> artifactsToDeploy,
String remoteDirectory,
Platform platform,
com.oracle.bedrock.Option... deploymentOptions) |
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. |
| Constructor and Description |
|---|
ArtifactsHandler(Map<String,DeploymentArtifact> artifacts,
com.oracle.bedrock.Option... options)
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentArtifact> |
JavaDeployment.getDeploymentArtifacts(Platform platform,
com.oracle.bedrock.OptionsByType optionsByType) |
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentArtifact> |
Deployment.getDeploymentArtifacts(Platform platform,
com.oracle.bedrock.OptionsByType optionsByType)
Obtain the
DeploymentArtifacts to deploy. |
List<DeploymentArtifact> |
CustomDeployment.getDeploymentArtifacts(Platform platform,
com.oracle.bedrock.OptionsByType optionsByType) |
| Modifier and Type | Method and Description |
|---|---|
static CustomDeployment |
CustomDeployment.including(DeploymentArtifact... artifacts)
Creates a
CustomDeployment consisting of the specified DeploymentArtifacts. |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
DeployedArtifacts |
SftpDeployer.deploy(List<DeploymentArtifact> artifactsToDeploy,
String remoteDirectory,
Platform platform,
com.oracle.bedrock.Option... deploymentOptions) |
Copyright © 2017. All rights reserved.