Class: Ansible::Ruby::Modules::Jboss
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Jboss
- Defined in:
- lib/ansible/ruby/modules/generated/extras/web_infrastructure/jboss.rb
Instance Method Summary collapse
-
#deploy_path ⇒ String?
The location in the filesystem where the deployment scanner listens.
-
#deployment ⇒ String
The name of the deployment.
-
#src ⇒ String?
The remote path of the application ear or war to deploy.
-
#state ⇒ :present, ...
Whether the application should be deployed or undeployed.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#deploy_path ⇒ String?
Returns The location in the filesystem where the deployment scanner listens.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/jboss.rb', line 18 attribute :deploy_path |
#deployment ⇒ String
Returns The name of the deployment.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/jboss.rb', line 10 attribute :deployment |
#src ⇒ String?
Returns The remote path of the application ear or war to deploy.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/jboss.rb', line 14 attribute :src |
#state ⇒ :present, ...
Returns Whether the application should be deployed or undeployed.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/jboss.rb', line 22 attribute :state |