Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method | Description |
---|---|---|
Commit |
CommitsApi.createCommit(int projectId,
String branch,
String commitMessage,
String startBranch,
String authorEmail,
String authorName,
List<CommitAction> actions) |
Create a commit with multiple files and actions.
|
Commit |
CommitsApi.createCommit(String project,
String branch,
String commitMessage,
String startBranch,
String authorEmail,
String authorName,
List<CommitAction> actions) |
Create a commit with multiple files and actions.
|
Modifier and Type | Method | Description |
---|---|---|
CommitAction |
CommitAction.withAction(CommitAction.Action action) |
|
CommitAction |
CommitAction.withContent(String content) |
|
CommitAction |
CommitAction.withEncoding(CommitAction.Encoding encoding) |
|
CommitAction |
CommitAction.withFilePath(String filePath) |
|
CommitAction |
CommitAction.withLastCommitId(String lastCommitId) |
|
CommitAction |
CommitAction.withPreviousPath(String previousPath) |
Modifier and Type | Method | Description |
---|---|---|
List<CommitAction> |
CommitPayload.getActions() |
Modifier and Type | Method | Description |
---|---|---|
void |
CommitPayload.setActions(List<CommitAction> actions) |
Copyright © 2018. All rights reserved.