| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
FileVersion |
FileVersion.clone() |
FileVersion |
FileVersion.withBlobId(String blobId)
The blob ID of the object that represents the content of the file in this version.
|
FileVersion |
FileVersion.withCommit(Commit commit) |
FileVersion |
FileVersion.withPath(String path)
The name and path of the file at which this blob is indexed which contains the data for this version of the file.
|
FileVersion |
FileVersion.withRevisionChildren(Collection<String> revisionChildren)
An array of commit IDs that contain more recent versions of this file.
|
FileVersion |
FileVersion.withRevisionChildren(String... revisionChildren)
An array of commit IDs that contain more recent versions of this file.
|
| Modifier and Type | Method and Description |
|---|---|
List<FileVersion> |
ListFileCommitHistoryResult.getRevisionDag()
An array of FileVersion objects that form a directed acyclic graph (DAG) of the changes to the file made by the
commits that changed the file.
|
| Modifier and Type | Method and Description |
|---|---|
ListFileCommitHistoryResult |
ListFileCommitHistoryResult.withRevisionDag(FileVersion... revisionDag)
An array of FileVersion objects that form a directed acyclic graph (DAG) of the changes to the file made by the
commits that changed the file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFileCommitHistoryResult.setRevisionDag(Collection<FileVersion> revisionDag)
An array of FileVersion objects that form a directed acyclic graph (DAG) of the changes to the file made by the
commits that changed the file.
|
ListFileCommitHistoryResult |
ListFileCommitHistoryResult.withRevisionDag(Collection<FileVersion> revisionDag)
An array of FileVersion objects that form a directed acyclic graph (DAG) of the changes to the file made by the
commits that changed the file.
|
Copyright © 2024. All rights reserved.