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
Nested ClassesModifier and TypeClassDescriptionstatic classprotected static interface - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddArgument(ArgumentListBuilder args, FilePath workspace, EnvVars envVars, TaskListener listener) protected abstract Inventory.InventoryHandlervoidtearDown(TaskListener listener)  
- 
Constructor Details
- 
Inventory
public Inventory() 
 - 
 - 
Method Details
- 
getDescriptor
- Specified by:
 getDescriptorin interfaceDescribable<Inventory>- See Also:
 
 - 
getHandler
 - 
addArgument
public void addArgument(ArgumentListBuilder args, FilePath workspace, EnvVars envVars, TaskListener listener) throws InterruptedException, IOException - Throws:
 InterruptedExceptionIOException
 - 
tearDown
- Throws:
 InterruptedExceptionIOException
 
 -