Uses of Class
org.gitlab4j.api.models.CommitAction
| Package | Description |
|---|---|
| org.gitlab4j.api | |
| org.gitlab4j.api.models |
-
Uses of CommitAction in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type CommitAction Modifier and Type Method Description CommitCommitsApi. createCommit(Object projectIdOrPath, String branch, String commitMessage, String startBranch, String authorEmail, String authorName, CommitAction action)Create a commit with single file and action.Method parameters in org.gitlab4j.api with type arguments of type CommitAction Modifier and Type Method Description CommitCommitsApi. createCommit(Object projectIdOrPath, String branch, String commitMessage, String startBranch, String authorEmail, String authorName, List<CommitAction> actions)Create a commit with multiple files and actions. -
Uses of CommitAction in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return CommitAction Modifier and Type Method Description CommitActionCommitAction. withAction(CommitAction.Action action)CommitActionCommitAction. withContent(String content)CommitActionCommitAction. withEncoding(Constants.Encoding encoding)CommitActionCommitAction. withExecuteFilemode(Boolean executeFilemode)CommitActionCommitAction. withFileContent(File file, String filePath, Constants.Encoding encoding)CommitActionCommitAction. withFileContent(String filePath, Constants.Encoding encoding)CommitActionCommitAction. withFilePath(String filePath)CommitActionCommitAction. withLastCommitId(String lastCommitId)CommitActionCommitAction. withPreviousPath(String previousPath)Methods in org.gitlab4j.api.models that return types with arguments of type CommitAction Modifier and Type Method Description List<CommitAction>CommitPayload. getActions()Methods in org.gitlab4j.api.models with parameters of type CommitAction Modifier and Type Method Description CommitPayloadCommitPayload. withAction(CommitAction action)Method parameters in org.gitlab4j.api.models with type arguments of type CommitAction Modifier and Type Method Description voidCommitPayload. setActions(List<CommitAction> actions)CommitPayloadCommitPayload. withActions(List<CommitAction> actions)