Uses of Class
org.jenkinsci.plugins.ansible.Inventory
Packages that use Inventory
-
Uses of Inventory in org.jenkinsci.plugins.ansible
Subclasses of Inventory in org.jenkinsci.plugins.ansibleModifier and TypeClassDescriptionclass
Inline content for Ansible inventory.class
Path to a file containing an Ansible inventoryclass
Path to a file containing an Ansible inventoryFields in org.jenkinsci.plugins.ansible declared as InventoryModifier and TypeFieldDescriptionfinal Inventory
AnsibleAdHocCommandBuilder.inventory
Path to the inventory file.final Inventory
AnsiblePlaybookBuilder.inventory
Methods in org.jenkinsci.plugins.ansible that return types with arguments of type InventoryConstructors in org.jenkinsci.plugins.ansible with parameters of type InventoryModifierConstructorDescriptionAnsibleAdHocCommandBuilder
(String ansibleName, String hostPattern, Inventory inventory, String module, String command, String credentialsId, boolean sudo, String sudoUser, int forks, boolean unbufferedOutput, boolean colorizedOutput, boolean hostKeyChecking, String additionalParameters) Deprecated.AnsibleAdHocCommandBuilder
(String hostPattern, Inventory inventory, String module, String command) AnsiblePlaybookBuilder
(String ansibleName, String playbook, Inventory inventory, String limit, String tags, String skippedTags, String startAtTask, String credentialsId, boolean sudo, String sudoUser, int forks, boolean unbufferedOutput, boolean colorizedOutput, boolean hostKeyChecking, String additionalParameters) Deprecated.AnsiblePlaybookBuilder
(String playbook, Inventory inventory) -
Uses of Inventory in org.jenkinsci.plugins.ansible.jobdsl.context
Methods in org.jenkinsci.plugins.ansible.jobdsl.context that return Inventory