Uses of Interface
io.snyk.jenkins.config.SnykConfig
-
Packages that use SnykConfig Package Description io.snyk.jenkins io.snyk.jenkins.command io.snyk.jenkins.workflow -
-
Uses of SnykConfig in io.snyk.jenkins
Classes in io.snyk.jenkins that implement SnykConfig Modifier and Type Class Description class
SnykStepBuilder
Methods in io.snyk.jenkins with parameters of type SnykConfig Modifier and Type Method Description static 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 SnykConfig Modifier and Type Method Description static 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 SnykConfig Modifier and Type Class Description class
SnykSecurityStep
Constructors in io.snyk.jenkins.workflow with parameters of type SnykConfig Constructor Description Execution(SnykConfig config, org.jenkinsci.plugins.workflow.steps.StepContext context)
-