Class DeploymentTaskReportLine
java.lang.Object
com.xebialabs.deployit.engine.api.dto.DeploymentTaskReportLine
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBlock()
org.joda.time.DateTime
org.joda.time.DateTime
regetUser()
setBlock
(BlockState block) setCompletionDate
(org.joda.time.DateTime completionDate) setDeploymentPackage
(String deploymentPackage) setEnvironment
(String environment) setEnvironmentId
(String environmentId) setEnvironmentIdWithoutRoot
(String environmentIdWithoutRoot) setRolledBack
(Boolean rolledBack) setStartDate
(org.joda.time.DateTime startDate) setTaskType
(String taskType) setWorkerName
(String workerName)
-
Constructor Details
-
DeploymentTaskReportLine
public DeploymentTaskReportLine()
-
-
Method Details
-
getTaskId
- Returns:
- The Taks ID.
-
setTaskId
- Parameters:
taskId
- The Taks ID.- Returns:
- The this object.
-
getStartDate
public org.joda.time.DateTime getStartDate()- Returns:
- The Start Date of Task.
-
setStartDate
- Parameters:
startDate
- The Start Date of Task.- Returns:
- The this object.
-
getCompletionDate
public org.joda.time.DateTime getCompletionDate()- Returns:
- The Completion Date of Task.
-
setCompletionDate
- Parameters:
completionDate
- The Completion Date of Task.- Returns:
- The this object.
-
getStatus
- Returns:
- The Status of Task.
-
setStatus
- Parameters:
status
- The Status of Task.- Returns:
- The this object.
-
getTaskType
re- Returns:
- The Task Type.
-
setTaskType
- Parameters:
taskType
- The Task Type.- Returns:
- The this object.
-
getUser
- Returns:
- The user associated with the Task.
-
setUser
- Parameters:
user
- The user associated with the Task.- Returns:
- The this object.
-
getEnvironment
- Returns:
- The Environment CI path associated with the Task.
-
setEnvironment
- Parameters:
environment
- The Environment CI path associated with the Task.- Returns:
- The this object.
-
getEnvironmentId
- Returns:
- The Environment CI ID associated with the Task.
-
setEnvironmentId
- Parameters:
environmentId
- The Environment CI ID associated with the Task.- Returns:
- The this object.
-
getEnvironmentIdWithoutRoot
- Returns:
- The Environment CI name associated with the Task.
-
setEnvironmentIdWithoutRoot
- Parameters:
environmentIdWithoutRoot
- The Environment CI name associated with the Task.- Returns:
- The this object.
-
getDeploymentPackage
- Returns:
- The Deployment Package associated with the Task.
-
setDeploymentPackage
- Parameters:
deploymentPackage
- The Deployment Package associated with the Task.- Returns:
- The this object.
-
getRolledBack
- Returns:
- The flag marking if this Task is Rollback of an original task (rollback task shares same Task ID as original task).
-
setRolledBack
- Parameters:
rolledBack
- The flag marking if this Task is Rollback of an original task.- Returns:
- The this object.
-
getBlock
- Returns:
- If FULL FetchMode was toggled block field will contain details of task execution blocks.
-
setBlock
- Parameters:
block
- The Task execution blocks.- Returns:
- The this object.
-
getWorkerName
- Returns:
- The name of worker that executes this task.
-
setWorkerName
- Parameters:
workerName
- The name of worker that executes this task.- Returns:
- The this object.
-