Uses of Interface
io.snyk.jenkins.config.SnykConfig
Packages that use SnykConfig
-
Uses of SnykConfig in io.snyk.jenkins
Classes in io.snyk.jenkins that implement SnykConfigMethods in io.snyk.jenkins with parameters of type SnykConfigModifier and TypeMethodDescriptionstatic voidSnykMonitor.monitorProject(SnykContext context, SnykConfig config, SnykInstallation installation, String snykToken) static voidSnykStepFlow.perform(SnykConfig config, Supplier<SnykContext> contextSupplier) static SnykTest.ResultSnykTest.testProject(SnykContext context, SnykConfig config, SnykInstallation installation, String snykToken) -
Uses of SnykConfig in io.snyk.jenkins.command
Methods in io.snyk.jenkins.command with parameters of type SnykConfigModifier and TypeMethodDescriptionstatic ArgumentListBuilderCommandLine.asArgumentList(String executablePath, Command command, SnykConfig config, EnvVars env) -
Uses of SnykConfig in io.snyk.jenkins.workflow
Classes in io.snyk.jenkins.workflow that implement SnykConfigConstructors in io.snyk.jenkins.workflow with parameters of type SnykConfigModifierConstructorDescriptionExecution(SnykConfig config, org.jenkinsci.plugins.workflow.steps.StepContext context)