Class: Jenkins2::API
- Inherits:
-
Object
- Object
- Jenkins2::API
- Includes:
- Computer, Credentials, Job, Plugins, RoleStrategy, Root, User, View
- Defined in:
- lib/jenkins2/api.rb,
lib/jenkins2/api/job.rb,
lib/jenkins2/api/rud.rb,
lib/jenkins2/api/root.rb,
lib/jenkins2/api/user.rb,
lib/jenkins2/api/view.rb,
lib/jenkins2/api/plugins.rb,
lib/jenkins2/api/computer.rb,
lib/jenkins2/api/credentials.rb,
lib/jenkins2/api/role_strategy.rb
Defined Under Namespace
Modules: Computer, Credentials, Job, Plugins, RUD, RoleStrategy, Root, User, View
Constant Summary
Constants included from View
Instance Attribute Summary collapse
-
#connection ⇒ Object
readonly
Returns the value of attribute connection.
Instance Method Summary collapse
-
#initialize(**options) ⇒ API
constructor
A new instance of API.
Methods included from View
Methods included from User
Methods included from Root
#cancel_quiet_down, #quiet_down, #restart, #restart!, #root, #version
Methods included from RoleStrategy
Methods included from Plugins
Methods included from Job
Methods included from Computer
Methods included from Credentials
Constructor Details
Instance Attribute Details
#connection ⇒ Object (readonly)
Returns the value of attribute connection.
27 28 29 |
# File 'lib/jenkins2/api.rb', line 27 def connection @connection end |