Interface ISnapshotOperationResult
public interface ISnapshotOperationResult
Snapshot operation result.
- Restriction:
- This interface is not intended to be extended by clients.
- Restriction:
- This interface is not intended to be implemented by clients.
-
Method Summary
Modifier and TypeMethodDescriptionSet<org.eclipse.core.resources.IProject>
Gets a set of projects, for which snapshot restoration was performed successfully.org.eclipse.core.runtime.IStatus
-
Method Details
-
getStatus
org.eclipse.core.runtime.IStatus getStatus()- Returns:
- status of the operation execution, never
null
-
getRestorationSucceededProjects
Set<org.eclipse.core.resources.IProject> getRestorationSucceededProjects()Gets a set of projects, for which snapshot restoration was performed successfully.- Returns:
- the set of restoration succeeded projects, never
null
-