Module: Jenkins2::API::Computer

Included in:
Jenkins2::API
Defined in:
lib/jenkins2/api/computer.rb

Defined Under Namespace

Classes: Proxy

Instance Method Summary collapse

Instance Method Details

#computer(id = nil, **params) ⇒ Object



10
11
12
13
14
# File 'lib/jenkins2/api/computer.rb', line 10

def computer(id=nil, **params)
	proxy = Proxy.new connection, 'computer', params
	proxy.id = id
	proxy
end