public class DeploymentResponse
extends java.lang.Object
Constructor and Description |
---|
DeploymentResponse() |
Modifier and Type | Method and Description |
---|---|
int |
getDeployedTargetsCount()
Gets the number of targets to which deployment has happened.
|
java.util.Map<java.lang.String,java.lang.String> |
getFailedDeploymentTargets()
Gets the list of targets where deployment failed.
|
java.lang.String |
getHandle()
Gets the handle.
|
java.lang.String |
getMessage()
Gets the message after deployment is done.
|
java.lang.String |
getOperation()
Gets the deployment operation.
|
java.lang.String |
getStatus()
Gets the deployment status.
|
void |
setDeployedTargetsCount(int deployedTargetsCount)
Sets the number of targets to which deployment has happened.
|
void |
setFailedDeploymentTargets(java.util.Map<java.lang.String,java.lang.String> failedDeploymentTargets)
Sets the list of targets where deployment failed.
|
void |
setHandle(java.lang.String handle)
Sets the handle value.
|
void |
setMessage(java.lang.String message)
Sets the deployment message.
|
void |
setOperation(java.lang.String operation)
Sets the deployment operation.
|
void |
setStatus(java.lang.String status)
Sets the deployment status.
|
public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- The deployment status to setpublic java.lang.String getOperation()
public void setOperation(java.lang.String operation)
operation
- The deployment operation to setpublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- The deployment message to setpublic int getDeployedTargetsCount()
public void setDeployedTargetsCount(int deployedTargetsCount)
deployedTargetsCount
- The number of deployed targets to setpublic java.util.Map<java.lang.String,java.lang.String> getFailedDeploymentTargets()
Map
having the target ids as keys and the deployment failure message
as valuespublic void setFailedDeploymentTargets(java.util.Map<java.lang.String,java.lang.String> failedDeploymentTargets)
failedDeploymentTargets
- Map
having the target ids as keys and the
deployment failure message as valuespublic java.lang.String getHandle()
public void setHandle(java.lang.String handle)
handle
- The value to set