public class Commit extends Object
Constructor and Description |
---|
Commit(Git git,
String branchName,
CommitInfo commitInfo,
boolean amend,
org.eclipse.jgit.lib.ObjectId originId,
CommitContent content) |
Commit(Git git,
String branchName,
String name,
String email,
String message,
TimeZone timeZone,
Date when,
boolean amend,
Map<String,File> content) |
public Commit(Git git, String branchName, String name, String email, String message, TimeZone timeZone, Date when, boolean amend, Map<String,File> content)
public Commit(Git git, String branchName, CommitInfo commitInfo, boolean amend, org.eclipse.jgit.lib.ObjectId originId, CommitContent content)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.