Class TaskProgressBeanObject.TaskProgressBeanObjectBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.TaskProgressBeanObject.TaskProgressBeanObjectBuilder
- Enclosing class:
- TaskProgressBeanObject
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
description
(String description) The description of the task.elapsedRuntime
(Long elapsedRuntime) The execution time of the task, in milliseconds.A timestamp recording when the task was finished.The ID of the task.lastUpdate
(Long lastUpdate) A timestamp recording when the task progress was last updated.Information about the progress of the task.The progress of the task, as a percentage complete.The result of the task execution.The URL of the task.A timestamp recording when the task was started.The status of the task.A timestamp recording when the task was submitted.submittedBy
(Long submittedBy) The ID of the user who submitted the task.toString()
-
Method Details
-
description
The description of the task.- Returns:
this
.
-
elapsedRuntime
The execution time of the task, in milliseconds.- Returns:
this
.
-
finished
A timestamp recording when the task was finished.- Returns:
this
.
-
id
The ID of the task.- Returns:
this
.
-
lastUpdate
A timestamp recording when the task progress was last updated.- Returns:
this
.
-
message
Information about the progress of the task.- Returns:
this
.
-
progress
The progress of the task, as a percentage complete.- Returns:
this
.
-
result
The result of the task execution.- Returns:
this
.
-
self
The URL of the task.- Returns:
this
.
-
started
A timestamp recording when the task was started.- Returns:
this
.
-
status
public TaskProgressBeanObject.TaskProgressBeanObjectBuilder status(TaskProgressBeanObject.StatusEnum status) The status of the task.- Returns:
this
.
-
submitted
A timestamp recording when the task was submitted.- Returns:
this
.
-
submittedBy
The ID of the user who submitted the task.- Returns:
this
.
-
build
-
toString
-