| Package | Description |
|---|---|
| co.ostorlab.ci.jenkins.connector | |
| co.ostorlab.ci.jenkins.plugin |
| Modifier and Type | Method and Description |
|---|---|
RiskInfo.RISK |
RiskInfo.getRisk()
Gets risk.
|
RiskInfo.RISK |
OParameters.getRiskThreshold()
Gets risk threshold.
|
static RiskInfo.RISK |
RiskInfo.RISK.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RiskInfo.RISK[] |
RiskInfo.RISK.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RiskInfo.setRisk(RiskInfo.RISK risk)
Sets risk.
|
| Modifier and Type | Method and Description |
|---|---|
RiskInfo.RISK |
OPlugin.getRiskThreshold() |
| Modifier and Type | Method and Description |
|---|---|
void |
OPlugin.setScoreThreshold(RiskInfo.RISK riskThreshold)
Sets score threshold.
|
| Constructor and Description |
|---|
OPlugin(String filePath,
String title,
String scanProfile,
String platform,
boolean waitForResults,
int waitMinutes,
boolean breakBuildOnScore,
RiskInfo.RISK riskThreshold,
String apiKey,
String JsonCredentials)
Instantiates a new O plugin.
|
Copyright © 2016–2025. All rights reserved.