Uses of Class
com.atlassian.jira.task.StatefulTaskProgressSink

Packages that use StatefulTaskProgressSink
com.atlassian.jira.task   
 

Uses of StatefulTaskProgressSink in com.atlassian.jira.task
 

Subclasses of StatefulTaskProgressSink in com.atlassian.jira.task
 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.
 

Methods in com.atlassian.jira.task that return types with arguments of type StatefulTaskProgressSink
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-2014 Atlassian. All Rights Reserved.