Package com.google.gerrit.server.patch
Class PatchScriptFactoryForAutoFix
- java.lang.Object
-
- com.google.gerrit.server.patch.PatchScriptFactoryForAutoFix
-
- All Implemented Interfaces:
Callable<PatchScript>
public class PatchScriptFactoryForAutoFix extends Object implements Callable<PatchScript>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PatchScriptFactoryForAutoFix.Factory
-
-
-
Method Detail
-
call
public PatchScript call() throws LargeObjectException, AuthException, InvalidChangeOperationException, IOException, PermissionBackendException, ResourceNotFoundException
- Specified by:
call
in interfaceCallable<PatchScript>
- Throws:
LargeObjectException
AuthException
InvalidChangeOperationException
IOException
PermissionBackendException
ResourceNotFoundException
-
-