| Package | Description |
|---|---|
| io.jenkins.plugins.oak9.model |
| Modifier and Type | Method and Description |
|---|---|
ResultRef |
Result.getResultRef() |
ResultRef |
ValidationResult.getResultRef() |
| Modifier and Type | Method and Description |
|---|---|
void |
Result.setResultRef(ResultRef resultRef) |
void |
ValidationResult.setResultRef(ResultRef resultRef) |
| 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) |
Copyright © 2016–2021. All rights reserved.