public class ProgressTrackerWidget extends java.lang.Object implements ProgressTracker
ProgressTracker interface.| Modifier and Type | Method and Description |
|---|---|
int |
getCompletionStatus(java.lang.String taskIdentifier)
Retrieve the completion status for a specific taskIdentifier
|
java.lang.String |
getDeploymentStream(java.lang.String taskIdentifier)
Retrieve the deployment stream associated with a given task.
|
java.lang.String |
getIdentifier()
Retrieve the Job identifier
|
int |
getNumberOfConcurrentDeployments()
Gets the number of concurrent deployments.
|
java.util.Enumeration<java.lang.String> |
getTaskIdentifiers()
Gets the task identifiers associated with the concurrent deployments
|
TaskLifecycleMetrics |
getTaskLifecycleMetrics(java.lang.String taskIdentifier)
Retrieve the TaskLifecycleMetrics associated with a given task.
|
boolean |
isComplete()
Check to see if the Job has completed.
|
boolean |
isSuccessful()
Check to see if the Job completed successfully.
|
java.lang.String |
toString() |
public int getCompletionStatus(java.lang.String taskIdentifier)
ProgressTrackergetCompletionStatus in interface ProgressTrackerpublic java.lang.String getIdentifier()
ProgressTrackergetIdentifier in interface ProgressTrackerpublic TaskLifecycleMetrics getTaskLifecycleMetrics(java.lang.String taskIdentifier)
ProgressTrackergetTaskLifecycleMetrics in interface ProgressTrackertaskIdentifier - The ID associated with a given task.public java.lang.String getDeploymentStream(java.lang.String taskIdentifier)
ProgressTrackergetDeploymentStream in interface ProgressTrackertaskIdentifier - The ID associated with a given task.public int getNumberOfConcurrentDeployments()
ProgressTrackergetNumberOfConcurrentDeployments in interface ProgressTrackerpublic java.util.Enumeration<java.lang.String> getTaskIdentifiers()
ProgressTrackergetTaskIdentifiers in interface ProgressTrackerpublic boolean isComplete()
ProgressTrackerisComplete in interface ProgressTrackerpublic boolean isSuccessful()
ProgressTrackerisSuccessful in interface ProgressTrackerpublic java.lang.String toString()
toString in class java.lang.Object