public abstract class RefState extends Object
Constructor and Description |
---|
RefState() |
Modifier and Type | Method and Description |
---|---|
static void |
check(boolean condition,
String str) |
static RefState |
create(String ref,
org.eclipse.jgit.lib.ObjectId id) |
static RefState |
create(String ref,
String sha) |
abstract org.eclipse.jgit.lib.ObjectId |
id() |
boolean |
match(org.eclipse.jgit.lib.Repository repo) |
static RefState |
of(org.eclipse.jgit.lib.Ref ref) |
abstract String |
ref() |
byte[] |
toByteArray(Project.NameKey project) |
public static RefState of(org.eclipse.jgit.lib.Ref ref)
public byte[] toByteArray(Project.NameKey project)
public static void check(boolean condition, String str)
public abstract String ref()
public abstract org.eclipse.jgit.lib.ObjectId id()
public boolean match(org.eclipse.jgit.lib.Repository repo) throws IOException
IOException