Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and Description |
---|---|
DiffResponseEntry |
DiffResponseEntry.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DiffResponseEntry> |
DiffResponse.getChanges()
List of changes in the difference.
|
Modifier and Type | Method and Description |
---|---|
DiffResponseEntry.Builder |
DiffResponseEntry.Builder.copy(DiffResponseEntry model) |
Modifier and Type | Method and Description |
---|---|
DiffResponse.Builder |
DiffResponse.Builder.changes(List<DiffResponseEntry> changes)
List of changes in the difference.
|
Constructor and Description |
---|
DiffResponse(Boolean areAllChangesIncluded,
Map<String,Integer> changeTypeCount,
String commonCommit,
Integer commitsAheadCount,
Integer commitsBehindCount,
Integer addedLinesCount,
Integer deletedLinesCount,
List<DiffResponseEntry> changes)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.