Class ControlTaskReportLine
java.lang.Object
com.xebialabs.deployit.engine.api.dto.ControlTaskReportLine
Contains information about Control Task report record: task ID, start and finish date and time, state, task owner, task name,
target CI, task description and task blocks
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBlock()
org.joda.time.DateTime
getOwner()
org.joda.time.DateTime
getState()
setBlock
(BlockState block) setControlTaskTargetCI
(String controlTaskTargetCI) setDescription
(String description) setFinished
(org.joda.time.DateTime finished) setStarted
(org.joda.time.DateTime started) setTaskName
(String taskName) setWorkerName
(String workerName)
-
Constructor Details
-
ControlTaskReportLine
public ControlTaskReportLine()
-
-
Method Details
-
getTaskId
- Returns:
- The Taks ID.
-
setTaskId
- Parameters:
taskId
- The Taks ID.- Returns:
- The this object.
-
getStarted
public org.joda.time.DateTime getStarted()- Returns:
- The Start Date of Task.
-
setStarted
- Parameters:
started
- The Start Date of Task.- Returns:
- The this object.
-
getFinished
public org.joda.time.DateTime getFinished()- Returns:
- The Completion Date of Task.
-
setFinished
- Parameters:
finished
- The Completion Date of Task.- Returns:
- The this object.
-
getState
- Returns:
- The State of Task.
-
setState
- Parameters:
state
- The State of Task.- Returns:
- The this object.
-
getOwner
- Returns:
- The owner user associated with the Task.
-
setOwner
- Parameters:
owner
- The owner user associated with the Task.- Returns:
- The this object.
-
getTaskName
- Returns:
- The name of run Control Task.
-
setTaskName
- Parameters:
taskName
- TThe name of run Control Task.- Returns:
- The this object.
-
getControlTaskTargetCI
- Returns:
- The Target CI path associated with the Task.
-
setControlTaskTargetCI
- Parameters:
controlTaskTargetCI
- The Target CI path associated with the Task.- Returns:
- The this object.
-
getDescription
- Returns:
- The Task description.
-
setDescription
- Parameters:
description
- The Task description.- 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.
-