| Package | Description |
|---|---|
| io.jenkins.plugins.oak9.model | |
| io.jenkins.plugins.oak9.utils |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
ApiResponse.getResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiResponse.setResult(ValidationResult result) |
| Constructor and Description |
|---|
ApiResponse(String requestId,
String status,
Object summary,
Object errorMessage,
ValidationResult result,
Object resultsUrl) |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
Oak9ApiClient.postFileValidation(String fileName,
ByteArrayOutputStream file)
post file for validation endpoint without providing a starting count of attempts
|
ValidationResult |
Oak9ApiClient.postFileValidation(String fileName,
ByteArrayOutputStream file,
int attempts)
post file for validation endpoint with a starting count of attempts
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse |
Oak9ApiClient.pollStatus(ValidationResult result)
Poll oak9 for validation status
|
ApiResponse |
Oak9ApiClient.pollStatus(ValidationResult result,
int attempts)
Poll oak9 for validation status
|
Copyright © 2016–2021. All rights reserved.