Package | Description |
---|---|
io.jenkins.plugins.insightappsec |
Modifier and Type | Method and Description |
---|---|
static BuildAdvanceIndicator |
BuildAdvanceIndicator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildAdvanceIndicator[] |
BuildAdvanceIndicator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ScanResultHandler.handleScanResults(Run<?,?> run,
InsightAppSecLogger logger,
BuildAdvanceIndicator buildAdvanceIndicator,
ScanResults scanResults,
boolean enableScanResults) |
Optional<ScanResults> |
InsightAppSecScanStepRunner.run(String scanConfigId,
BuildAdvanceIndicator buildAdvanceIndicator,
String vulnerabilityQuery) |
Constructor and Description |
---|
ScanDurationHandler(BuildAdvanceIndicator buildAdvanceIndicator,
ScanApi scanApi,
InsightAppSecLogger logger,
Long buildStartTimeMillis,
Long maxScanPendingDurationMillis,
Long maxScanExecutionDurationMillis) |
Copyright © 2016–2023. All rights reserved.