Uses of Class
com.microsoft.tfs.core.clients.versioncontrol.events.EventSource

Packages that use EventSource
com.microsoft.tfs.core.checkinpolicies.events   
com.microsoft.tfs.core.clients   
com.microsoft.tfs.core.clients.versioncontrol   
com.microsoft.tfs.core.clients.versioncontrol.events   
com.microsoft.tfs.core.clients.workitem.events   
com.microsoft.tfs.core.pendingcheckin.events   
 

Uses of EventSource in com.microsoft.tfs.core.checkinpolicies.events
 

Constructors in com.microsoft.tfs.core.checkinpolicies.events with parameters of type EventSource
PolicyEvaluatorStateChangedEvent(EventSource source, PolicyEvaluator evaluator)
          Describes the policy state change.
PolicyLoadErrorEvent(EventSource source, PolicyEvaluator policyEvaluator, java.lang.Throwable error)
          Creates a PolicyLoadErrorEvent.
PolicyStateChangedEvent(EventSource source, PolicyFailure[] failures, PolicyInstance policy)
          Describes the policy state change.
 

Uses of EventSource in com.microsoft.tfs.core.clients
 

Methods in com.microsoft.tfs.core.clients that return EventSource
 EventSource CoreClientEvent.getEventSource()
           
 

Constructors in com.microsoft.tfs.core.clients with parameters of type EventSource
CoreClientEvent(EventSource source)
          Creates an event object with the given EventSource.
 

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

Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type EventSource
 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 EventSource in com.microsoft.tfs.core.clients.versioncontrol.events
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.events that return EventSource
static EventSource EventSource.newFromHere()
          Creates a new EventSource describing an event source using the current thread and any other information gathered from the current context of execution.
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.events with parameters of type EventSource
BranchCommittedEvent(EventSource source, java.lang.String sourcePath, java.lang.String targetPath, VersionSpec version, java.lang.String owner, java.lang.String comment, CheckinNote checkinNote, PolicyOverrideInfo policyOverrideInfo, Mapping[] mappings, int changesetID)
           
BranchObjectUpdatedEvent(EventSource source, BranchProperties branchProperties)
           
ChangesetReconciledEvent(EventSource source, int changesetID)
           
CheckinEvent(EventSource source, Workspace workspace, int changesetID, PendingChange[] committedChanges, PendingChange[] undoneChanges)
           
ConflictEvent(EventSource source, java.lang.String serverItem, Workspace workspace, java.lang.String message, boolean resolvable)
           
ConflictResolvedEvent(EventSource source, Workspace workspace, Conflict conflict, ChangePendedFlags changePendedFlags)
           
DestroyEvent(EventSource source, Item destroyedItem, VersionSpec stopAt, DestroyFlags flags)
          Creates a new DestroyEvent.
FolderContentChangedEvent(EventSource source, VersionControlClient client, int changesetID)
           
GetEvent(EventSource source, com.microsoft.tfs.core.clients.versioncontrol.engines.internal.AsyncGetOperation asyncOp, OperationStatus status, GetOperation action, java.lang.String targetLocalItem, ChangeType targetChangeType, PropertyValue[] targetPropertyValues)
           
GetOperationCompletedEvent(EventSource source, Workspace workspace, GetRequest[] requests, GetStatus status)
           
GetOperationStartedEvent(EventSource source, Workspace workspace, GetRequest[] requests)
           
MergeOperationCompletedEvent(EventSource source, Workspace workspace)
           
MergeOperationStartedEvent(EventSource source, Workspace workspace)
           
MergingEvent(EventSource source, Conflict conflict, Workspace workspace, boolean isLatest, PendingChange pendingChange, OperationStatus status, ChangeType targetLocalChangeType, boolean diskUpdateAttempted, PropertyValue[] properties)
           
NonFatalErrorEvent(EventSource source, VersionControlClient vcClient, Failure failure)
           
NonFatalErrorEvent(EventSource source, VersionControlClient vcClient, java.lang.Throwable throwable)
           
NonFatalErrorEvent(EventSource source, Workspace workspace, Failure failure)
           
NonFatalErrorEvent(EventSource source, Workspace workspace, java.lang.Throwable throwable)
           
OperationCompletedEvent(EventSource source, Workspace workspace, ProcessType type)
           
OperationStartedEvent(EventSource source, Workspace workspace, ProcessType type)
           
PendingChangeEvent(EventSource source, Workspace workspace, PendingChange change, OperationStatus operation, ChangePendedFlags flags)
           
PendOperationCompletedEvent(EventSource source, Workspace workspace, ChangeRequest[] requests)
           
PendOperationStartedEvent(EventSource source, Workspace workspace, ChangeRequest[] requests)
           
ResolveConflictCompletedEvent(EventSource source, Workspace workspace, Conflict conflict)
           
ResolveConflictsCompletedEvent(EventSource source, Workspace workspace, Conflict[] conflicts)
           
ResolveConflictsStartedEvent(EventSource source, Workspace workspace, Conflict[] conflicts)
           
ResolveConflictStartedEvent(EventSource source, Workspace workspace, Conflict conflict)
           
RollbackOperationCompletedEvent(EventSource source, Workspace workspace, ItemSpec[] itemSpecs, RollbackOptions options, GetStatus status)
           
RollbackOperationStartedEvent(EventSource source, Workspace workspace, ItemSpec[] itemSpecs, RollbackOptions options)
           
ScannerModifiedFilesEvent(EventSource source, Workspace workspace, java.util.Set<java.lang.String> paths)
           
ShelveEvent(EventSource source, Workspace workspace, Shelveset shelveset, PendingChange[] shelvedChanges, boolean move)
           
UndoOperationCompletedEvent(EventSource source, Workspace workspace, ItemSpec[] items)
           
UndoOperationStartedEvent(EventSource source, Workspace workspace, ItemSpec[] items)
           
UnshelveShelvesetCompletedEvent(EventSource source, Workspace workspace, Shelveset shelveset, PendingChange[] changes)
           
UnshelveShelvesetStartedEvent(EventSource source, Workspace workspace, Shelveset shelveset, PendingChange[] changes)
           
WorkspaceCacheFileReloadedEvent(EventSource source, Workstation workstation)
           
WorkspaceEvent(EventSource source, Workspace workspace, WorkspaceEvent.WorkspaceEventSource workspaceEventSource)
           
WorkspaceUpdatedEvent(EventSource source, Workspace workspace, java.lang.String originalName, WorkspaceLocation originalLocation, WorkspaceEvent.WorkspaceEventSource workspaceEventSource)
           
WorkstationNonFatalErrorEvent(EventSource source, java.lang.Exception exception, Workspace workspace)
           
WorkstationNonFatalErrorEvent(EventSource source, InternalWorkspaceConflictInfo info)
           
 

Uses of EventSource in com.microsoft.tfs.core.clients.workitem.events
 

Constructors in com.microsoft.tfs.core.clients.workitem.events with parameters of type EventSource
WorkItemSaveEvent(EventSource source, WorkItem workItem)
           
 

Uses of EventSource in com.microsoft.tfs.core.pendingcheckin.events
 

Constructors in com.microsoft.tfs.core.pendingcheckin.events with parameters of type EventSource
AffectedTeamProjectsChangedEvent(EventSource source, java.lang.String[] newTeamProjects)
          Describes a change in affected team projects.
CheckedPendingChangesChangedEvent(EventSource source)
          Describes a change in checked pending changes.
CheckedWorkItemsChangedEvent(EventSource source)
          Describes a change in checked pending changes.
CommentChangedEvent(EventSource source, java.lang.String newComment)
          Describes a check-in comment change.
NotesChangedEvent(EventSource source, CheckinNote checkinNote)
          Describes a check-in note change.
 



© 2015 Microsoft. All rights reserved.