teamcity_ruby 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/teamcity_ruby/build_configuration.rb +38 -15
- data/lib/teamcity_ruby/version.rb +1 -1
- data/lib/teamcity_ruby.rb +2 -0
- data/spec/cassettes/TeamcityRuby_BuildConfiguration/{a_existing_build_configuration/can_get_a_build_step_added_to_it.yml → an_existing_build_configuration/has_a_build_step_added_to_it.yml} +103 -103
- data/spec/cassettes/TeamcityRuby_BuildConfiguration/{a_existing_build_configuration/can_get_a_build_trigger_added_to_it.yml → an_existing_build_configuration/has_a_build_trigger_added_to_it.yml} +93 -93
- data/spec/cassettes/TeamcityRuby_BuildConfiguration/{a_existing_build_configuration/can_get_a_vcs_root_attached_with_specific_checkout_rules.yml → an_existing_build_configuration/has_a_vcs_root_attached_to_it_with_specific_checkout_rules.yml} +106 -106
- data/spec/cassettes/TeamcityRuby_BuildConfiguration/an_existing_build_configuration/has_settings_definitions.yml +333 -0
- data/spec/cassettes/TeamcityRuby_BuildConfiguration/fetches_a_specific_build_configuration_by_id.yml +80 -80
- data/spec/cassettes/TeamcityRuby_BuildConfiguration/lists_all_build_configurations.yml +116 -116
- data/spec/cassettes/TeamcityRuby_Project/creates_a_project_copying_its_settings_from_a_source_project.yml +93 -93
- data/spec/cassettes/TeamcityRuby_Project/creates_a_project_with_a_parent_project.yml +48 -48
- data/spec/cassettes/TeamcityRuby_Project/destroys_a_specific_project.yml +64 -64
- data/spec/cassettes/TeamcityRuby_Project/fetches_a_specific_project_by_id_locator.yml +64 -64
- data/spec/cassettes/TeamcityRuby_Project/fetches_a_specific_project_by_name_locator.yml +56 -56
- data/spec/cassettes/TeamcityRuby_Project/lists_all_projects_including_root_built_in_on_TeamCity_.yml +68 -68
- data/spec/cassettes/TeamcityRuby_VcsRoot/lists_all_vcs_roots.yml +52 -52
- data/spec/spec_helper.rb +1 -0
- data/spec/teamcity_ruby/build_configuration_spec.rb +12 -4
- metadata +12 -10
@@ -17,27 +17,27 @@ http_interactions:
|
|
17
17
|
message: OK
|
18
18
|
headers:
|
19
19
|
Date:
|
20
|
-
-
|
21
|
-
Transfer-Encoding:
|
22
|
-
- chunked
|
20
|
+
- Fri, 23 May 2014 04:53:05 GMT
|
23
21
|
Server:
|
24
22
|
- Apache-Coyote/1.1
|
25
|
-
|
26
|
-
-
|
27
|
-
-
|
28
|
-
Content-Type:
|
29
|
-
- application/json
|
23
|
+
Cache-Control:
|
24
|
+
- no-cache
|
25
|
+
- no-store
|
30
26
|
Pragma:
|
31
27
|
- no-cache
|
28
|
+
Transfer-Encoding:
|
29
|
+
- chunked
|
30
|
+
Content-Type:
|
31
|
+
- application/json
|
32
|
+
Set-Cookie:
|
33
|
+
- RememberMe=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; HttpOnly
|
34
|
+
- TCSESSIONID=4B8CC25E67BA31FAADCF91B397666942; Path=/; HttpOnly
|
32
35
|
Expires:
|
33
36
|
- Thu, 01 Jan 1970 00:00:00 GMT
|
34
|
-
Cache-Control:
|
35
|
-
- no-cache
|
36
|
-
- no-store
|
37
37
|
body:
|
38
38
|
string: "{\"project\":[{\"id\":\"_Root\",\"name\":\"<Root project>\",\"href\":\"/httpAuth/app/rest/projects/id:_Root\",\"archived\":false,\"webUrl\":\"http://localhost:8111/project.html?projectId=_Root\"},{\"id\":\"BaseProject\",\"name\":\"Base Project\",\"href\":\"/httpAuth/app/rest/projects/id:BaseProject\",\"archived\":false,\"webUrl\":\"http://localhost:8111/project.html?projectId=BaseProject\",\"parentProjectId\":\"_Root\"},{\"id\":\"ProjectCopy_2\",\"name\":\"Project Copy\",\"href\":\"/httpAuth/app/rest/projects/id:ProjectCopy_2\",\"archived\":false,\"webUrl\":\"http://localhost:8111/project.html?projectId=ProjectCopy_2\",\"parentProjectId\":\"_Root\"}]}"
|
39
39
|
http_version:
|
40
|
-
recorded_at:
|
40
|
+
recorded_at: Fri, 23 May 2014 04:53:05 GMT
|
41
41
|
- request:
|
42
42
|
method: delete
|
43
43
|
uri: http://teamcity:teamcity@localhost:8111/httpAuth/app/rest/projects/id:_Root
|
@@ -54,30 +54,30 @@ http_interactions:
|
|
54
54
|
message: Forbidden
|
55
55
|
headers:
|
56
56
|
Date:
|
57
|
-
-
|
58
|
-
Transfer-Encoding:
|
59
|
-
- chunked
|
57
|
+
- Fri, 23 May 2014 04:53:05 GMT
|
60
58
|
Server:
|
61
59
|
- Apache-Coyote/1.1
|
62
|
-
|
63
|
-
-
|
64
|
-
-
|
65
|
-
Content-Type:
|
66
|
-
- text/plain
|
60
|
+
Cache-Control:
|
61
|
+
- no-cache
|
62
|
+
- no-store
|
67
63
|
Pragma:
|
68
64
|
- no-cache
|
65
|
+
Transfer-Encoding:
|
66
|
+
- chunked
|
67
|
+
Content-Type:
|
68
|
+
- text/plain
|
69
|
+
Set-Cookie:
|
70
|
+
- RememberMe=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; HttpOnly
|
71
|
+
- TCSESSIONID=4E8302C0257F8C7EA94F711F3921ABED; Path=/; HttpOnly
|
69
72
|
Expires:
|
70
73
|
- Thu, 01 Jan 1970 00:00:00 GMT
|
71
|
-
Cache-Control:
|
72
|
-
- no-cache
|
73
|
-
- no-store
|
74
74
|
body:
|
75
75
|
string: |-
|
76
76
|
Error has occurred during request processing (Forbidden).
|
77
77
|
Error: jetbrains.buildServer.serverSide.auth.AccessDeniedException: Root project cannot be removed
|
78
78
|
Access denied. Check the user has enough permissions to perform the operation.
|
79
79
|
http_version:
|
80
|
-
recorded_at:
|
80
|
+
recorded_at: Fri, 23 May 2014 04:53:05 GMT
|
81
81
|
- request:
|
82
82
|
method: delete
|
83
83
|
uri: http://teamcity:teamcity@localhost:8111/httpAuth/app/rest/projects/id:BaseProject
|
@@ -94,23 +94,23 @@ http_interactions:
|
|
94
94
|
message: No Content
|
95
95
|
headers:
|
96
96
|
Date:
|
97
|
-
-
|
97
|
+
- Fri, 23 May 2014 04:53:05 GMT
|
98
98
|
Server:
|
99
99
|
- Apache-Coyote/1.1
|
100
|
-
|
101
|
-
-
|
102
|
-
-
|
100
|
+
Cache-Control:
|
101
|
+
- no-cache
|
102
|
+
- no-store
|
103
103
|
Pragma:
|
104
104
|
- no-cache
|
105
|
+
Set-Cookie:
|
106
|
+
- RememberMe=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; HttpOnly
|
107
|
+
- TCSESSIONID=6A2695BF9BF428B3A854179D1C89286D; Path=/; HttpOnly
|
105
108
|
Expires:
|
106
109
|
- Thu, 01 Jan 1970 00:00:00 GMT
|
107
|
-
Cache-Control:
|
108
|
-
- no-cache
|
109
|
-
- no-store
|
110
110
|
body:
|
111
111
|
string: ""
|
112
112
|
http_version:
|
113
|
-
recorded_at:
|
113
|
+
recorded_at: Fri, 23 May 2014 04:53:05 GMT
|
114
114
|
- request:
|
115
115
|
method: delete
|
116
116
|
uri: http://teamcity:teamcity@localhost:8111/httpAuth/app/rest/projects/id:ProjectCopy_2
|
@@ -127,23 +127,23 @@ http_interactions:
|
|
127
127
|
message: No Content
|
128
128
|
headers:
|
129
129
|
Date:
|
130
|
-
-
|
130
|
+
- Fri, 23 May 2014 04:53:05 GMT
|
131
131
|
Server:
|
132
132
|
- Apache-Coyote/1.1
|
133
|
-
|
134
|
-
-
|
135
|
-
-
|
133
|
+
Cache-Control:
|
134
|
+
- no-cache
|
135
|
+
- no-store
|
136
136
|
Pragma:
|
137
137
|
- no-cache
|
138
|
+
Set-Cookie:
|
139
|
+
- RememberMe=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; HttpOnly
|
140
|
+
- TCSESSIONID=48751B7FA655B7889EF11C24754EB3BE; Path=/; HttpOnly
|
138
141
|
Expires:
|
139
142
|
- Thu, 01 Jan 1970 00:00:00 GMT
|
140
|
-
Cache-Control:
|
141
|
-
- no-cache
|
142
|
-
- no-store
|
143
143
|
body:
|
144
144
|
string: ""
|
145
145
|
http_version:
|
146
|
-
recorded_at:
|
146
|
+
recorded_at: Fri, 23 May 2014 04:53:05 GMT
|
147
147
|
- request:
|
148
148
|
method: get
|
149
149
|
uri: http://teamcity:teamcity@localhost:8111/httpAuth/app/rest/vcs-roots
|
@@ -160,27 +160,27 @@ http_interactions:
|
|
160
160
|
message: OK
|
161
161
|
headers:
|
162
162
|
Date:
|
163
|
-
-
|
164
|
-
Transfer-Encoding:
|
165
|
-
- chunked
|
163
|
+
- Fri, 23 May 2014 04:53:05 GMT
|
166
164
|
Server:
|
167
165
|
- Apache-Coyote/1.1
|
168
|
-
|
169
|
-
-
|
170
|
-
-
|
171
|
-
Content-Type:
|
172
|
-
- application/json
|
166
|
+
Cache-Control:
|
167
|
+
- no-cache
|
168
|
+
- no-store
|
173
169
|
Pragma:
|
174
170
|
- no-cache
|
171
|
+
Transfer-Encoding:
|
172
|
+
- chunked
|
173
|
+
Content-Type:
|
174
|
+
- application/json
|
175
|
+
Set-Cookie:
|
176
|
+
- RememberMe=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; HttpOnly
|
177
|
+
- TCSESSIONID=EC81B221FD0A9AB5D485479128DD0B95; Path=/; HttpOnly
|
175
178
|
Expires:
|
176
179
|
- Thu, 01 Jan 1970 00:00:00 GMT
|
177
|
-
Cache-Control:
|
178
|
-
- no-cache
|
179
|
-
- no-store
|
180
180
|
body:
|
181
181
|
string: "{\"count\":2,\"vcs-root\":[{\"id\":\"Root_VcsRoot1\",\"name\":\"VCS Root 1\",\"href\":\"/httpAuth/app/rest/vcs-roots/id:Root_VcsRoot1\"},{\"id\":\"Root_VcsRoot2\",\"name\":\"VCS Root 2\",\"href\":\"/httpAuth/app/rest/vcs-roots/id:Root_VcsRoot2\"}]}"
|
182
182
|
http_version:
|
183
|
-
recorded_at:
|
183
|
+
recorded_at: Fri, 23 May 2014 04:53:05 GMT
|
184
184
|
- request:
|
185
185
|
method: delete
|
186
186
|
uri: http://teamcity:teamcity@localhost:8111/httpAuth/app/rest/vcs-roots/id:Root_VcsRoot1
|
@@ -197,23 +197,23 @@ http_interactions:
|
|
197
197
|
message: No Content
|
198
198
|
headers:
|
199
199
|
Date:
|
200
|
-
-
|
200
|
+
- Fri, 23 May 2014 04:53:05 GMT
|
201
201
|
Server:
|
202
202
|
- Apache-Coyote/1.1
|
203
|
-
|
204
|
-
-
|
205
|
-
-
|
203
|
+
Cache-Control:
|
204
|
+
- no-cache
|
205
|
+
- no-store
|
206
206
|
Pragma:
|
207
207
|
- no-cache
|
208
|
+
Set-Cookie:
|
209
|
+
- RememberMe=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; HttpOnly
|
210
|
+
- TCSESSIONID=F3F851B3A9E3ECB71C92C2255CF6F187; Path=/; HttpOnly
|
208
211
|
Expires:
|
209
212
|
- Thu, 01 Jan 1970 00:00:00 GMT
|
210
|
-
Cache-Control:
|
211
|
-
- no-cache
|
212
|
-
- no-store
|
213
213
|
body:
|
214
214
|
string: ""
|
215
215
|
http_version:
|
216
|
-
recorded_at:
|
216
|
+
recorded_at: Fri, 23 May 2014 04:53:05 GMT
|
217
217
|
- request:
|
218
218
|
method: delete
|
219
219
|
uri: http://teamcity:teamcity@localhost:8111/httpAuth/app/rest/vcs-roots/id:Root_VcsRoot2
|
@@ -230,23 +230,23 @@ http_interactions:
|
|
230
230
|
message: No Content
|
231
231
|
headers:
|
232
232
|
Date:
|
233
|
-
-
|
233
|
+
- Fri, 23 May 2014 04:53:05 GMT
|
234
234
|
Server:
|
235
235
|
- Apache-Coyote/1.1
|
236
|
-
|
237
|
-
-
|
238
|
-
-
|
236
|
+
Cache-Control:
|
237
|
+
- no-cache
|
238
|
+
- no-store
|
239
239
|
Pragma:
|
240
240
|
- no-cache
|
241
|
+
Set-Cookie:
|
242
|
+
- RememberMe=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; HttpOnly
|
243
|
+
- TCSESSIONID=CFEC4EDA482F0C18DE7F9ACE106A4A48; Path=/; HttpOnly
|
241
244
|
Expires:
|
242
245
|
- Thu, 01 Jan 1970 00:00:00 GMT
|
243
|
-
Cache-Control:
|
244
|
-
- no-cache
|
245
|
-
- no-store
|
246
246
|
body:
|
247
247
|
string: ""
|
248
248
|
http_version:
|
249
|
-
recorded_at:
|
249
|
+
recorded_at: Fri, 23 May 2014 04:53:05 GMT
|
250
250
|
- request:
|
251
251
|
method: post
|
252
252
|
uri: http://teamcity:teamcity@localhost:8111/httpAuth/app/rest/projects
|
@@ -263,27 +263,27 @@ http_interactions:
|
|
263
263
|
message: OK
|
264
264
|
headers:
|
265
265
|
Date:
|
266
|
-
-
|
267
|
-
Transfer-Encoding:
|
268
|
-
- chunked
|
266
|
+
- Fri, 23 May 2014 04:53:05 GMT
|
269
267
|
Server:
|
270
268
|
- Apache-Coyote/1.1
|
271
|
-
|
272
|
-
-
|
273
|
-
-
|
274
|
-
Content-Type:
|
275
|
-
- application/json
|
269
|
+
Cache-Control:
|
270
|
+
- no-cache
|
271
|
+
- no-store
|
276
272
|
Pragma:
|
277
273
|
- no-cache
|
274
|
+
Transfer-Encoding:
|
275
|
+
- chunked
|
276
|
+
Content-Type:
|
277
|
+
- application/json
|
278
|
+
Set-Cookie:
|
279
|
+
- RememberMe=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; HttpOnly
|
280
|
+
- TCSESSIONID=E7122EA50AC1C86FCC04A0A2654D8497; Path=/; HttpOnly
|
278
281
|
Expires:
|
279
282
|
- Thu, 01 Jan 1970 00:00:00 GMT
|
280
|
-
Cache-Control:
|
281
|
-
- no-cache
|
282
|
-
- no-store
|
283
283
|
body:
|
284
284
|
string: "{\"id\":\"SampleProject\",\"name\":\"Sample Project\",\"href\":\"/httpAuth/app/rest/projects/id:SampleProject\",\"archived\":false,\"webUrl\":\"http://localhost:8111/project.html?projectId=SampleProject\",\"parentProjectId\":\"_Root\"}"
|
285
285
|
http_version:
|
286
|
-
recorded_at:
|
286
|
+
recorded_at: Fri, 23 May 2014 04:53:05 GMT
|
287
287
|
- request:
|
288
288
|
method: post
|
289
289
|
uri: http://teamcity:teamcity@localhost:8111/httpAuth/app/rest/projects/id:SampleProject/buildTypes
|
@@ -300,27 +300,27 @@ http_interactions:
|
|
300
300
|
message: OK
|
301
301
|
headers:
|
302
302
|
Date:
|
303
|
-
-
|
304
|
-
Transfer-Encoding:
|
305
|
-
- chunked
|
303
|
+
- Fri, 23 May 2014 04:53:05 GMT
|
306
304
|
Server:
|
307
305
|
- Apache-Coyote/1.1
|
308
|
-
|
309
|
-
-
|
310
|
-
-
|
311
|
-
Content-Type:
|
312
|
-
- application/json
|
306
|
+
Cache-Control:
|
307
|
+
- no-cache
|
308
|
+
- no-store
|
313
309
|
Pragma:
|
314
310
|
- no-cache
|
311
|
+
Transfer-Encoding:
|
312
|
+
- chunked
|
313
|
+
Content-Type:
|
314
|
+
- application/json
|
315
|
+
Set-Cookie:
|
316
|
+
- RememberMe=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; HttpOnly
|
317
|
+
- TCSESSIONID=6D7B4D4FF1627652D7223E72795C2E45; Path=/; HttpOnly
|
315
318
|
Expires:
|
316
319
|
- Thu, 01 Jan 1970 00:00:00 GMT
|
317
|
-
Cache-Control:
|
318
|
-
- no-cache
|
319
|
-
- no-store
|
320
320
|
body:
|
321
321
|
string: "{\"id\":\"SampleProject_BuildConfiguration1\",\"name\":\"Build Configuration 1\",\"href\":\"/httpAuth/app/rest/buildTypes/id:SampleProject_BuildConfiguration1\",\"webUrl\":\"http://localhost:8111/viewType.html?buildTypeId=SampleProject_BuildConfiguration1\",\"paused\":false,\"project\":{\"id\":\"SampleProject\",\"name\":\"Sample Project\",\"href\":\"/httpAuth/app/rest/projects/id:SampleProject\",\"archived\":false,\"webUrl\":\"http://localhost:8111/project.html?projectId=SampleProject\",\"parentProjectId\":\"_Root\"},\"builds\":{\"href\":\"/httpAuth/app/rest/buildTypes/id:SampleProject_BuildConfiguration1/builds/\"},\"vcs-root-entries\":{\"vcs-root-entry\":[]},\"settings\":{\"property\":[{\"name\":\"allowExternalStatus\",\"value\":\"false\"},{\"name\":\"artifactRules\",\"value\":\"\"},{\"name\":\"buildNumberCounter\",\"value\":\"1\"},{\"name\":\"buildNumberPattern\",\"value\":\"%build.counter%\"},{\"name\":\"checkoutDirectory\"},{\"name\":\"checkoutMode\",\"value\":\"ON_SERVER\"},{\"name\":\"cleanBuild\",\"value\":\"false\"},{\"name\":\"enableHangingBuildsDetection\",\"value\":\"true\"},{\"name\":\"executionTimeoutMin\",\"value\":\"0\"},{\"name\":\"maximumNumberOfBuilds\",\"value\":\"0\"},{\"name\":\"shouldFailBuildIfTestsFailed\",\"value\":\"true\"},{\"name\":\"shouldFailBuildOnAnyErrorMessage\",\"value\":\"false\"},{\"name\":\"shouldFailBuildOnBadExitCode\",\"value\":\"true\"},{\"name\":\"shouldFailBuildOnOOMEOrCrash\",\"value\":\"true\"},{\"name\":\"showDependenciesChanges\",\"value\":\"false\"},{\"name\":\"vcsLabelingBranchFilter\",\"value\":\"+:<default>\"}]},\"parameters\":{\"property\":[]},\"steps\":{\"step\":[]},\"features\":{\"feature\":[]},\"triggers\":{\"trigger\":[]},\"snapshot-dependencies\":{\"snapshot-dependency\":[]},\"artifact-dependencies\":{\"artifact-dependency\":[]},\"agent-requirements\":{\"agent-requirement\":[]}}"
|
322
322
|
http_version:
|
323
|
-
recorded_at:
|
323
|
+
recorded_at: Fri, 23 May 2014 04:53:05 GMT
|
324
324
|
- request:
|
325
325
|
method: post
|
326
326
|
uri: http://teamcity:teamcity@localhost:8111/httpAuth/app/rest/projects/id:SampleProject/buildTypes
|
@@ -337,27 +337,27 @@ http_interactions:
|
|
337
337
|
message: OK
|
338
338
|
headers:
|
339
339
|
Date:
|
340
|
-
-
|
341
|
-
Transfer-Encoding:
|
342
|
-
- chunked
|
340
|
+
- Fri, 23 May 2014 04:53:05 GMT
|
343
341
|
Server:
|
344
342
|
- Apache-Coyote/1.1
|
345
|
-
|
346
|
-
-
|
347
|
-
-
|
348
|
-
Content-Type:
|
349
|
-
- application/json
|
343
|
+
Cache-Control:
|
344
|
+
- no-cache
|
345
|
+
- no-store
|
350
346
|
Pragma:
|
351
347
|
- no-cache
|
348
|
+
Transfer-Encoding:
|
349
|
+
- chunked
|
350
|
+
Content-Type:
|
351
|
+
- application/json
|
352
|
+
Set-Cookie:
|
353
|
+
- RememberMe=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; HttpOnly
|
354
|
+
- TCSESSIONID=C4BD684DAC3EFAB97AD2701D53C77953; Path=/; HttpOnly
|
352
355
|
Expires:
|
353
356
|
- Thu, 01 Jan 1970 00:00:00 GMT
|
354
|
-
Cache-Control:
|
355
|
-
- no-cache
|
356
|
-
- no-store
|
357
357
|
body:
|
358
358
|
string: "{\"id\":\"SampleProject_BuildConfiguration2\",\"name\":\"Build Configuration 2\",\"href\":\"/httpAuth/app/rest/buildTypes/id:SampleProject_BuildConfiguration2\",\"webUrl\":\"http://localhost:8111/viewType.html?buildTypeId=SampleProject_BuildConfiguration2\",\"paused\":false,\"project\":{\"id\":\"SampleProject\",\"name\":\"Sample Project\",\"href\":\"/httpAuth/app/rest/projects/id:SampleProject\",\"archived\":false,\"webUrl\":\"http://localhost:8111/project.html?projectId=SampleProject\",\"parentProjectId\":\"_Root\"},\"builds\":{\"href\":\"/httpAuth/app/rest/buildTypes/id:SampleProject_BuildConfiguration2/builds/\"},\"vcs-root-entries\":{\"vcs-root-entry\":[]},\"settings\":{\"property\":[{\"name\":\"allowExternalStatus\",\"value\":\"false\"},{\"name\":\"artifactRules\",\"value\":\"\"},{\"name\":\"buildNumberCounter\",\"value\":\"1\"},{\"name\":\"buildNumberPattern\",\"value\":\"%build.counter%\"},{\"name\":\"checkoutDirectory\"},{\"name\":\"checkoutMode\",\"value\":\"ON_SERVER\"},{\"name\":\"cleanBuild\",\"value\":\"false\"},{\"name\":\"enableHangingBuildsDetection\",\"value\":\"true\"},{\"name\":\"executionTimeoutMin\",\"value\":\"0\"},{\"name\":\"maximumNumberOfBuilds\",\"value\":\"0\"},{\"name\":\"shouldFailBuildIfTestsFailed\",\"value\":\"true\"},{\"name\":\"shouldFailBuildOnAnyErrorMessage\",\"value\":\"false\"},{\"name\":\"shouldFailBuildOnBadExitCode\",\"value\":\"true\"},{\"name\":\"shouldFailBuildOnOOMEOrCrash\",\"value\":\"true\"},{\"name\":\"showDependenciesChanges\",\"value\":\"false\"},{\"name\":\"vcsLabelingBranchFilter\",\"value\":\"+:<default>\"}]},\"parameters\":{\"property\":[]},\"steps\":{\"step\":[]},\"features\":{\"feature\":[]},\"triggers\":{\"trigger\":[]},\"snapshot-dependencies\":{\"snapshot-dependency\":[]},\"artifact-dependencies\":{\"artifact-dependency\":[]},\"agent-requirements\":{\"agent-requirement\":[]}}"
|
359
359
|
http_version:
|
360
|
-
recorded_at:
|
360
|
+
recorded_at: Fri, 23 May 2014 04:53:05 GMT
|
361
361
|
- request:
|
362
362
|
method: get
|
363
363
|
uri: http://teamcity:teamcity@localhost:8111/httpAuth/app/rest/buildTypes
|
@@ -374,24 +374,24 @@ http_interactions:
|
|
374
374
|
message: OK
|
375
375
|
headers:
|
376
376
|
Date:
|
377
|
-
-
|
378
|
-
Transfer-Encoding:
|
379
|
-
- chunked
|
377
|
+
- Fri, 23 May 2014 04:53:05 GMT
|
380
378
|
Server:
|
381
379
|
- Apache-Coyote/1.1
|
382
|
-
|
383
|
-
-
|
384
|
-
-
|
385
|
-
Content-Type:
|
386
|
-
- application/json
|
380
|
+
Cache-Control:
|
381
|
+
- no-cache
|
382
|
+
- no-store
|
387
383
|
Pragma:
|
388
384
|
- no-cache
|
385
|
+
Transfer-Encoding:
|
386
|
+
- chunked
|
387
|
+
Content-Type:
|
388
|
+
- application/json
|
389
|
+
Set-Cookie:
|
390
|
+
- RememberMe=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; HttpOnly
|
391
|
+
- TCSESSIONID=897A0E722E924BEDE78399883A3B742D; Path=/; HttpOnly
|
389
392
|
Expires:
|
390
393
|
- Thu, 01 Jan 1970 00:00:00 GMT
|
391
|
-
Cache-Control:
|
392
|
-
- no-cache
|
393
|
-
- no-store
|
394
394
|
body:
|
395
395
|
string: "{\"buildType\":[{\"id\":\"SampleProject_BuildConfiguration1\",\"name\":\"Build Configuration 1\",\"href\":\"/httpAuth/app/rest/buildTypes/id:SampleProject_BuildConfiguration1\",\"projectName\":\"Sample Project\",\"projectId\":\"SampleProject\",\"webUrl\":\"http://localhost:8111/viewType.html?buildTypeId=SampleProject_BuildConfiguration1\"},{\"id\":\"SampleProject_BuildConfiguration2\",\"name\":\"Build Configuration 2\",\"href\":\"/httpAuth/app/rest/buildTypes/id:SampleProject_BuildConfiguration2\",\"projectName\":\"Sample Project\",\"projectId\":\"SampleProject\",\"webUrl\":\"http://localhost:8111/viewType.html?buildTypeId=SampleProject_BuildConfiguration2\"}]}"
|
396
396
|
http_version:
|
397
|
-
recorded_at:
|
397
|
+
recorded_at: Fri, 23 May 2014 04:53:05 GMT
|