| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHCommitBuilder |
GHCommitBuilder.author(String name,
String email,
Date date)
Configures the author of this commit.
|
GHCommitBuilder |
GHCommitBuilder.committer(String name,
String email,
Date date)
Configures the committer of this commit.
|
GHCommitBuilder |
GHRepository.createCommit()
Create commit gh commit builder.
|
GHCommitBuilder |
GHCommitBuilder.message(String message)
Message gh commit builder.
|
GHCommitBuilder |
GHCommitBuilder.parent(String parent)
Parent gh commit builder.
|
GHCommitBuilder |
GHCommitBuilder.tree(String tree)
Tree gh commit builder.
|
Copyright © 2020. All rights reserved.