Package | Description |
---|---|
org.eclipse.team.core |
Application programming interfaces for defining and working with repository providers.
|
org.eclipse.team.core.synchronize |
Application programming interfaces for managing synchronization state.
|
Modifier and Type | Class and Description |
---|---|
class |
TeamStatus
Status that is returned from some Team operations or is the payload of
some TeamExceptions.
|
Modifier and Type | Method and Description |
---|---|
ITeamStatus[] |
SyncInfoSet.getErrors()
Return an array of the errors the occurred while populating this set.
|
ITeamStatus[] |
SyncInfoSetChangeEvent.getErrors() |
Modifier and Type | Method and Description |
---|---|
void |
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 the
SyncInfo
for a resource. |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.