Module: TeamcityHooks
- Defined in:
- lib/teamcity_hooks.rb,
lib/teamcity_hooks/version.rb,
lib/teamcity_hooks/configuration.rb
Defined Under Namespace
Classes: Configuration
Constant Summary collapse
- VERSION =
"0.0.1"
Class Method Summary collapse
-
.configure {|configuration| ... } ⇒ Object
@api: @configure TeamcityHooks.configure do |c| c.config_file c.endpoint = ‘teamcity.renewfund.com’ c.username = ” c.password = ” end.
Class Method Details
.configure {|configuration| ... } ⇒ Object
@api: @configure TeamcityHooks.configure do |c|
c.config_file
c.endpoint = 'http://teamcity.renewfund.com'
c.username = ''
c.password = ''
end
10 11 12 |
# File 'lib/teamcity_hooks/configuration.rb', line 10 def configure(&block) yield configuration end |