public interface GitWorkspaceProvider
| Modifier and Type | Method and Description |
|---|---|
boolean |
cleanWorkingDirectory()
Delete the temp files in the working directory.
|
File |
getRootDirectory() |
<T> T |
synchronizedOperation(Callable<T> callable) |
<T> T |
synchronizedUpdateOperation(GitProctorCallable<T> callable) |
boolean cleanWorkingDirectory()
File getRootDirectory()
<T> T synchronizedOperation(Callable<T> callable)
<T> T synchronizedUpdateOperation(GitProctorCallable<T> callable) throws StoreException.TestUpdateException
Copyright © 2019. All rights reserved.