| Constructor and description |
|---|
MailPatch
(org.eclipse.jgit.lib.PersonIdent author, java.lang.String message) |
| Type | Name and description |
|---|---|
static MailPatch |
parse(java.io.InputStream is) |
static MailPatch |
parse(java.io.BufferedReader reader) |
boolean |
represents(org.eclipse.jgit.revwalk.RevCommit commit) |
static java.lang.String |
suggestFileName(org.eclipse.jgit.revwalk.RevCommit commit, int num) |
static void |
writeHeader(org.eclipse.jgit.revwalk.RevCommit commit, java.io.Writer writer) |
static void |
writePatch(org.eclipse.jgit.lib.Repository repo, org.eclipse.jgit.revwalk.RevCommit commit, java.io.OutputStream out) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation