public class DeploymentProgress
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
DeploymentProgress(RepositoryItem pDeploymentProgressItem,
                  java.lang.String pMessage)
Constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getMessage()  | 
long | 
getTotalWork()  | 
long | 
getWorkCompleted()  | 
void | 
setMessage(java.lang.String pMessage)  | 
void | 
setTotalWork(long pTotalWork)  | 
void | 
setWorkCompleted(long pWorkCompleted)  | 
public DeploymentProgress(RepositoryItem pDeploymentProgressItem, java.lang.String pMessage)
public java.lang.String getMessage()
public void setMessage(java.lang.String pMessage)
pMessage - Sets the value of the message property.public long getWorkCompleted()
public void setWorkCompleted(long pWorkCompleted)
pWorkCompleted - Sets the value of the workCompleted property.public long getTotalWork()
public void setTotalWork(long pTotalWork)
pTotalWork - Sets the value of the totalWork property.