| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Commit |
Commit.clone() |
Commit |
FileVersion.getCommit() |
Commit |
GetCommitResult.getCommit()
A commit data type object that contains information about the specified commit.
|
Commit |
Commit.withAdditionalData(String additionalData)
Any other data associated with the specified commit.
|
Commit |
Commit.withAuthor(UserInfo author)
Information about the author of the specified commit.
|
Commit |
Commit.withCommitId(String commitId)
The full SHA ID of the specified commit.
|
Commit |
Commit.withCommitter(UserInfo committer)
Information about the person who committed the specified commit, also known as the committer.
|
Commit |
Commit.withMessage(String message)
The commit message associated with the specified commit.
|
Commit |
Commit.withParents(Collection<String> parents)
A list of parent commits for the specified commit.
|
Commit |
Commit.withParents(String... parents)
A list of parent commits for the specified commit.
|
Commit |
Commit.withTreeId(String treeId)
Tree information for the specified commit.
|
| Modifier and Type | Method and Description |
|---|---|
List<Commit> |
BatchGetCommitsResult.getCommits()
An array of commit data type objects, each of which contains information about a specified commit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileVersion.setCommit(Commit commit) |
void |
GetCommitResult.setCommit(Commit commit)
A commit data type object that contains information about the specified commit.
|
FileVersion |
FileVersion.withCommit(Commit commit) |
GetCommitResult |
GetCommitResult.withCommit(Commit commit)
A commit data type object that contains information about the specified commit.
|
BatchGetCommitsResult |
BatchGetCommitsResult.withCommits(Commit... commits)
An array of commit data type objects, each of which contains information about a specified commit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetCommitsResult.setCommits(Collection<Commit> commits)
An array of commit data type objects, each of which contains information about a specified commit.
|
BatchGetCommitsResult |
BatchGetCommitsResult.withCommits(Collection<Commit> commits)
An array of commit data type objects, each of which contains information about a specified commit.
|
Copyright © 2023. All rights reserved.