public class CommandUtils extends Object
Constructor and Description |
---|
CommandUtils() |
Modifier and Type | Method and Description |
---|---|
static BaseCommand.UnloggedFailure |
error(String msg) |
static com.google.gerrit.reviewdb.client.PatchSet |
parsePatchSet(String patchIdentity,
com.google.gerrit.reviewdb.server.ReviewDb db,
ProjectControl projectControl,
String branch) |
public static com.google.gerrit.reviewdb.client.PatchSet parsePatchSet(String patchIdentity, com.google.gerrit.reviewdb.server.ReviewDb db, ProjectControl projectControl, String branch) throws BaseCommand.UnloggedFailure, com.google.gwtorm.server.OrmException
BaseCommand.UnloggedFailure
com.google.gwtorm.server.OrmException
public static BaseCommand.UnloggedFailure error(String msg)