public class DeploymentInformation extends Object implements Serializable
Constructor and Description |
---|
DeploymentInformation(String deploymentId,
Module module,
Calendar addedDate,
Calendar lastUpdateDate,
DeploymentInformationItem[] items,
DeploymentState state)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Calendar |
getAddedDate()
Returns date the deployment was added.
|
String |
getDeploymentId()
Returns the deployment id.
|
DeploymentInformationItem[] |
getItems()
Returns deployment statement-level details: Note that for an newly-added undeployed modules
not all statement-level information is available and therefore returns an empty array.
|
Calendar |
getLastUpdateDate()
Returns the last update date, i.e.
|
Module |
getModule()
Returns the module.
|
DeploymentState |
getState()
Returns current deployment state.
|
String |
toString() |
public DeploymentInformation(String deploymentId, Module module, Calendar addedDate, Calendar lastUpdateDate, DeploymentInformationItem[] items, DeploymentState state)
deploymentId
- deployment idaddedDate
- date the deployment was addedlastUpdateDate
- date of last update to stateitems
- module statement-level detailsstate
- current statemodule
- the modulepublic String getDeploymentId()
public Calendar getLastUpdateDate()
public DeploymentInformationItem[] getItems()
public DeploymentState getState()
public Calendar getAddedDate()
public Module getModule()