Uses of Interface
com.microsoft.tfs.util.tasks.TaskMonitor

Packages that use TaskMonitor
com.microsoft.tfs.core.clients.versioncontrol   
com.microsoft.tfs.util.tasks   
 

Uses of TaskMonitor in com.microsoft.tfs.core.clients.versioncontrol
 

Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type TaskMonitor
 void VersionControlClient.downloadFile(DownloadSpec spec, java.io.File destinationFile, boolean autoGunzip, EventSource eventSource, TaskMonitor taskMonitor)
          Download the file described by spec to the destination file.
 void VersionControlClient.downloadFileToStream(DownloadSpec spec, java.io.OutputStream outputStream, boolean autoGunzip, EventSource eventSource, TaskMonitor taskMonitor)
          This convenience method does not support retrying downloads that failed with transient network problems.
 void VersionControlClient.downloadFileToStreams(DownloadSpec spec, DownloadOutput[] outputs, EventSource eventSource, TaskMonitor taskMonitor)
          Download the file described by spec to the destination stream or streams.
 

Uses of TaskMonitor in com.microsoft.tfs.util.tasks
 

Classes in com.microsoft.tfs.util.tasks that implement TaskMonitor
 class FileProcessingProgressMonitorAdapter
           
 class NullTaskMonitor
           NullTaskMonitor is a do-nothing implementation of the TaskMonitor interface.
 

Methods in com.microsoft.tfs.util.tasks that return TaskMonitor
static TaskMonitor TaskMonitorService.getTaskMonitor()
          Called to retrieve a TaskMonitor from this TaskMonitorService.
 TaskMonitor TaskMonitor.newSubTaskMonitor(int amount)
           Called to obtain a new TaskMonitor instance to be used in a sub-task of the task being monitored by this TaskMonitor instance.
 TaskMonitor NullTaskMonitor.newSubTaskMonitor(int amount)
           
 TaskMonitor FileProcessingProgressMonitorAdapter.newSubTaskMonitor(int amount)
           
static TaskMonitor TaskMonitorService.popTaskMonitor()
           Called to pop a TaskMonitor from this thread's TaskMonitor stack.
static TaskMonitor TaskMonitorService.popTaskMonitor(boolean callDone)
          Called to pop a TaskMonitor from this thread's TaskMonitor stack.
 

Methods in com.microsoft.tfs.util.tasks with parameters of type TaskMonitor
static void TaskMonitorService.pushTaskMonitor(TaskMonitor taskMonitor)
          Called to push a TaskMonitor onto this thread's TaskMonitor stack.
 

Constructors in com.microsoft.tfs.util.tasks with parameters of type TaskMonitor
FileProcessingProgressMonitorAdapter(TaskMonitor parentMonitor, long totalLength)
           
FileProcessingProgressMonitorAdapter(TaskMonitor parentMonitor, long alreadyProcessed, long totalLength)
           
FileProcessingProgressMonitorAdapter(TaskMonitor parentMonitor, long alreadyProcessed, long totalLength, java.lang.String messageFormat)
           
FileProcessingProgressMonitorAdapter(TaskMonitor parentMonitor, long totalLength, java.lang.String messageFormat)
           
 



© 2015 Microsoft. All rights reserved.