Uses of Interface
org.eclipse.team.core.ITeamStatus
Packages that use 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
Classes in org.eclipse.team.core that implement ITeamStatusModifier 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
Methods in org.eclipse.team.core.synchronize that return ITeamStatusModifier and TypeMethodDescriptionSyncInfoSet.getErrors()
Return an array of the errors the occurred while populating this set.SyncInfoSetChangeEvent.getErrors()
Methods in org.eclipse.team.core.synchronize with parameters of type ITeamStatusModifier 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.