-
public final class GitKt
-
-
Method Summary
Modifier and Type Method Description final Gitclone(Repository $self, Branch branch, File destination, Credentials credentials)final DirCacheadd(Git $self, File location, Iterable<Change> changes)final RevCommitcommit(Git $self, String message, CommitAuthor author)final List<RemoteRefUpdate>pushTo(Git $self, String branch, Credentials credentials)final PullRequestcreatePullRequest(Repository $self, Operation update, String head, String base, Credentials credentials)final UnitapplyLabels(Repository $self, Collection<Label> labels, PullRequest pr, Credentials credentials)-
-
Method Detail
-
clone
final Git clone(Repository $self, Branch branch, File destination, Credentials credentials)
-
commit
final RevCommit commit(Git $self, String message, CommitAuthor author)
-
pushTo
final List<RemoteRefUpdate> pushTo(Git $self, String branch, Credentials credentials)
-
createPullRequest
final PullRequest createPullRequest(Repository $self, Operation update, String head, String base, Credentials credentials)
-
applyLabels
final Unit applyLabels(Repository $self, Collection<Label> labels, PullRequest pr, Credentials credentials)
-
-
-
-