Package org.netxms.client.packages
Class PackageDeploymentJob
java.lang.Object
org.netxms.client.packages.PackageDeploymentJob
Information about package deployment job
- 
Constructor SummaryConstructorsConstructorDescriptionPackageDeploymentJob(NXCPMessage msg, long baseId) Create from NXCP message.
- 
Method Summary
- 
Constructor Details- 
PackageDeploymentJobCreate from NXCP message.- Parameters:
- msg- NXCP message
- baseId- base field ID
 
 
- 
- 
Method Details- 
getIdpublic long getId()- Returns:
- the id
 
- 
getNodeIdpublic long getNodeId()- Returns:
- the nodeId
 
- 
getUserIdpublic int getUserId()- Returns:
- the userId
 
- 
getStatus- Returns:
- the status
 
- 
isActivepublic boolean isActive()Check if job is in active state (execution already started but not yet completed).- Returns:
- true if job is in active state
 
- 
isFinishedpublic boolean isFinished()Check if job is in finished state.- Returns:
- true if job is in finished state
 
- 
getCreationTime- Returns:
- the creationTime
 
- 
getExecutionTime- Returns:
- the executionTime
 
- 
getCompletionTime- Returns:
- the completionTime
 
- 
getPackageIdpublic long getPackageId()- Returns:
- the packageId
 
- 
getPackageType- Returns:
- the packageType
 
- 
getPackageName- Returns:
- the packageName
 
- 
getPlatform- Returns:
- the platform
 
- 
getVersion- Returns:
- the version
 
- 
getPackageFile- Returns:
- the packageFile
 
- 
getCommand- Returns:
- the command
 
- 
getDescription- Returns:
- the description
 
- 
getErrorMessage- Returns:
- the errorMessage
 
 
-