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 void
SnykMonitor.monitorProject
(SnykContext context, SnykConfig config, SnykInstallation installation, String snykToken) static void
SnykStepFlow.perform
(SnykConfig config, Supplier<SnykContext> contextSupplier) static SnykTest.Result
SnykTest.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 ArgumentListBuilder
CommandLine.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)