Uses of Class
com.amazonaws.services.codecommit.model.Commit
Packages that use Commit
-
Uses of Commit in com.amazonaws.services.codecommit.model
Methods in com.amazonaws.services.codecommit.model that return CommitModifier and TypeMethodDescriptionCommit.clone()
GetCommitResult.getCommit()
Information about the specified commit.Commit.withAdditionalData
(String additionalData) Any additional data associated with the specified commit.Commit.withAuthor
(UserInfo author) Information about the author of the specified commit.Commit.withCommitter
(UserInfo committer) Information about the person who committed the specified commit, also known as the committer.Commit.withMessage
(String message) The message associated with the specified commit.Commit.withParents
(String... parents) The parent list for the specified commit.Commit.withParents
(Collection<String> parents) The parent list for the specified commit.Commit.withTreeId
(String treeId) Tree information for the specified commit.Methods in com.amazonaws.services.codecommit.model with parameters of type CommitModifier and TypeMethodDescriptionvoid
Information about the specified commit.GetCommitResult.withCommit
(Commit commit) Information about the specified commit.