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 Long getPending()
public void setPending(Long pending)
pending
- The number of instances that are pending in the deployment.public DeploymentOverview withPending(Long pending)
Returns a reference to this object so that method calls can be chained together.
pending
- The number of instances that are pending in the deployment.public Long getInProgress()
public void setInProgress(Long inProgress)
inProgress
- The number of instances that are in progress in the deployment.public DeploymentOverview withInProgress(Long inProgress)
Returns a reference to this object so that method calls can be chained together.
inProgress
- The number of instances that are in progress in the deployment.public Long getSucceeded()
public void setSucceeded(Long succeeded)
succeeded
- The number of instances that have succeeded in the deployment.public DeploymentOverview withSucceeded(Long succeeded)
Returns a reference to this object so that method calls can be chained together.
succeeded
- The number of instances that have succeeded in the deployment.public Long getFailed()
public void setFailed(Long failed)
failed
- The number of instances that have failed in the deployment.public DeploymentOverview withFailed(Long failed)
Returns a reference to this object so that method calls can be chained together.
failed
- The number of instances that have failed in the deployment.public Long getSkipped()
public void setSkipped(Long skipped)
skipped
- The number of instances that have been skipped in the deployment.public DeploymentOverview withSkipped(Long skipped)
Returns a reference to this object so that method calls can be chained together.
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.