NAME
JIRA::API::TaskProgressBeanObject -
SYNOPSIS
my $obj = JIRA::API::TaskProgressBeanObject->new();
...
PROPERTIES
description
The description of the task.
elapsedRuntime
The execution time of the task, in milliseconds.
finished
A timestamp recording when the task was finished.
id
The ID of the task.
lastUpdate
A timestamp recording when the task progress was last updated.
message
Information about the progress of the task.
progress
The progress of the task, as a percentage complete.
result
The result of the task execution.
self
The URL of the task.
started
A timestamp recording when the task was started.
status
The status of the task.
submitted
A timestamp recording when the task was submitted.
submittedBy
The ID of the user who submitted the task.