Interface IFinishSnapshotOperationStep

    • Method Detail

      • forceProjectClean

        void forceProjectClean​(org.eclipse.core.resources.IProject project)
        Marks a project to be cleaned on operation finish. The project must be affected by the operation.
        Parameters:
        project - the project to be cleaned, cannot be null
        Throws:
        IllegalArgumentException - if the project is not affected by the operation
      • finish

        ISnapshotOperationResult finish()
        Finishes the operation.

        This method must be eventually called after the start step.

        Returns:
        result of the operation, never null