Module: Fuci::TeamCity
- Extended by:
- Forwardable
- Includes:
- Configurable
- Defined in:
- lib/fuci/team_city.rb,
lib/fuci/team_city/build.rb,
lib/fuci/team_city/builds.rb,
lib/fuci/team_city/server.rb,
lib/fuci/team_city/project.rb,
lib/fuci/team_city/request.rb,
lib/fuci/team_city/version.rb,
lib/fuci/team_city/cli_options.rb,
lib/fuci/team_city/xml_doc_builder.rb
Defined Under Namespace
Classes: Build, Builds, CliOptions, Project, Request, Server, XmlDocBuilder
Constant Summary collapse
- VERSION =
"0.1.0"
Class Attribute Summary collapse
-
.default_branch ⇒ Object
Returns the value of attribute default_branch.
-
.host ⇒ Object
Returns the value of attribute host.
-
.password ⇒ Object
Returns the value of attribute password.
-
.project ⇒ Object
Returns the value of attribute project.
-
.username ⇒ Object
Returns the value of attribute username.
Class Attribute Details
.default_branch ⇒ Object
Returns the value of attribute default_branch.
19 20 21 |
# File 'lib/fuci/team_city.rb', line 19 def default_branch @default_branch end |
.host ⇒ Object
Returns the value of attribute host.
19 20 21 |
# File 'lib/fuci/team_city.rb', line 19 def host @host end |
.password ⇒ Object
Returns the value of attribute password.
19 20 21 |
# File 'lib/fuci/team_city.rb', line 19 def password @password end |
.project ⇒ Object
Returns the value of attribute project.
19 20 21 |
# File 'lib/fuci/team_city.rb', line 19 def project @project end |
.username ⇒ Object
Returns the value of attribute username.
19 20 21 |
# File 'lib/fuci/team_city.rb', line 19 def username @username end |