pulp_maven_client 0.2.0b1.dev01595707310 → 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.

@@ -33,6 +33,7 @@ describe 'RemotesMavenApi' do
33
33
  end
34
34
 
35
35
  # unit tests for create
36
+ # Create a maven remote
36
37
  # A ViewSet for MavenRemote.
37
38
  # @param maven_maven_remote
38
39
  # @param [Hash] opts the optional parameters
@@ -44,8 +45,9 @@ describe 'RemotesMavenApi' do
44
45
  end
45
46
 
46
47
  # unit tests for delete
48
+ # Delete a maven remote
47
49
  # Trigger an asynchronous delete task
48
- # @param maven_remote_href
50
+ # @param maven_maven_remote_href
49
51
  # @param [Hash] opts the optional parameters
50
52
  # @option opts [String] :name name
51
53
  # @option opts [String] :name__in name__in
@@ -64,6 +66,7 @@ describe 'RemotesMavenApi' do
64
66
  end
65
67
 
66
68
  # unit tests for list
69
+ # List maven remotes
67
70
  # A ViewSet for MavenRemote.
68
71
  # @param [Hash] opts the optional parameters
69
72
  # @option opts [Integer] :limit Number of results to return per page.
@@ -87,8 +90,9 @@ describe 'RemotesMavenApi' do
87
90
  end
88
91
 
89
92
  # unit tests for partial_update
93
+ # Update a maven remote
90
94
  # Trigger an asynchronous partial update task
91
- # @param maven_remote_href
95
+ # @param maven_maven_remote_href
92
96
  # @param patchedmaven_maven_remote
93
97
  # @param [Hash] opts the optional parameters
94
98
  # @option opts [String] :name name
@@ -108,8 +112,9 @@ describe 'RemotesMavenApi' do
108
112
  end
109
113
 
110
114
  # unit tests for read
115
+ # Inspect a maven remote
111
116
  # A ViewSet for MavenRemote.
112
- # @param maven_remote_href
117
+ # @param maven_maven_remote_href
113
118
  # @param [Hash] opts the optional parameters
114
119
  # @option opts [String] :fields A list of fields to include in the response.
115
120
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
@@ -121,8 +126,9 @@ describe 'RemotesMavenApi' do
121
126
  end
122
127
 
123
128
  # unit tests for update
129
+ # Update a maven remote
124
130
  # Trigger an asynchronous update task
125
- # @param maven_remote_href
131
+ # @param maven_maven_remote_href
126
132
  # @param maven_maven_remote
127
133
  # @param [Hash] opts the optional parameters
128
134
  # @option opts [String] :name name
@@ -33,6 +33,7 @@ describe 'RepositoriesMavenApi' do
33
33
  end
34
34
 
35
35
  # unit tests for create
36
+ # Create a maven repository
36
37
  # A ViewSet for MavenRemote.
37
38
  # @param maven_maven_repository
38
39
  # @param [Hash] opts the optional parameters
@@ -44,8 +45,9 @@ describe 'RepositoriesMavenApi' do
44
45
  end
45
46
 
46
47
  # unit tests for delete
48
+ # Delete a maven repository
47
49
  # Trigger an asynchronous delete task
48
- # @param maven_repository_href
50
+ # @param maven_maven_repository_href
49
51
  # @param [Hash] opts the optional parameters
50
52
  # @option opts [String] :name name
51
53
  # @option opts [String] :name__in name__in
@@ -58,6 +60,7 @@ describe 'RepositoriesMavenApi' do
58
60
  end
59
61
 
60
62
  # unit tests for list
63
+ # List maven repositorys
61
64
  # A ViewSet for MavenRemote.
62
65
  # @param [Hash] opts the optional parameters
63
66
  # @option opts [Integer] :limit Number of results to return per page.
@@ -75,8 +78,9 @@ describe 'RepositoriesMavenApi' do
75
78
  end
76
79
 
77
80
  # unit tests for partial_update
81
+ # Update a maven repository
78
82
  # Trigger an asynchronous partial update task
79
- # @param maven_repository_href
83
+ # @param maven_maven_repository_href
80
84
  # @param patchedmaven_maven_repository
81
85
  # @param [Hash] opts the optional parameters
82
86
  # @option opts [String] :name name
@@ -90,8 +94,9 @@ describe 'RepositoriesMavenApi' do
90
94
  end
91
95
 
92
96
  # unit tests for read
97
+ # Inspect a maven repository
93
98
  # A ViewSet for MavenRemote.
94
- # @param maven_repository_href
99
+ # @param maven_maven_repository_href
95
100
  # @param [Hash] opts the optional parameters
96
101
  # @option opts [String] :fields A list of fields to include in the response.
97
102
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
@@ -103,8 +108,9 @@ describe 'RepositoriesMavenApi' do
103
108
  end
104
109
 
105
110
  # unit tests for update
111
+ # Update a maven repository
106
112
  # Trigger an asynchronous update task
107
- # @param maven_repository_href
113
+ # @param maven_maven_repository_href
108
114
  # @param maven_maven_repository
109
115
  # @param [Hash] opts the optional parameters
110
116
  # @option opts [String] :name name
@@ -33,8 +33,9 @@ describe 'RepositoriesMavenVersionsApi' do
33
33
  end
34
34
 
35
35
  # unit tests for delete
36
+ # Delete a repository version
36
37
  # Trigger an asynchronous task to delete a repositroy version.
37
- # @param maven_repository_version_href
38
+ # @param maven_maven_repository_version_href
38
39
  # @param [Hash] opts the optional parameters
39
40
  # @option opts [String] :content content
40
41
  # @option opts [String] :content__in content__in
@@ -59,8 +60,9 @@ describe 'RepositoriesMavenVersionsApi' do
59
60
  end
60
61
 
61
62
  # unit tests for list
63
+ # List repository versions
62
64
  # MavenRepositoryVersion represents a single Maven repository version.
63
- # @param maven_repository_version_href
65
+ # @param maven_maven_repository_href
64
66
  # @param [Hash] opts the optional parameters
65
67
  # @option opts [String] :content content
66
68
  # @option opts [String] :content__in content__in
@@ -89,8 +91,9 @@ describe 'RepositoriesMavenVersionsApi' do
89
91
  end
90
92
 
91
93
  # unit tests for read
94
+ # Inspect a repository version
92
95
  # MavenRepositoryVersion represents a single Maven repository version.
93
- # @param maven_repository_version_href
96
+ # @param maven_maven_repository_version_href
94
97
  # @param [Hash] opts the optional parameters
95
98
  # @option opts [String] :fields A list of fields to include in the response.
96
99
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
@@ -103,7 +106,7 @@ describe 'RepositoriesMavenVersionsApi' do
103
106
 
104
107
  # unit tests for repair
105
108
  # Trigger an asynchronous task to repair a repositroy version.
106
- # @param maven_repository_version_href
109
+ # @param maven_maven_repository_version_href
107
110
  # @param repository_version
108
111
  # @param [Hash] opts the optional parameters
109
112
  # @return [AsyncOperationResponse]
@@ -68,4 +68,10 @@ describe 'MavenMavenRepositoryResponse' do
68
68
  end
69
69
  end
70
70
 
71
+ describe 'test attribute "remote"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
71
77
  end
@@ -44,4 +44,10 @@ describe 'MavenMavenRepository' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "remote"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  end
@@ -44,4 +44,10 @@ describe 'PatchedmavenMavenRepository' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "remote"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_maven_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0b1.dev01595707310
4
+ version: 0.2.0b1.dev01596225975
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-25 00:00:00.000000000 Z
11
+ date: 2020-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday