Package org.gitlab4j.api.models
Class CommitPayload
java.lang.Object
org.gitlab4j.api.models.CommitPayload
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetForce()getStats()voidsetActions(List<CommitAction> actions) voidsetAuthorEmail(String authorEmail) voidsetAuthorName(String authorName) voidvoidsetCommitMessage(String commitMessage) voidvoidsetStartBranch(String startBranch) voidsetStartProject(Object startProject) voidsetStartSha(String startSha) voidtoString()withAction(CommitAction action) withAction(CommitAction.Action action, String filePath) withAction(CommitAction.Action action, String content, String filePath) withActions(List<CommitAction> actions) withAuthorEmail(String authorEmail) withAuthorName(String authorName) withBranch(String branch) withCommitMessage(String commitMessage) withStartBranch(String startBranch) withStartProject(Object startProject) withStartSha(String startSha)
-
Constructor Details
-
CommitPayload
public CommitPayload()
-
-
Method Details
-
getBranch
-
setBranch
-
withBranch
-
getCommitMessage
-
setCommitMessage
-
withCommitMessage
-
getStartBranch
-
setStartBranch
-
withStartBranch
-
getStartSha
-
setStartSha
-
withStartSha
-
getStartProject
-
setStartProject
-
withStartProject
-
getActions
-
setActions
-
withActions
-
withAction
-
withAction
-
withAction
-
getAuthorEmail
-
setAuthorEmail
-
withAuthorEmail
-
getAuthorName
-
setAuthorName
-
withAuthorName
-
getStats
-
setStats
-
withStats
-
getForce
-
setForce
-
withForce
-
toString
-