| Package | Description |
|---|---|
| io.jenkins.plugins.oak9.model | |
| io.jenkins.plugins.oak9.utils |
| Modifier and Type | Method and Description |
|---|---|
List<DesignGap> |
ValidationResult.getDesignGaps() |
List<DesignGap> |
Result.getDesignGaps() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationResult.setDesignGaps(List<DesignGap> designGaps) |
void |
Result.setDesignGaps(List<DesignGap> designGaps) |
| Constructor and Description |
|---|
Result(String requestId,
Object repositoryName,
String timeStamp,
List<Resource> resources,
String status,
Object errorMessage,
Object source,
List<DesignGap> designGaps,
ResultRef resultRef,
List<Object> results,
String orgId,
String projectId,
String version,
String entityType) |
ValidationResult(String requestId,
Object repositoryName,
String timeStamp,
List<Object> resources,
String status,
Object errorMessage,
Object source,
List<DesignGap> designGaps,
ResultRef resultRef,
List<Object> results,
String orgId,
String projectId,
String version,
String entityType) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ArtifactGenerator.generateDesignGapXmlDocument(List<DesignGap> designGaps) |
Copyright © 2016–2021. All rights reserved.