| Package | Description |
|---|---|
| org.glassfish.deployapi | |
| org.glassfish.deployment.client |
| Modifier and Type | Field and Description |
|---|---|
protected DFDeploymentStatus |
ProgressObjectImpl.finalDeploymentStatus |
| Modifier and Type | Method and Description |
|---|---|
DFDeploymentStatus |
ProgressObjectImpl.getCompletedStatus()
Retrieve the final deployment status which has complete details for each stage
|
DFDeploymentStatus |
ProgressObjectSink.getCompletedStatus()
Report completed status for deploytool.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProgressObjectImpl.checkStatusAndAddStage(TargetImpl aTarget,
String action,
DFDeploymentStatus currentStatus)
Given a Deployment status, this checks if the status is success
|
| Modifier and Type | Method and Description |
|---|---|
abstract DFDeploymentStatus |
DFProgressObject.getCompletedStatus()
Once the progress object has reached a completed or
failed state, this API will permit to retrieve the
final status information for the deployment
|
DFDeploymentStatus |
DFDeploymentStatus.getMainStatus() |
DFDeploymentStatus |
DFDeploymentStatus.getParent() |
DFDeploymentStatus |
DFDeploymentStatus.getStageStatusForLevel(DFDeploymentStatus.Status level) |
DFDeploymentStatus |
AbstractDeploymentFacility.DFCommandRunner.run()
Runs the command.
|
DFDeploymentStatus |
DFProgressObject.waitFor()
Waits for the operation which this progress object is monitoring to
complete.
|
DFDeploymentStatus |
DeploymentFacility.waitFor(DFProgressObject po)
Wait for a progress object to be in a completed state
(sucessful or failed) and return the DeploymentStatus for
this progress object.
|
DFDeploymentStatus |
AbstractDeploymentFacility.waitFor(DFProgressObject po)
Convenient method to wait for the operation monitored by the progress
object to complete, returning the final operation status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DFDeploymentStatus.addSubStage(DFDeploymentStatus subStage)
Add a sub stage to this deployment status
|
static void |
DFDeploymentStatus.getAllStageMessages(DFDeploymentStatus status,
StringBuilder sb) |
static Iterator |
DFDeploymentStatus.getAllStageStatusForLevel(DFDeploymentStatus status,
DFDeploymentStatus.Status level)
Get all stages with this deployment status level
|
static void |
DFDeploymentStatus.parseDeploymentStatus(DFDeploymentStatus status,
PrintWriter pw)
Traverse through the DeploymenStatus hierarchy and
write failure/warning msgs to the print writer
|
void |
DFDeploymentStatus.setParent(DFDeploymentStatus parent)
Setthe parent status for this status
|
| Constructor and Description |
|---|
DFDeploymentStatus(DFDeploymentStatus parent)
Creates a new uninitialized DFDeploymentStatus instance as a
sub stage deployment status of the passed DFDeploymentStatus
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.