Uses of Class
com.microsoft.tfs.util.tasks.CanceledException

Packages that use CanceledException
com.microsoft.tfs.core.clients.versioncontrol   
com.microsoft.tfs.core.clients.versioncontrol.soapextensions   
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol that throw CanceledException
 void VersionControlClient.downloadFile(DownloadSpec spec, java.io.File destinationFile, boolean autoGunzip)
           
 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)
          This convenience method does not support retrying downloads that failed with transient network problems.
 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.
 java.io.File VersionControlClient.downloadFileToTempLocation(DownloadSpec spec, java.lang.String fileName)
          Downloads a file to a temporary location (created by the method), gunzipping if necessary.
 java.lang.String VersionControlClient.downloadItems(Item[] items, java.lang.String serverRoot, java.lang.String localRoot)
          Downloads a collection of Items to a temporary location preserving the server path structure.
 

Uses of CanceledException in com.microsoft.tfs.core.clients.versioncontrol.soapextensions
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that throw CanceledException
 ReconcilePendingChangesStatus Workspace.findReconcilablePendingChangesForChangeset(Changeset changeset, PendingChange[] pendingChanges)
           Finds pending changes in the given array which can be safely reconciled (undone) to match the changes in the given changeset.
 boolean PendingChange.hasContentChange()
          Tests whether this pending change has local content which differs from the server item.
 boolean PendingChange.isUnchangedInLocalWorkspace(Workspace workspace)
          Tests whether this pending change has local content which differs from local baseline.
 boolean PendingChange.isUnchangedInServerWorkspace()
          Determine whether this pending change is unchanged pending change.
 



© 2015 Microsoft. All rights reserved.