public class DeploymentOverview extends Object implements Serializable, Cloneable
Information about the deployment status of the instances in the deployment.
Constructor and Description |
---|
DeploymentOverview() |
Modifier and Type | Method and Description |
---|---|
DeploymentOverview |
clone() |
boolean |
equals(Object obj) |
Long |
getFailed()
The number of instances that have failed in the deployment.
|
Long |
getInProgress()
The number of instances that are in progress in the deployment.
|
Long |
getPending()
The number of instances that are pending in the deployment.
|
Long |
getSkipped()
The number of instances that have been skipped in the deployment.
|
Long |
getSucceeded()
The number of instances that have succeeded in the deployment.
|
int |
hashCode() |
void |
setFailed(Long failed)
The number of instances that have failed in the deployment.
|
void |
setInProgress(Long inProgress)
The number of instances that are in progress in the deployment.
|
void |
setPending(Long pending)
The number of instances that are pending in the deployment.
|
void |
setSkipped(Long skipped)
The number of instances that have been skipped in the deployment.
|
void |
setSucceeded(Long succeeded)
The number of instances that have succeeded in the deployment.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeploymentOverview |
withFailed(Long failed)
The number of instances that have failed in the deployment.
|
DeploymentOverview |
withInProgress(Long inProgress)
The number of instances that are in progress in the deployment.
|
DeploymentOverview |
withPending(Long pending)
The number of instances that are pending in the deployment.
|
DeploymentOverview |
withSkipped(Long skipped)
The number of instances that have been skipped in the deployment.
|
DeploymentOverview |
withSucceeded(Long succeeded)
The number of instances that have succeeded in the deployment.
|
public void setPending(Long pending)
The number of instances that are pending in the deployment.
pending
- The number of instances that are pending in the deployment.public Long getPending()
The number of instances that are pending in the deployment.
public DeploymentOverview withPending(Long pending)
The number of instances that are pending in the deployment.
pending
- The number of instances that are pending in the deployment.public void setInProgress(Long inProgress)
The number of instances that are in progress in the deployment.
inProgress
- The number of instances that are in progress in the deployment.public Long getInProgress()
The number of instances that are in progress in the deployment.
public DeploymentOverview withInProgress(Long inProgress)
The number of instances that are in progress in the deployment.
inProgress
- The number of instances that are in progress in the deployment.public void setSucceeded(Long succeeded)
The number of instances that have succeeded in the deployment.
succeeded
- The number of instances that have succeeded in the deployment.public Long getSucceeded()
The number of instances that have succeeded in the deployment.
public DeploymentOverview withSucceeded(Long succeeded)
The number of instances that have succeeded in the deployment.
succeeded
- The number of instances that have succeeded in the deployment.public void setFailed(Long failed)
The number of instances that have failed in the deployment.
failed
- The number of instances that have failed in the deployment.public Long getFailed()
The number of instances that have failed in the deployment.
public DeploymentOverview withFailed(Long failed)
The number of instances that have failed in the deployment.
failed
- The number of instances that have failed in the deployment.public void setSkipped(Long skipped)
The number of instances that have been skipped in the deployment.
skipped
- The number of instances that have been skipped in the deployment.public Long getSkipped()
The number of instances that have been skipped in the deployment.
public DeploymentOverview withSkipped(Long skipped)
The number of instances that have been skipped in the deployment.
skipped
- The number of instances that have been skipped in the deployment.public String toString()
toString
in class Object
Object.toString()
public DeploymentOverview clone()
Copyright © 2015. All rights reserved.