Package org.jenkinsci.plugins.ansible
Class Inventory
java.lang.Object
org.jenkinsci.plugins.ansible.Inventory
- All Implemented Interfaces:
Describable<Inventory>
- Direct Known Subclasses:
InventoryContent
,InventoryDoNotSpecify
,InventoryPath
Common Ansible inventory.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
protected static interface
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addArgument
(ArgumentListBuilder args, FilePath workspace, EnvVars envVars, TaskListener listener) protected abstract Inventory.InventoryHandler
void
tearDown
(TaskListener listener)
-
Constructor Details
-
Inventory
public Inventory()
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<Inventory>
- See Also:
-
getHandler
-
addArgument
public void addArgument(ArgumentListBuilder args, FilePath workspace, EnvVars envVars, TaskListener listener) throws InterruptedException, IOException - Throws:
InterruptedException
IOException
-
tearDown
- Throws:
InterruptedException
IOException
-