public abstract class IntBlob extends Object
Constructor and Description |
---|
IntBlob() |
Modifier and Type | Method and Description |
---|---|
abstract org.eclipse.jgit.lib.ObjectId |
id() |
static Optional<IntBlob> |
parse(org.eclipse.jgit.lib.Repository repo,
String refName) |
static Optional<IntBlob> |
parse(org.eclipse.jgit.lib.Repository repo,
String refName,
org.eclipse.jgit.revwalk.RevWalk rw) |
static void |
store(org.eclipse.jgit.lib.Repository repo,
org.eclipse.jgit.revwalk.RevWalk rw,
Project.NameKey projectName,
String refName,
org.eclipse.jgit.lib.ObjectId oldId,
int val,
GitReferenceUpdated gitRefUpdated) |
static org.eclipse.jgit.lib.RefUpdate |
tryStore(org.eclipse.jgit.lib.Repository repo,
org.eclipse.jgit.revwalk.RevWalk rw,
Project.NameKey projectName,
String refName,
org.eclipse.jgit.lib.ObjectId oldId,
int val,
GitReferenceUpdated gitRefUpdated) |
abstract int |
value() |
public static Optional<IntBlob> parse(org.eclipse.jgit.lib.Repository repo, String refName) throws IOException
IOException
public static Optional<IntBlob> parse(org.eclipse.jgit.lib.Repository repo, String refName, org.eclipse.jgit.revwalk.RevWalk rw) throws IOException
IOException
public static org.eclipse.jgit.lib.RefUpdate tryStore(org.eclipse.jgit.lib.Repository repo, org.eclipse.jgit.revwalk.RevWalk rw, Project.NameKey projectName, String refName, org.eclipse.jgit.lib.ObjectId oldId, int val, GitReferenceUpdated gitRefUpdated) throws IOException
IOException
public static void store(org.eclipse.jgit.lib.Repository repo, org.eclipse.jgit.revwalk.RevWalk rw, Project.NameKey projectName, String refName, org.eclipse.jgit.lib.ObjectId oldId, int val, GitReferenceUpdated gitRefUpdated) throws IOException
IOException
public abstract org.eclipse.jgit.lib.ObjectId id()
public abstract int value()