| Modifier and Type | Method and Description |
|---|---|
OpsParams |
ApplicationLifecycle.DeploymentContextBuidlerImpl.params() |
| Modifier and Type | Method and Description |
|---|---|
Deployment.DeploymentContextBuilder |
ApplicationLifecycle.getBuilder(Logger logger,
OpsParams params,
ActionReport report) |
| Constructor and Description |
|---|
DeploymentContextBuidlerImpl(Logger logger,
OpsParams params,
ActionReport report) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeployRemoteArchiveCommand |
| Modifier and Type | Class and Description |
|---|---|
class |
DeployCommandParameters
Parameters passed by the user to a deployment request.
|
class |
StateCommandParameters
parameters passed to commands changing the state of a deployed application
|
class |
UndeployCommandParameters
Parameters passed to a deployment command.
|
| Modifier and Type | Method and Description |
|---|---|
<U extends OpsParams> |
DeploymentContext.getCommandParameters(Class<U> opsParamsType)
Returns the DeployCommand parameters
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeployCommand
Deploy command
|
class |
DeployDirCommand
deploydir command
|
class |
DisableCommand
Disable command
|
class |
EnableCommand
Enable command
|
class |
InstanceDeployCommand
The deploy command that runs on instance
|
class |
InstanceDeployCommandParameters
Parameters for the remote instance deploy command, beyond the ones already
defined for the DAS DeployCommand.
|
class |
PostDeployCommand
Causes InstanceDeployCommand executions on the correct remote instances.
|
class |
PostUndeployCommand
Runs after any replications of the undeploy command have been sent to
instances.
|
class |
ReDeployCommand
ReDeploy command
|
class |
UndeployCommand
Undeploys applications.
|
class |
ValidateRemoteDirDeploymentCommand
Makes sure that, if a deployment is a directory deployment to a non-DAS
target, that all targeted instances "see" the same files in the specified
deployment directory as the DAS sees.
|
| Modifier and Type | Method and Description |
|---|---|
<U extends OpsParams> |
DeploymentContextImpl.getCommandParameters(Class<U> commandParametersType) |
| Constructor and Description |
|---|
DeploymentContextImpl(ActionReport actionReport,
Logger logger,
ReadableArchive source,
OpsParams params,
ServerEnvironment env) |
DeploymentContextImpl(ActionReport actionReport,
ReadableArchive source,
OpsParams params,
ServerEnvironment env) |
| Modifier and Type | Method and Description |
|---|---|
OpsParams |
Deployment.DeploymentContextBuilder.params() |
| Modifier and Type | Method and Description |
|---|---|
Deployment.DeploymentContextBuilder |
Deployment.getBuilder(Logger loggger,
OpsParams params,
ActionReport report) |
Copyright © 2017. All rights reserved.