|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |