public class ChangeUtil extends Object
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.Ordering<PatchSet> |
PS_ID_ORDER |
Modifier and Type | Method and Description |
---|---|
static String |
cropSubject(String subject) |
static String |
messageUuid() |
static PatchSet.Id |
nextPatchSetId(Map<String,org.eclipse.jgit.lib.Ref> allRefs,
PatchSet.Id id) |
static PatchSet.Id |
nextPatchSetId(PatchSet.Id id) |
static PatchSet.Id |
nextPatchSetId(org.eclipse.jgit.lib.Repository git,
PatchSet.Id id) |
public static final com.google.common.collect.Ordering<PatchSet> PS_ID_ORDER
public static String messageUuid()
public static PatchSet.Id nextPatchSetId(Map<String,org.eclipse.jgit.lib.Ref> allRefs, PatchSet.Id id)
public static PatchSet.Id nextPatchSetId(PatchSet.Id id)
public static PatchSet.Id nextPatchSetId(org.eclipse.jgit.lib.Repository git, PatchSet.Id id) throws IOException
IOException