Package org.jenkinsci.plugins.ansible
Class CLIRunner
java.lang.Object
org.jenkinsci.plugins.ansible.CLIRunner
Created with IntelliJ IDEA.
User: sirot
Date: 23/05/15
Time: 22:56
To change this template use File | Settings | File Templates.
-
Constructor Summary
ConstructorDescriptionCLIRunner
(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) CLIRunner
(Run<?, ?> build, FilePath ws, Launcher launcher, TaskListener listener) -
Method Summary
Modifier and TypeMethodDescriptionboolean
execute
(ArgumentListBuilder args, Map<String, String> environment)
-
Constructor Details
-
CLIRunner
-
CLIRunner
-
-
Method Details
-
execute
public boolean execute(ArgumentListBuilder args, Map<String, String> environment) throws IOException, InterruptedException- Throws:
IOException
InterruptedException
-