Klasse TaskProgressBeanObject.TaskProgressBeanObjectBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.TaskProgressBeanObject.TaskProgressBeanObjectBuilder
- Umschließende Klasse:
TaskProgressBeanObject
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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()
-
Methodendetails
-
description
The description of the task.- Gibt zurück:
this
.
-
elapsedRuntime
The execution time of the task, in milliseconds.- Gibt zurück:
this
.
-
finished
A timestamp recording when the task was finished.- Gibt zurück:
this
.
-
id
The ID of the task.- Gibt zurück:
this
.
-
lastUpdate
A timestamp recording when the task progress was last updated.- Gibt zurück:
this
.
-
message
Information about the progress of the task.- Gibt zurück:
this
.
-
progress
The progress of the task, as a percentage complete.- Gibt zurück:
this
.
-
result
The result of the task execution.- Gibt zurück:
this
.
-
self
The URL of the task.- Gibt zurück:
this
.
-
started
A timestamp recording when the task was started.- Gibt zurück:
this
.
-
status
public TaskProgressBeanObject.TaskProgressBeanObjectBuilder status(TaskProgressBeanObject.StatusEnum status) The status of the task.- Gibt zurück:
this
.
-
submitted
A timestamp recording when the task was submitted.- Gibt zurück:
this
.
-
submittedBy
The ID of the user who submitted the task.- Gibt zurück:
this
.
-
build
-
toString
-