Uses of Interface
org.eclipse.team.core.ITeamStatus
Package
Description
Application programming interfaces for defining and working with repository providers.
Application programming interfaces for managing synchronization state.
-
Uses of ITeamStatus in org.eclipse.team.core
Modifier and TypeClassDescriptionclass
Status that is returned from some Team operations or is the payload of some TeamExceptions. -
Uses of ITeamStatus in org.eclipse.team.core.synchronize
Modifier and TypeMethodDescriptionSyncInfoSet.getErrors()
Return an array of the errors the occurred while populating this set.SyncInfoSetChangeEvent.getErrors()
Modifier and TypeMethodDescriptionvoid
SyncInfoSet.addError
(ITeamStatus status) Add the error to the set.void
SyncInfoSetChangeEvent.errorOccurred
(ITeamStatus status) void
ISyncInfoSetChangeListener.syncInfoSetErrors
(SyncInfoSet set, ITeamStatus[] errors, IProgressMonitor monitor) This method is called when errors have occurred calculating theSyncInfo
for a resource.