Package io.forgeai.jenkins.steps
Class ForgeAIScanStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
io.forgeai.jenkins.steps.ForgeAIScanStep
- All Implemented Interfaces:
ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class ForgeAIScanStep
extends org.jenkinsci.plugins.workflow.steps.Step
Granular single-analyzer step.
Usage:
def result = forgeAIScan analyzer: 'vulnerability', source: readFile('src/Main.java')
echo "Security score: ${result.score}"
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetContext(String v) voidorg.jenkinsci.plugins.workflow.steps.StepExecutionstart(org.jenkinsci.plugins.workflow.steps.StepContext ctx) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
ForgeAIScanStep
-
-
Method Details