public class PatchScriptFactory
extends java.lang.Object
implements java.util.concurrent.Callable<com.google.gerrit.common.data.PatchScript>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PatchScriptFactory.Factory |
| Modifier and Type | Method and Description |
|---|---|
com.google.gerrit.common.data.PatchScript |
call() |
void |
setLoadComments(boolean load) |
void |
setLoadHistory(boolean load) |
public void setLoadHistory(boolean load)
public void setLoadComments(boolean load)
public com.google.gerrit.common.data.PatchScript call()
throws com.google.gwtorm.server.OrmException,
NoSuchChangeException,
LargeObjectException,
com.google.gerrit.extensions.restapi.AuthException,
InvalidChangeOperationException,
java.io.IOException
call in interface java.util.concurrent.Callable<com.google.gerrit.common.data.PatchScript>com.google.gwtorm.server.OrmExceptionNoSuchChangeExceptionLargeObjectExceptioncom.google.gerrit.extensions.restapi.AuthExceptionInvalidChangeOperationExceptionjava.io.IOException