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 Commit
CommitsApi. 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 Commit
CommitsApi. 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 CommitAction
CommitAction. withAction(CommitAction.Action action)
CommitAction
CommitAction. withContent(String content)
CommitAction
CommitAction. withEncoding(Constants.Encoding encoding)
CommitAction
CommitAction. withExecuteFilemode(Boolean executeFilemode)
CommitAction
CommitAction. withFileContent(File file, String filePath, Constants.Encoding encoding)
CommitAction
CommitAction. withFileContent(String filePath, Constants.Encoding encoding)
CommitAction
CommitAction. withFilePath(String filePath)
CommitAction
CommitAction. withLastCommitId(String lastCommitId)
CommitAction
CommitAction. 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 CommitPayload
CommitPayload. withAction(CommitAction action)
Method parameters in org.gitlab4j.api.models with type arguments of type CommitAction Modifier and Type Method Description void
CommitPayload. setActions(List<CommitAction> actions)
CommitPayload
CommitPayload. withActions(List<CommitAction> actions)