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