Package org.jenkinsci.plugins.ansible
Interface Inventory.InventoryHandler
- Enclosing class:
- Inventory
protected static interface Inventory.InventoryHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addArgument
(ArgumentListBuilder args, FilePath workspace, EnvVars envVars, TaskListener listener) void
tearDown
(TaskListener listener)
-
Method Details
-
addArgument
void addArgument(ArgumentListBuilder args, FilePath workspace, EnvVars envVars, TaskListener listener) throws InterruptedException, IOException - Throws:
InterruptedException
IOException
-
tearDown
- Throws:
InterruptedException
IOException
-