Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and Description |
---|---|
DiffChunk |
DiffChunk.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DiffChunk> |
DiffSummary.getChanges()
List of changed section in the file.
|
List<DiffChunk> |
FileDiffResponse.getChanges()
List of changed section in the file.
|
Modifier and Type | Method and Description |
---|---|
DiffChunk.Builder |
DiffChunk.Builder.copy(DiffChunk model) |
Modifier and Type | Method and Description |
---|---|
DiffSummary.Builder |
DiffSummary.Builder.changes(List<DiffChunk> changes)
List of changed section in the file.
|
FileDiffResponse.Builder |
FileDiffResponse.Builder.changes(List<DiffChunk> changes)
List of changed section in the file.
|
Constructor and Description |
---|
DiffSummary(String oldPath,
String newPath,
String oldId,
String newId,
Boolean areConflictsInFile,
Boolean isLarge,
Boolean isBinary,
List<DiffChunk> changes,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
FileDiffResponse(String oldPath,
String newPath,
String oldId,
String newId,
Boolean areConflictsInFile,
Boolean isLarge,
Boolean isBinary,
List<DiffChunk> changes)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.