Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and Description |
---|---|
DiffSection |
DiffSection.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DiffSection> |
DiffChunk.getDiffSections()
List of difference section.
|
Modifier and Type | Method and Description |
---|---|
DiffSection.Builder |
DiffSection.Builder.copy(DiffSection model) |
Modifier and Type | Method and Description |
---|---|
DiffChunk.Builder |
DiffChunk.Builder.diffSections(List<DiffSection> diffSections)
List of difference section.
|
Constructor and Description |
---|
DiffChunk(Integer baseLine,
Integer baseSpan,
Integer targetLine,
Integer targetSpan,
List<DiffSection> diffSections)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.