| Package | Description |
|---|---|
| com.atlassian.jira.task |
| Modifier and Type | Class and Description |
|---|---|
class |
TimeBasedLogSink
This TaskProgressSink will output progress to the Logger if either the percentage progress changes or its been more than
n milliseconds since the last log entry.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<StatefulTaskProgressSink> |
StatefulTaskProgressSink.createPercentageSinksForRange(long startRange,
long endRange,
int numberOfDivisions,
TaskProgressSink sink)
Return a collection of sinks that allows progress to be reported across the specified ragnge.
|
Copyright © 2002-2022 Atlassian. All Rights Reserved.