Class DeploymentOverview
- All Implemented Interfaces:
Serializable
,Cloneable
Information about the deployment status of the instances in the deployment.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The number of instances in the deployment in a failed state.The number of instances in which the deployment is in progress.The number of instances in the deployment in a pending state.The number of instances in the deployment in a skipped state.The number of instances in the deployment to which revisions have been successfully deployed.int
hashCode()
void
The number of instances in the deployment in a failed state.void
setInProgress
(Long inProgress) The number of instances in which the deployment is in progress.void
setPending
(Long pending) The number of instances in the deployment in a pending state.void
setSkipped
(Long skipped) The number of instances in the deployment in a skipped state.void
setSucceeded
(Long succeeded) The number of instances in the deployment to which revisions have been successfully deployed.toString()
Returns a string representation of this object; useful for testing and debugging.withFailed
(Long failed) The number of instances in the deployment in a failed state.withInProgress
(Long inProgress) The number of instances in which the deployment is in progress.withPending
(Long pending) The number of instances in the deployment in a pending state.withSkipped
(Long skipped) The number of instances in the deployment in a skipped state.withSucceeded
(Long succeeded) The number of instances in the deployment to which revisions have been successfully deployed.
-
Constructor Details
-
DeploymentOverview
public DeploymentOverview()
-
-
Method Details
-
setPending
The number of instances in the deployment in a pending state.
- Parameters:
pending
- The number of instances in the deployment in a pending state.
-
getPending
The number of instances in the deployment in a pending state.
- Returns:
- The number of instances in the deployment in a pending state.
-
withPending
The number of instances in the deployment in a pending state.
- Parameters:
pending
- The number of instances in the deployment in a pending state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setInProgress
The number of instances in which the deployment is in progress.
- Parameters:
inProgress
- The number of instances in which the deployment is in progress.
-
getInProgress
The number of instances in which the deployment is in progress.
- Returns:
- The number of instances in which the deployment is in progress.
-
withInProgress
The number of instances in which the deployment is in progress.
- Parameters:
inProgress
- The number of instances in which the deployment is in progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSucceeded
The number of instances in the deployment to which revisions have been successfully deployed.
- Parameters:
succeeded
- The number of instances in the deployment to which revisions have been successfully deployed.
-
getSucceeded
The number of instances in the deployment to which revisions have been successfully deployed.
- Returns:
- The number of instances in the deployment to which revisions have been successfully deployed.
-
withSucceeded
The number of instances in the deployment to which revisions have been successfully deployed.
- Parameters:
succeeded
- The number of instances in the deployment to which revisions have been successfully deployed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFailed
The number of instances in the deployment in a failed state.
- Parameters:
failed
- The number of instances in the deployment in a failed state.
-
getFailed
The number of instances in the deployment in a failed state.
- Returns:
- The number of instances in the deployment in a failed state.
-
withFailed
The number of instances in the deployment in a failed state.
- Parameters:
failed
- The number of instances in the deployment in a failed state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSkipped
The number of instances in the deployment in a skipped state.
- Parameters:
skipped
- The number of instances in the deployment in a skipped state.
-
getSkipped
The number of instances in the deployment in a skipped state.
- Returns:
- The number of instances in the deployment in a skipped state.
-
withSkipped
The number of instances in the deployment in a skipped state.
- Parameters:
skipped
- The number of instances in the deployment in a skipped state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-