pulp_maven_client 0.2.0b1.dev01596139522 → 0.2.0b1.dev01596225975

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_maven_client might be problematic. Click here for more details.

@@ -85,35 +85,35 @@ module PulpMavenClient
85
85
 
86
86
  # Delete a maven repository
87
87
  # Trigger an asynchronous delete task
88
- # @param maven_repository_href [String]
88
+ # @param maven_maven_repository_href [String]
89
89
  # @param [Hash] opts the optional parameters
90
90
  # @option opts [String] :name name
91
91
  # @option opts [String] :name__in name__in
92
92
  # @option opts [String] :ordering Which field to use when ordering the results.
93
93
  # @return [AsyncOperationResponse]
94
- def delete(maven_repository_href, opts = {})
95
- data, _status_code, _headers = delete_with_http_info(maven_repository_href, opts)
94
+ def delete(maven_maven_repository_href, opts = {})
95
+ data, _status_code, _headers = delete_with_http_info(maven_maven_repository_href, opts)
96
96
  data
97
97
  end
98
98
 
99
99
  # Delete a maven repository
100
100
  # Trigger an asynchronous delete task
101
- # @param maven_repository_href [String]
101
+ # @param maven_maven_repository_href [String]
102
102
  # @param [Hash] opts the optional parameters
103
103
  # @option opts [String] :name name
104
104
  # @option opts [String] :name__in name__in
105
105
  # @option opts [String] :ordering Which field to use when ordering the results.
106
106
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
107
- def delete_with_http_info(maven_repository_href, opts = {})
107
+ def delete_with_http_info(maven_maven_repository_href, opts = {})
108
108
  if @api_client.config.debugging
109
109
  @api_client.config.logger.debug 'Calling API: RepositoriesMavenApi.delete ...'
110
110
  end
111
- # verify the required parameter 'maven_repository_href' is set
112
- if @api_client.config.client_side_validation && maven_repository_href.nil?
113
- fail ArgumentError, "Missing the required parameter 'maven_repository_href' when calling RepositoriesMavenApi.delete"
111
+ # verify the required parameter 'maven_maven_repository_href' is set
112
+ if @api_client.config.client_side_validation && maven_maven_repository_href.nil?
113
+ fail ArgumentError, "Missing the required parameter 'maven_maven_repository_href' when calling RepositoriesMavenApi.delete"
114
114
  end
115
115
  # resource path
116
- local_var_path = '{maven_repository_href}'.sub('{' + 'maven_repository_href' + '}', CGI.escape(maven_repository_href.to_s).gsub('%2F', '/'))
116
+ local_var_path = '{maven_maven_repository_href}'.sub('{' + 'maven_maven_repository_href' + '}', CGI.escape(maven_maven_repository_href.to_s).gsub('%2F', '/'))
117
117
 
118
118
  # query parameters
119
119
  query_params = opts[:query_params] || {}
@@ -233,41 +233,41 @@ module PulpMavenClient
233
233
 
234
234
  # Update a maven repository
235
235
  # Trigger an asynchronous partial update task
236
- # @param maven_repository_href [String]
236
+ # @param maven_maven_repository_href [String]
237
237
  # @param patchedmaven_maven_repository [PatchedmavenMavenRepository]
238
238
  # @param [Hash] opts the optional parameters
239
239
  # @option opts [String] :name name
240
240
  # @option opts [String] :name__in name__in
241
241
  # @option opts [String] :ordering Which field to use when ordering the results.
242
242
  # @return [AsyncOperationResponse]
243
- def partial_update(maven_repository_href, patchedmaven_maven_repository, opts = {})
244
- data, _status_code, _headers = partial_update_with_http_info(maven_repository_href, patchedmaven_maven_repository, opts)
243
+ def partial_update(maven_maven_repository_href, patchedmaven_maven_repository, opts = {})
244
+ data, _status_code, _headers = partial_update_with_http_info(maven_maven_repository_href, patchedmaven_maven_repository, opts)
245
245
  data
246
246
  end
247
247
 
248
248
  # Update a maven repository
249
249
  # Trigger an asynchronous partial update task
250
- # @param maven_repository_href [String]
250
+ # @param maven_maven_repository_href [String]
251
251
  # @param patchedmaven_maven_repository [PatchedmavenMavenRepository]
252
252
  # @param [Hash] opts the optional parameters
253
253
  # @option opts [String] :name name
254
254
  # @option opts [String] :name__in name__in
255
255
  # @option opts [String] :ordering Which field to use when ordering the results.
256
256
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
257
- def partial_update_with_http_info(maven_repository_href, patchedmaven_maven_repository, opts = {})
257
+ def partial_update_with_http_info(maven_maven_repository_href, patchedmaven_maven_repository, opts = {})
258
258
  if @api_client.config.debugging
259
259
  @api_client.config.logger.debug 'Calling API: RepositoriesMavenApi.partial_update ...'
260
260
  end
261
- # verify the required parameter 'maven_repository_href' is set
262
- if @api_client.config.client_side_validation && maven_repository_href.nil?
263
- fail ArgumentError, "Missing the required parameter 'maven_repository_href' when calling RepositoriesMavenApi.partial_update"
261
+ # verify the required parameter 'maven_maven_repository_href' is set
262
+ if @api_client.config.client_side_validation && maven_maven_repository_href.nil?
263
+ fail ArgumentError, "Missing the required parameter 'maven_maven_repository_href' when calling RepositoriesMavenApi.partial_update"
264
264
  end
265
265
  # verify the required parameter 'patchedmaven_maven_repository' is set
266
266
  if @api_client.config.client_side_validation && patchedmaven_maven_repository.nil?
267
267
  fail ArgumentError, "Missing the required parameter 'patchedmaven_maven_repository' when calling RepositoriesMavenApi.partial_update"
268
268
  end
269
269
  # resource path
270
- local_var_path = '{maven_repository_href}'.sub('{' + 'maven_repository_href' + '}', CGI.escape(maven_repository_href.to_s).gsub('%2F', '/'))
270
+ local_var_path = '{maven_maven_repository_href}'.sub('{' + 'maven_maven_repository_href' + '}', CGI.escape(maven_maven_repository_href.to_s).gsub('%2F', '/'))
271
271
 
272
272
  # query parameters
273
273
  query_params = opts[:query_params] || {}
@@ -312,33 +312,33 @@ module PulpMavenClient
312
312
 
313
313
  # Inspect a maven repository
314
314
  # A ViewSet for MavenRemote.
315
- # @param maven_repository_href [String]
315
+ # @param maven_maven_repository_href [String]
316
316
  # @param [Hash] opts the optional parameters
317
317
  # @option opts [String] :fields A list of fields to include in the response.
318
318
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
319
319
  # @return [MavenMavenRepositoryResponse]
320
- def read(maven_repository_href, opts = {})
321
- data, _status_code, _headers = read_with_http_info(maven_repository_href, opts)
320
+ def read(maven_maven_repository_href, opts = {})
321
+ data, _status_code, _headers = read_with_http_info(maven_maven_repository_href, opts)
322
322
  data
323
323
  end
324
324
 
325
325
  # Inspect a maven repository
326
326
  # A ViewSet for MavenRemote.
327
- # @param maven_repository_href [String]
327
+ # @param maven_maven_repository_href [String]
328
328
  # @param [Hash] opts the optional parameters
329
329
  # @option opts [String] :fields A list of fields to include in the response.
330
330
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
331
331
  # @return [Array<(MavenMavenRepositoryResponse, Integer, Hash)>] MavenMavenRepositoryResponse data, response status code and response headers
332
- def read_with_http_info(maven_repository_href, opts = {})
332
+ def read_with_http_info(maven_maven_repository_href, opts = {})
333
333
  if @api_client.config.debugging
334
334
  @api_client.config.logger.debug 'Calling API: RepositoriesMavenApi.read ...'
335
335
  end
336
- # verify the required parameter 'maven_repository_href' is set
337
- if @api_client.config.client_side_validation && maven_repository_href.nil?
338
- fail ArgumentError, "Missing the required parameter 'maven_repository_href' when calling RepositoriesMavenApi.read"
336
+ # verify the required parameter 'maven_maven_repository_href' is set
337
+ if @api_client.config.client_side_validation && maven_maven_repository_href.nil?
338
+ fail ArgumentError, "Missing the required parameter 'maven_maven_repository_href' when calling RepositoriesMavenApi.read"
339
339
  end
340
340
  # resource path
341
- local_var_path = '{maven_repository_href}'.sub('{' + 'maven_repository_href' + '}', CGI.escape(maven_repository_href.to_s).gsub('%2F', '/'))
341
+ local_var_path = '{maven_maven_repository_href}'.sub('{' + 'maven_maven_repository_href' + '}', CGI.escape(maven_maven_repository_href.to_s).gsub('%2F', '/'))
342
342
 
343
343
  # query parameters
344
344
  query_params = opts[:query_params] || {}
@@ -380,41 +380,41 @@ module PulpMavenClient
380
380
 
381
381
  # Update a maven repository
382
382
  # Trigger an asynchronous update task
383
- # @param maven_repository_href [String]
383
+ # @param maven_maven_repository_href [String]
384
384
  # @param maven_maven_repository [MavenMavenRepository]
385
385
  # @param [Hash] opts the optional parameters
386
386
  # @option opts [String] :name name
387
387
  # @option opts [String] :name__in name__in
388
388
  # @option opts [String] :ordering Which field to use when ordering the results.
389
389
  # @return [AsyncOperationResponse]
390
- def update(maven_repository_href, maven_maven_repository, opts = {})
391
- data, _status_code, _headers = update_with_http_info(maven_repository_href, maven_maven_repository, opts)
390
+ def update(maven_maven_repository_href, maven_maven_repository, opts = {})
391
+ data, _status_code, _headers = update_with_http_info(maven_maven_repository_href, maven_maven_repository, opts)
392
392
  data
393
393
  end
394
394
 
395
395
  # Update a maven repository
396
396
  # Trigger an asynchronous update task
397
- # @param maven_repository_href [String]
397
+ # @param maven_maven_repository_href [String]
398
398
  # @param maven_maven_repository [MavenMavenRepository]
399
399
  # @param [Hash] opts the optional parameters
400
400
  # @option opts [String] :name name
401
401
  # @option opts [String] :name__in name__in
402
402
  # @option opts [String] :ordering Which field to use when ordering the results.
403
403
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
404
- def update_with_http_info(maven_repository_href, maven_maven_repository, opts = {})
404
+ def update_with_http_info(maven_maven_repository_href, maven_maven_repository, opts = {})
405
405
  if @api_client.config.debugging
406
406
  @api_client.config.logger.debug 'Calling API: RepositoriesMavenApi.update ...'
407
407
  end
408
- # verify the required parameter 'maven_repository_href' is set
409
- if @api_client.config.client_side_validation && maven_repository_href.nil?
410
- fail ArgumentError, "Missing the required parameter 'maven_repository_href' when calling RepositoriesMavenApi.update"
408
+ # verify the required parameter 'maven_maven_repository_href' is set
409
+ if @api_client.config.client_side_validation && maven_maven_repository_href.nil?
410
+ fail ArgumentError, "Missing the required parameter 'maven_maven_repository_href' when calling RepositoriesMavenApi.update"
411
411
  end
412
412
  # verify the required parameter 'maven_maven_repository' is set
413
413
  if @api_client.config.client_side_validation && maven_maven_repository.nil?
414
414
  fail ArgumentError, "Missing the required parameter 'maven_maven_repository' when calling RepositoriesMavenApi.update"
415
415
  end
416
416
  # resource path
417
- local_var_path = '{maven_repository_href}'.sub('{' + 'maven_repository_href' + '}', CGI.escape(maven_repository_href.to_s).gsub('%2F', '/'))
417
+ local_var_path = '{maven_maven_repository_href}'.sub('{' + 'maven_maven_repository_href' + '}', CGI.escape(maven_maven_repository_href.to_s).gsub('%2F', '/'))
418
418
 
419
419
  # query parameters
420
420
  query_params = opts[:query_params] || {}
@@ -21,7 +21,7 @@ module PulpMavenClient
21
21
  end
22
22
  # Delete a repository version
23
23
  # Trigger an asynchronous task to delete a repositroy version.
24
- # @param maven_repository_version_href [String]
24
+ # @param maven_maven_repository_version_href [String]
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @option opts [String] :content content
27
27
  # @option opts [String] :content__in content__in
@@ -39,14 +39,14 @@ module PulpMavenClient
39
39
  # @option opts [String] :pulp_created__lte pulp_created__lte
40
40
  # @option opts [String] :pulp_created__range pulp_created__range
41
41
  # @return [AsyncOperationResponse]
42
- def delete(maven_repository_version_href, opts = {})
43
- data, _status_code, _headers = delete_with_http_info(maven_repository_version_href, opts)
42
+ def delete(maven_maven_repository_version_href, opts = {})
43
+ data, _status_code, _headers = delete_with_http_info(maven_maven_repository_version_href, opts)
44
44
  data
45
45
  end
46
46
 
47
47
  # Delete a repository version
48
48
  # Trigger an asynchronous task to delete a repositroy version.
49
- # @param maven_repository_version_href [String]
49
+ # @param maven_maven_repository_version_href [String]
50
50
  # @param [Hash] opts the optional parameters
51
51
  # @option opts [String] :content content
52
52
  # @option opts [String] :content__in content__in
@@ -64,16 +64,16 @@ module PulpMavenClient
64
64
  # @option opts [String] :pulp_created__lte pulp_created__lte
65
65
  # @option opts [String] :pulp_created__range pulp_created__range
66
66
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
67
- def delete_with_http_info(maven_repository_version_href, opts = {})
67
+ def delete_with_http_info(maven_maven_repository_version_href, opts = {})
68
68
  if @api_client.config.debugging
69
69
  @api_client.config.logger.debug 'Calling API: RepositoriesMavenVersionsApi.delete ...'
70
70
  end
71
- # verify the required parameter 'maven_repository_version_href' is set
72
- if @api_client.config.client_side_validation && maven_repository_version_href.nil?
73
- fail ArgumentError, "Missing the required parameter 'maven_repository_version_href' when calling RepositoriesMavenVersionsApi.delete"
71
+ # verify the required parameter 'maven_maven_repository_version_href' is set
72
+ if @api_client.config.client_side_validation && maven_maven_repository_version_href.nil?
73
+ fail ArgumentError, "Missing the required parameter 'maven_maven_repository_version_href' when calling RepositoriesMavenVersionsApi.delete"
74
74
  end
75
75
  # resource path
76
- local_var_path = '{maven_repository_version_href}'.sub('{' + 'maven_repository_version_href' + '}', CGI.escape(maven_repository_version_href.to_s).gsub('%2F', '/'))
76
+ local_var_path = '{maven_maven_repository_version_href}'.sub('{' + 'maven_maven_repository_version_href' + '}', CGI.escape(maven_maven_repository_version_href.to_s).gsub('%2F', '/'))
77
77
 
78
78
  # query parameters
79
79
  query_params = opts[:query_params] || {}
@@ -128,7 +128,7 @@ module PulpMavenClient
128
128
 
129
129
  # List repository versions
130
130
  # MavenRepositoryVersion represents a single Maven repository version.
131
- # @param maven_repository_version_href [String]
131
+ # @param maven_maven_repository_href [String]
132
132
  # @param [Hash] opts the optional parameters
133
133
  # @option opts [String] :content content
134
134
  # @option opts [String] :content__in content__in
@@ -150,14 +150,14 @@ module PulpMavenClient
150
150
  # @option opts [String] :fields A list of fields to include in the response.
151
151
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
152
152
  # @return [InlineResponse2004]
153
- def list(maven_repository_version_href, opts = {})
154
- data, _status_code, _headers = list_with_http_info(maven_repository_version_href, opts)
153
+ def list(maven_maven_repository_href, opts = {})
154
+ data, _status_code, _headers = list_with_http_info(maven_maven_repository_href, opts)
155
155
  data
156
156
  end
157
157
 
158
158
  # List repository versions
159
159
  # MavenRepositoryVersion represents a single Maven repository version.
160
- # @param maven_repository_version_href [String]
160
+ # @param maven_maven_repository_href [String]
161
161
  # @param [Hash] opts the optional parameters
162
162
  # @option opts [String] :content content
163
163
  # @option opts [String] :content__in content__in
@@ -179,16 +179,16 @@ module PulpMavenClient
179
179
  # @option opts [String] :fields A list of fields to include in the response.
180
180
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
181
181
  # @return [Array<(InlineResponse2004, Integer, Hash)>] InlineResponse2004 data, response status code and response headers
182
- def list_with_http_info(maven_repository_version_href, opts = {})
182
+ def list_with_http_info(maven_maven_repository_href, opts = {})
183
183
  if @api_client.config.debugging
184
184
  @api_client.config.logger.debug 'Calling API: RepositoriesMavenVersionsApi.list ...'
185
185
  end
186
- # verify the required parameter 'maven_repository_version_href' is set
187
- if @api_client.config.client_side_validation && maven_repository_version_href.nil?
188
- fail ArgumentError, "Missing the required parameter 'maven_repository_version_href' when calling RepositoriesMavenVersionsApi.list"
186
+ # verify the required parameter 'maven_maven_repository_href' is set
187
+ if @api_client.config.client_side_validation && maven_maven_repository_href.nil?
188
+ fail ArgumentError, "Missing the required parameter 'maven_maven_repository_href' when calling RepositoriesMavenVersionsApi.list"
189
189
  end
190
190
  # resource path
191
- local_var_path = '{maven_repository_version_href}versions/'.sub('{' + 'maven_repository_version_href' + '}', CGI.escape(maven_repository_version_href.to_s).gsub('%2F', '/'))
191
+ local_var_path = '{maven_maven_repository_href}versions/'.sub('{' + 'maven_maven_repository_href' + '}', CGI.escape(maven_maven_repository_href.to_s).gsub('%2F', '/'))
192
192
 
193
193
  # query parameters
194
194
  query_params = opts[:query_params] || {}
@@ -247,33 +247,33 @@ module PulpMavenClient
247
247
 
248
248
  # Inspect a repository version
249
249
  # MavenRepositoryVersion represents a single Maven repository version.
250
- # @param maven_repository_version_href [String]
250
+ # @param maven_maven_repository_version_href [String]
251
251
  # @param [Hash] opts the optional parameters
252
252
  # @option opts [String] :fields A list of fields to include in the response.
253
253
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
254
254
  # @return [RepositoryVersionResponse]
255
- def read(maven_repository_version_href, opts = {})
256
- data, _status_code, _headers = read_with_http_info(maven_repository_version_href, opts)
255
+ def read(maven_maven_repository_version_href, opts = {})
256
+ data, _status_code, _headers = read_with_http_info(maven_maven_repository_version_href, opts)
257
257
  data
258
258
  end
259
259
 
260
260
  # Inspect a repository version
261
261
  # MavenRepositoryVersion represents a single Maven repository version.
262
- # @param maven_repository_version_href [String]
262
+ # @param maven_maven_repository_version_href [String]
263
263
  # @param [Hash] opts the optional parameters
264
264
  # @option opts [String] :fields A list of fields to include in the response.
265
265
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
266
266
  # @return [Array<(RepositoryVersionResponse, Integer, Hash)>] RepositoryVersionResponse data, response status code and response headers
267
- def read_with_http_info(maven_repository_version_href, opts = {})
267
+ def read_with_http_info(maven_maven_repository_version_href, opts = {})
268
268
  if @api_client.config.debugging
269
269
  @api_client.config.logger.debug 'Calling API: RepositoriesMavenVersionsApi.read ...'
270
270
  end
271
- # verify the required parameter 'maven_repository_version_href' is set
272
- if @api_client.config.client_side_validation && maven_repository_version_href.nil?
273
- fail ArgumentError, "Missing the required parameter 'maven_repository_version_href' when calling RepositoriesMavenVersionsApi.read"
271
+ # verify the required parameter 'maven_maven_repository_version_href' is set
272
+ if @api_client.config.client_side_validation && maven_maven_repository_version_href.nil?
273
+ fail ArgumentError, "Missing the required parameter 'maven_maven_repository_version_href' when calling RepositoriesMavenVersionsApi.read"
274
274
  end
275
275
  # resource path
276
- local_var_path = '{maven_repository_version_href}'.sub('{' + 'maven_repository_version_href' + '}', CGI.escape(maven_repository_version_href.to_s).gsub('%2F', '/'))
276
+ local_var_path = '{maven_maven_repository_version_href}'.sub('{' + 'maven_maven_repository_version_href' + '}', CGI.escape(maven_maven_repository_version_href.to_s).gsub('%2F', '/'))
277
277
 
278
278
  # query parameters
279
279
  query_params = opts[:query_params] || {}
@@ -314,34 +314,34 @@ module PulpMavenClient
314
314
  end
315
315
 
316
316
  # Trigger an asynchronous task to repair a repositroy version.
317
- # @param maven_repository_version_href [String]
317
+ # @param maven_maven_repository_version_href [String]
318
318
  # @param repository_version [RepositoryVersion]
319
319
  # @param [Hash] opts the optional parameters
320
320
  # @return [AsyncOperationResponse]
321
- def repair(maven_repository_version_href, repository_version, opts = {})
322
- data, _status_code, _headers = repair_with_http_info(maven_repository_version_href, repository_version, opts)
321
+ def repair(maven_maven_repository_version_href, repository_version, opts = {})
322
+ data, _status_code, _headers = repair_with_http_info(maven_maven_repository_version_href, repository_version, opts)
323
323
  data
324
324
  end
325
325
 
326
326
  # Trigger an asynchronous task to repair a repositroy version.
327
- # @param maven_repository_version_href [String]
327
+ # @param maven_maven_repository_version_href [String]
328
328
  # @param repository_version [RepositoryVersion]
329
329
  # @param [Hash] opts the optional parameters
330
330
  # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
331
- def repair_with_http_info(maven_repository_version_href, repository_version, opts = {})
331
+ def repair_with_http_info(maven_maven_repository_version_href, repository_version, opts = {})
332
332
  if @api_client.config.debugging
333
333
  @api_client.config.logger.debug 'Calling API: RepositoriesMavenVersionsApi.repair ...'
334
334
  end
335
- # verify the required parameter 'maven_repository_version_href' is set
336
- if @api_client.config.client_side_validation && maven_repository_version_href.nil?
337
- fail ArgumentError, "Missing the required parameter 'maven_repository_version_href' when calling RepositoriesMavenVersionsApi.repair"
335
+ # verify the required parameter 'maven_maven_repository_version_href' is set
336
+ if @api_client.config.client_side_validation && maven_maven_repository_version_href.nil?
337
+ fail ArgumentError, "Missing the required parameter 'maven_maven_repository_version_href' when calling RepositoriesMavenVersionsApi.repair"
338
338
  end
339
339
  # verify the required parameter 'repository_version' is set
340
340
  if @api_client.config.client_side_validation && repository_version.nil?
341
341
  fail ArgumentError, "Missing the required parameter 'repository_version' when calling RepositoriesMavenVersionsApi.repair"
342
342
  end
343
343
  # resource path
344
- local_var_path = '{maven_repository_version_href}repair/'.sub('{' + 'maven_repository_version_href' + '}', CGI.escape(maven_repository_version_href.to_s).gsub('%2F', '/'))
344
+ local_var_path = '{maven_maven_repository_version_href}repair/'.sub('{' + 'maven_maven_repository_version_href' + '}', CGI.escape(maven_maven_repository_version_href.to_s).gsub('%2F', '/'))
345
345
 
346
346
  # query parameters
347
347
  query_params = opts[:query_params] || {}
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpMavenClient
14
- VERSION = '0.2.0b1.dev01596139522'
14
+ VERSION = '0.2.0b1.dev01596225975'
15
15
  end
@@ -70,7 +70,7 @@ describe 'ContentArtifactApi' do
70
70
  # unit tests for read
71
71
  # Inspect a maven artifact
72
72
  # A ViewSet for MavenArtifact.
73
- # @param maven_artifact_href
73
+ # @param maven_maven_artifact_href
74
74
  # @param [Hash] opts the optional parameters
75
75
  # @option opts [String] :fields A list of fields to include in the response.
76
76
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
@@ -47,7 +47,7 @@ describe 'DistributionsMavenApi' do
47
47
  # unit tests for delete
48
48
  # Delete a maven distribution
49
49
  # Trigger an asynchronous delete task
50
- # @param maven_distribution_href
50
+ # @param maven_maven_distribution_href
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @option opts [String] :base_path base_path
53
53
  # @option opts [String] :base_path__contains base_path__contains
@@ -88,7 +88,7 @@ describe 'DistributionsMavenApi' do
88
88
  # unit tests for partial_update
89
89
  # Update a maven distribution
90
90
  # Trigger an asynchronous partial update task
91
- # @param maven_distribution_href
91
+ # @param maven_maven_distribution_href
92
92
  # @param patchedmaven_maven_distribution
93
93
  # @param [Hash] opts the optional parameters
94
94
  # @option opts [String] :base_path base_path
@@ -108,7 +108,7 @@ describe 'DistributionsMavenApi' do
108
108
  # unit tests for read
109
109
  # Inspect a maven distribution
110
110
  # ViewSet for Maven Distributions.
111
- # @param maven_distribution_href
111
+ # @param maven_maven_distribution_href
112
112
  # @param [Hash] opts the optional parameters
113
113
  # @option opts [String] :fields A list of fields to include in the response.
114
114
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
@@ -122,7 +122,7 @@ describe 'DistributionsMavenApi' do
122
122
  # unit tests for update
123
123
  # Update a maven distribution
124
124
  # Trigger an asynchronous update task
125
- # @param maven_distribution_href
125
+ # @param maven_maven_distribution_href
126
126
  # @param maven_maven_distribution
127
127
  # @param [Hash] opts the optional parameters
128
128
  # @option opts [String] :base_path base_path
@@ -47,7 +47,7 @@ describe 'RemotesMavenApi' do
47
47
  # unit tests for delete
48
48
  # Delete a maven remote
49
49
  # Trigger an asynchronous delete task
50
- # @param maven_remote_href
50
+ # @param maven_maven_remote_href
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @option opts [String] :name name
53
53
  # @option opts [String] :name__in name__in
@@ -92,7 +92,7 @@ describe 'RemotesMavenApi' do
92
92
  # unit tests for partial_update
93
93
  # Update a maven remote
94
94
  # Trigger an asynchronous partial update task
95
- # @param maven_remote_href
95
+ # @param maven_maven_remote_href
96
96
  # @param patchedmaven_maven_remote
97
97
  # @param [Hash] opts the optional parameters
98
98
  # @option opts [String] :name name
@@ -114,7 +114,7 @@ describe 'RemotesMavenApi' do
114
114
  # unit tests for read
115
115
  # Inspect a maven remote
116
116
  # A ViewSet for MavenRemote.
117
- # @param maven_remote_href
117
+ # @param maven_maven_remote_href
118
118
  # @param [Hash] opts the optional parameters
119
119
  # @option opts [String] :fields A list of fields to include in the response.
120
120
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
@@ -128,7 +128,7 @@ describe 'RemotesMavenApi' do
128
128
  # unit tests for update
129
129
  # Update a maven remote
130
130
  # Trigger an asynchronous update task
131
- # @param maven_remote_href
131
+ # @param maven_maven_remote_href
132
132
  # @param maven_maven_remote
133
133
  # @param [Hash] opts the optional parameters
134
134
  # @option opts [String] :name name