Package io.jenkins.plugins.sigma
Class SigmaBuildContext
- java.lang.Object
-
- io.jenkins.plugins.sigma.SigmaBuildContext
-
public class SigmaBuildContext extends Object
-
-
Constructor Summary
Constructors Constructor Description SigmaBuildContext(Launcher launcher, TaskListener listener, EnvVars environment, SigmaToolInstallation sigmaToolInstallation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvVarsgetEnvironment()LaunchergetLauncher()TaskListenergetListener()Optional<SigmaToolInstallation>getSigmaToolInstallation()
-
-
-
Constructor Detail
-
SigmaBuildContext
public SigmaBuildContext(Launcher launcher, TaskListener listener, EnvVars environment, @Nullable SigmaToolInstallation sigmaToolInstallation)
-
-
Method Detail
-
getLauncher
public Launcher getLauncher()
-
getListener
public TaskListener getListener()
-
getEnvironment
public EnvVars getEnvironment()
-
getSigmaToolInstallation
public Optional<SigmaToolInstallation> getSigmaToolInstallation()
-
-