Uses of Class
org.jenkinsci.plugins.windows_exe_runner.ExeInstallation
-
Packages that use ExeInstallation Package Description org.jenkinsci.plugins.windows_exe_runner -
-
Uses of ExeInstallation in org.jenkinsci.plugins.windows_exe_runner
Methods in org.jenkinsci.plugins.windows_exe_runner that return ExeInstallation Modifier and Type Method Description ExeInstallation
ExeInstallation. forEnvironment(EnvVars environment)
ExeInstallation
ExeInstallation. forNode(Node node, TaskListener log)
ExeInstallation
ExeBuilder. getInstallation()
ExeInstallation[]
ExeBuilder.DescriptorImpl. getInstallations()
ExeInstallation[]
ExeInstallation.DescriptorImpl. getInstallations()
Methods in org.jenkinsci.plugins.windows_exe_runner with parameters of type ExeInstallation Modifier and Type Method Description void
ExeBuilder.DescriptorImpl. setInstallations(ExeInstallation... installations)
void
ExeInstallation.DescriptorImpl. setInstallations(ExeInstallation... installations)
-