Class: Jenkins2::API::Credentials::Proxy

Inherits:
ResourceProxy show all
Defined in:
lib/jenkins2/api/credentials.rb

Instance Attribute Summary

Attributes inherited from ResourceProxy

#connection, #path

Instance Method Summary collapse

Methods inherited from ResourceProxy

#initialize, #method_missing, #raw, #respond_to_missing?, #subject

Constructor Details

This class inherits a constructor from Jenkins2::ResourceProxy

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Jenkins2::ResourceProxy

Instance Method Details

#store(id, params = {}) ⇒ Object



13
14
15
16
# File 'lib/jenkins2/api/credentials.rb', line 13

def store(id, params={})
	path = build_path 'store', id
	Store::Proxy.new connection, path, params
end