spinnaker-gate-ruby-client 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +8 -0
- data/Gemfile.lock +85 -0
- data/LICENSE +201 -0
- data/README.md +240 -0
- data/Rakefile +8 -0
- data/docs/Account.md +14 -0
- data/docs/AccountDetails.md +19 -0
- data/docs/AmazonInfrastructureControllerApi.md +128 -0
- data/docs/ApplicationControllerApi.md +754 -0
- data/docs/ArtifactControllerApi.md +111 -0
- data/docs/AuthControllerApi.md +212 -0
- data/docs/BakeControllerApi.md +143 -0
- data/docs/BuildControllerApi.md +493 -0
- data/docs/ClusterControllerApi.md +475 -0
- data/docs/ConcourseControllerApi.md +161 -0
- data/docs/CredentialsControllerApi.md +129 -0
- data/docs/EcsServerGroupEventsControllerApi.md +66 -0
- data/docs/ExecutionsControllerApi.md +133 -0
- data/docs/FirewallControllerApi.md +171 -0
- data/docs/GrantedAuthority.md +8 -0
- data/docs/HashMapstringobject.md +7 -0
- data/docs/HttpEntity.md +8 -0
- data/docs/ImageControllerApi.md +178 -0
- data/docs/InstanceControllerApi.md +122 -0
- data/docs/JobControllerApi.md +69 -0
- data/docs/LoadBalancerControllerApi.md +217 -0
- data/docs/Mapstringstring.md +7 -0
- data/docs/NetworkControllerApi.md +105 -0
- data/docs/PipelineConfigControllerApi.md +144 -0
- data/docs/PipelineControllerApi.md +1074 -0
- data/docs/PipelineTemplateDependent.md +10 -0
- data/docs/PipelineTemplatesControllerApi.md +350 -0
- data/docs/ProjectControllerApi.md +196 -0
- data/docs/PubsubSubscriptionControllerApi.md +48 -0
- data/docs/ReorderPipelinesCommand.md +9 -0
- data/docs/ReorderPipelinesControllerApi.md +54 -0
- data/docs/ResponseEntity.md +10 -0
- data/docs/SearchControllerApi.md +68 -0
- data/docs/SecurityGroupControllerApi.md +171 -0
- data/docs/ServerGroupControllerApi.md +125 -0
- data/docs/ServerGroupManagerControllerApi.md +54 -0
- data/docs/SnapshotControllerApi.md +110 -0
- data/docs/SubnetControllerApi.md +58 -0
- data/docs/TaskControllerApi.md +291 -0
- data/docs/User.md +18 -0
- data/docs/V2CanaryConfigControllerApi.md +259 -0
- data/docs/V2CanaryControllerApi.md +356 -0
- data/docs/V2PipelineTemplatesControllerApi.md +356 -0
- data/docs/Version.md +8 -0
- data/docs/VersionControllerApi.md +48 -0
- data/docs/WebhookControllerApi.md +105 -0
- data/git_push.sh +55 -0
- data/lib/swagger_client.rb +85 -0
- data/lib/swagger_client/api/amazon_infrastructure_controller_api.rb +161 -0
- data/lib/swagger_client/api/application_controller_api.rb +868 -0
- data/lib/swagger_client/api/artifact_controller_api.rb +141 -0
- data/lib/swagger_client/api/auth_controller_api.rb +258 -0
- data/lib/swagger_client/api/bake_controller_api.rb +179 -0
- data/lib/swagger_client/api/build_controller_api.rb +588 -0
- data/lib/swagger_client/api/cluster_controller_api.rb +591 -0
- data/lib/swagger_client/api/concourse_controller_api.rb +209 -0
- data/lib/swagger_client/api/credentials_controller_api.rb +163 -0
- data/lib/swagger_client/api/ecs_server_group_events_controller_api.rb +101 -0
- data/lib/swagger_client/api/executions_controller_api.rb +169 -0
- data/lib/swagger_client/api/firewall_controller_api.rb +209 -0
- data/lib/swagger_client/api/image_controller_api.rb +222 -0
- data/lib/swagger_client/api/instance_controller_api.rb +160 -0
- data/lib/swagger_client/api/job_controller_api.rb +99 -0
- data/lib/swagger_client/api/load_balancer_controller_api.rb +258 -0
- data/lib/swagger_client/api/network_controller_api.rb +127 -0
- data/lib/swagger_client/api/pipeline_config_controller_api.rb +176 -0
- data/lib/swagger_client/api/pipeline_controller_api.rb +1268 -0
- data/lib/swagger_client/api/pipeline_templates_controller_api.rb +404 -0
- data/lib/swagger_client/api/project_controller_api.rb +234 -0
- data/lib/swagger_client/api/pubsub_subscription_controller_api.rb +69 -0
- data/lib/swagger_client/api/reorder_pipelines_controller_api.rb +75 -0
- data/lib/swagger_client/api/search_controller_api.rb +94 -0
- data/lib/swagger_client/api/security_group_controller_api.rb +209 -0
- data/lib/swagger_client/api/server_group_controller_api.rb +163 -0
- data/lib/swagger_client/api/server_group_manager_controller_api.rb +75 -0
- data/lib/swagger_client/api/snapshot_controller_api.rb +142 -0
- data/lib/swagger_client/api/subnet_controller_api.rb +78 -0
- data/lib/swagger_client/api/task_controller_api.rb +345 -0
- data/lib/swagger_client/api/v2_canary_config_controller_api.rb +300 -0
- data/lib/swagger_client/api/v2_canary_controller_api.rb +421 -0
- data/lib/swagger_client/api/v2_pipeline_templates_controller_api.rb +412 -0
- data/lib/swagger_client/api/version_controller_api.rb +69 -0
- data/lib/swagger_client/api/webhook_controller_api.rb +135 -0
- data/lib/swagger_client/api_client.rb +388 -0
- data/lib/swagger_client/api_error.rb +38 -0
- data/lib/swagger_client/configuration.rb +202 -0
- data/lib/swagger_client/models/account.rb +241 -0
- data/lib/swagger_client/models/account_details.rb +286 -0
- data/lib/swagger_client/models/granted_authority.rb +183 -0
- data/lib/swagger_client/models/hash_mapstringobject.rb +174 -0
- data/lib/swagger_client/models/http_entity.rb +183 -0
- data/lib/swagger_client/models/mapstringstring.rb +174 -0
- data/lib/swagger_client/models/pipeline_template_dependent.rb +201 -0
- data/lib/swagger_client/models/reorder_pipelines_command.rb +194 -0
- data/lib/swagger_client/models/response_entity.rb +235 -0
- data/lib/swagger_client/models/user.rb +279 -0
- data/lib/swagger_client/models/version.rb +183 -0
- data/lib/swagger_client/version.rb +15 -0
- data/spec/api/amazon_infrastructure_controller_api_spec.rb +65 -0
- data/spec/api/application_controller_api_spec.rb +218 -0
- data/spec/api/artifact_controller_api_spec.rb +60 -0
- data/spec/api/auth_controller_api_spec.rb +86 -0
- data/spec/api/bake_controller_api_spec.rb +68 -0
- data/spec/api/build_controller_api_spec.rb +155 -0
- data/spec/api/cluster_controller_api_spec.rb +155 -0
- data/spec/api/concourse_controller_api_spec.rb +73 -0
- data/spec/api/credentials_controller_api_spec.rb +70 -0
- data/spec/api/ecs_server_group_events_controller_api_spec.rb +50 -0
- data/spec/api/executions_controller_api_spec.rb +72 -0
- data/spec/api/firewall_controller_api_spec.rb +77 -0
- data/spec/api/image_controller_api_spec.rb +80 -0
- data/spec/api/instance_controller_api_spec.rb +64 -0
- data/spec/api/job_controller_api_spec.rb +51 -0
- data/spec/api/load_balancer_controller_api_spec.rb +87 -0
- data/spec/api/network_controller_api_spec.rb +58 -0
- data/spec/api/pipeline_config_controller_api_spec.rb +68 -0
- data/spec/api/pipeline_controller_api_spec.rb +296 -0
- data/spec/api/pipeline_templates_controller_api_spec.rb +118 -0
- data/spec/api/project_controller_api_spec.rb +81 -0
- data/spec/api/pubsub_subscription_controller_api_spec.rb +45 -0
- data/spec/api/reorder_pipelines_controller_api_spec.rb +46 -0
- data/spec/api/search_controller_api_spec.rb +52 -0
- data/spec/api/security_group_controller_api_spec.rb +77 -0
- data/spec/api/server_group_controller_api_spec.rb +66 -0
- data/spec/api/server_group_manager_controller_api_spec.rb +46 -0
- data/spec/api/snapshot_controller_api_spec.rb +60 -0
- data/spec/api/subnet_controller_api_spec.rb +47 -0
- data/spec/api/task_controller_api_spec.rb +103 -0
- data/spec/api/v2_canary_config_controller_api_spec.rb +96 -0
- data/spec/api/v2_canary_controller_api_spec.rb +123 -0
- data/spec/api/v2_pipeline_templates_controller_api_spec.rb +121 -0
- data/spec/api/version_controller_api_spec.rb +45 -0
- data/spec/api/webhook_controller_api_spec.rb +60 -0
- data/spec/api_client_spec.rb +226 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/account_details_spec.rb +107 -0
- data/spec/models/account_spec.rb +77 -0
- data/spec/models/granted_authority_spec.rb +41 -0
- data/spec/models/hash_mapstringobject_spec.rb +35 -0
- data/spec/models/http_entity_spec.rb +41 -0
- data/spec/models/mapstringstring_spec.rb +35 -0
- data/spec/models/pipeline_template_dependent_spec.rb +53 -0
- data/spec/models/reorder_pipelines_command_spec.rb +47 -0
- data/spec/models/response_entity_spec.rb +57 -0
- data/spec/models/user_spec.rb +101 -0
- data/spec/models/version_spec.rb +41 -0
- data/spec/spec_helper.rb +111 -0
- data/spinnaker_gate_ruby_client-1.0.0.gem +0 -0
- data/spinnaker_gate_ruby_client.gemspec +45 -0
- metadata +427 -0
@@ -0,0 +1,87 @@
|
|
1
|
+
=begin
|
2
|
+
#Spinnaker API
|
3
|
+
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
|
+
|
6
|
+
OpenAPI spec version: 1.0.0
|
7
|
+
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.4.7
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
|
16
|
+
# Unit tests for SwaggerClient::LoadBalancerControllerApi
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'LoadBalancerControllerApi' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@instance = SwaggerClient::LoadBalancerControllerApi.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of LoadBalancerControllerApi' do
|
30
|
+
it 'should create an instance of LoadBalancerControllerApi' do
|
31
|
+
expect(@instance).to be_instance_of(SwaggerClient::LoadBalancerControllerApi)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
# unit tests for get_all_using_get
|
36
|
+
# Retrieve a list of load balancers for a given cloud provider
|
37
|
+
# @param [Hash] opts the optional parameters
|
38
|
+
# @option opts [String] :provider provider
|
39
|
+
# @option opts [String] :x_rate_limit_app X-RateLimit-App
|
40
|
+
# @return [Array<Object>]
|
41
|
+
describe 'get_all_using_get test' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
# unit tests for get_application_load_balancers_using_get
|
48
|
+
# Retrieve a list of load balancers for a given application
|
49
|
+
# @param application application
|
50
|
+
# @param [Hash] opts the optional parameters
|
51
|
+
# @option opts [String] :x_rate_limit_app X-RateLimit-App
|
52
|
+
# @return [Array<Object>]
|
53
|
+
describe 'get_application_load_balancers_using_get test' do
|
54
|
+
it 'should work' do
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
|
+
end
|
57
|
+
end
|
58
|
+
|
59
|
+
# unit tests for get_load_balancer_details_using_get
|
60
|
+
# Retrieve a load balancer's details as a single element list for a given account, region, cloud provider and load balancer name
|
61
|
+
# @param account account
|
62
|
+
# @param region region
|
63
|
+
# @param name name
|
64
|
+
# @param [Hash] opts the optional parameters
|
65
|
+
# @option opts [String] :provider provider
|
66
|
+
# @option opts [String] :x_rate_limit_app X-RateLimit-App
|
67
|
+
# @return [Array<Object>]
|
68
|
+
describe 'get_load_balancer_details_using_get test' do
|
69
|
+
it 'should work' do
|
70
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
71
|
+
end
|
72
|
+
end
|
73
|
+
|
74
|
+
# unit tests for get_load_balancer_using_get
|
75
|
+
# Retrieve a load balancer for a given cloud provider
|
76
|
+
# @param name name
|
77
|
+
# @param [Hash] opts the optional parameters
|
78
|
+
# @option opts [String] :provider provider
|
79
|
+
# @option opts [String] :x_rate_limit_app X-RateLimit-App
|
80
|
+
# @return [Hash<String, Object>]
|
81
|
+
describe 'get_load_balancer_using_get test' do
|
82
|
+
it 'should work' do
|
83
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
84
|
+
end
|
85
|
+
end
|
86
|
+
|
87
|
+
end
|
@@ -0,0 +1,58 @@
|
|
1
|
+
=begin
|
2
|
+
#Spinnaker API
|
3
|
+
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
|
+
|
6
|
+
OpenAPI spec version: 1.0.0
|
7
|
+
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.4.7
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
|
16
|
+
# Unit tests for SwaggerClient::NetworkControllerApi
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'NetworkControllerApi' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@instance = SwaggerClient::NetworkControllerApi.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of NetworkControllerApi' do
|
30
|
+
it 'should create an instance of NetworkControllerApi' do
|
31
|
+
expect(@instance).to be_instance_of(SwaggerClient::NetworkControllerApi)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
# unit tests for all_by_cloud_provider_using_get
|
36
|
+
# Retrieve a list of networks for a given cloud provider
|
37
|
+
# @param cloud_provider cloudProvider
|
38
|
+
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [String] :x_rate_limit_app X-RateLimit-App
|
40
|
+
# @return [Array<Object>]
|
41
|
+
describe 'all_by_cloud_provider_using_get test' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
# unit tests for all_using_get2
|
48
|
+
# Retrieve a list of networks, grouped by cloud provider
|
49
|
+
# @param [Hash] opts the optional parameters
|
50
|
+
# @option opts [String] :x_rate_limit_app X-RateLimit-App
|
51
|
+
# @return [Hash<String, Object>]
|
52
|
+
describe 'all_using_get2 test' do
|
53
|
+
it 'should work' do
|
54
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
55
|
+
end
|
56
|
+
end
|
57
|
+
|
58
|
+
end
|
@@ -0,0 +1,68 @@
|
|
1
|
+
=begin
|
2
|
+
#Spinnaker API
|
3
|
+
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
|
+
|
6
|
+
OpenAPI spec version: 1.0.0
|
7
|
+
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.4.7
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
|
16
|
+
# Unit tests for SwaggerClient::PipelineConfigControllerApi
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'PipelineConfigControllerApi' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@instance = SwaggerClient::PipelineConfigControllerApi.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of PipelineConfigControllerApi' do
|
30
|
+
it 'should create an instance of PipelineConfigControllerApi' do
|
31
|
+
expect(@instance).to be_instance_of(SwaggerClient::PipelineConfigControllerApi)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
# unit tests for convert_pipeline_config_to_pipeline_template_using_get
|
36
|
+
# Convert a pipeline config to a pipeline template.
|
37
|
+
# @param pipeline_config_id pipelineConfigId
|
38
|
+
# @param [Hash] opts the optional parameters
|
39
|
+
# @return [String]
|
40
|
+
describe 'convert_pipeline_config_to_pipeline_template_using_get test' do
|
41
|
+
it 'should work' do
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
# unit tests for get_all_pipeline_configs_using_get
|
47
|
+
# Get all pipeline configs.
|
48
|
+
# @param [Hash] opts the optional parameters
|
49
|
+
# @return [Array<Object>]
|
50
|
+
describe 'get_all_pipeline_configs_using_get test' do
|
51
|
+
it 'should work' do
|
52
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
53
|
+
end
|
54
|
+
end
|
55
|
+
|
56
|
+
# unit tests for get_pipeline_config_history_using_get
|
57
|
+
# Get pipeline config history.
|
58
|
+
# @param pipeline_config_id pipelineConfigId
|
59
|
+
# @param [Hash] opts the optional parameters
|
60
|
+
# @option opts [Integer] :limit limit
|
61
|
+
# @return [Array<Object>]
|
62
|
+
describe 'get_pipeline_config_history_using_get test' do
|
63
|
+
it 'should work' do
|
64
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
65
|
+
end
|
66
|
+
end
|
67
|
+
|
68
|
+
end
|
@@ -0,0 +1,296 @@
|
|
1
|
+
=begin
|
2
|
+
#Spinnaker API
|
3
|
+
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
5
|
+
|
6
|
+
OpenAPI spec version: 1.0.0
|
7
|
+
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.4.7
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
|
16
|
+
# Unit tests for SwaggerClient::PipelineControllerApi
|
17
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'PipelineControllerApi' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@instance = SwaggerClient::PipelineControllerApi.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of PipelineControllerApi' do
|
30
|
+
it 'should create an instance of PipelineControllerApi' do
|
31
|
+
expect(@instance).to be_instance_of(SwaggerClient::PipelineControllerApi)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
# unit tests for cancel_pipeline_using_put1
|
36
|
+
# Cancel a pipeline execution
|
37
|
+
# @param id id
|
38
|
+
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [String] :reason reason
|
40
|
+
# @option opts [BOOLEAN] :force force
|
41
|
+
# @return [nil]
|
42
|
+
describe 'cancel_pipeline_using_put1 test' do
|
43
|
+
it 'should work' do
|
44
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
45
|
+
end
|
46
|
+
end
|
47
|
+
|
48
|
+
# unit tests for delete_pipeline_using_delete
|
49
|
+
# Delete a pipeline definition
|
50
|
+
# @param application application
|
51
|
+
# @param pipeline_name pipelineName
|
52
|
+
# @param [Hash] opts the optional parameters
|
53
|
+
# @return [nil]
|
54
|
+
describe 'delete_pipeline_using_delete test' do
|
55
|
+
it 'should work' do
|
56
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
57
|
+
end
|
58
|
+
end
|
59
|
+
|
60
|
+
# unit tests for delete_pipeline_using_delete1
|
61
|
+
# Delete a pipeline execution
|
62
|
+
# @param id id
|
63
|
+
# @param [Hash] opts the optional parameters
|
64
|
+
# @return [Hash<String, Object>]
|
65
|
+
describe 'delete_pipeline_using_delete1 test' do
|
66
|
+
it 'should work' do
|
67
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
|
+
end
|
69
|
+
end
|
70
|
+
|
71
|
+
# unit tests for evaluate_expression_for_execution_using_delete
|
72
|
+
# Evaluate a pipeline expression using the provided execution as context
|
73
|
+
# @param id id
|
74
|
+
# @param expression expression
|
75
|
+
# @param [Hash] opts the optional parameters
|
76
|
+
# @return [Hash<String, Object>]
|
77
|
+
describe 'evaluate_expression_for_execution_using_delete test' do
|
78
|
+
it 'should work' do
|
79
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
80
|
+
end
|
81
|
+
end
|
82
|
+
|
83
|
+
# unit tests for evaluate_expression_for_execution_using_get
|
84
|
+
# Evaluate a pipeline expression using the provided execution as context
|
85
|
+
# @param id id
|
86
|
+
# @param expression expression
|
87
|
+
# @param [Hash] opts the optional parameters
|
88
|
+
# @return [Hash<String, Object>]
|
89
|
+
describe 'evaluate_expression_for_execution_using_get test' do
|
90
|
+
it 'should work' do
|
91
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
92
|
+
end
|
93
|
+
end
|
94
|
+
|
95
|
+
# unit tests for evaluate_expression_for_execution_using_head
|
96
|
+
# Evaluate a pipeline expression using the provided execution as context
|
97
|
+
# @param id id
|
98
|
+
# @param expression expression
|
99
|
+
# @param [Hash] opts the optional parameters
|
100
|
+
# @return [Hash<String, Object>]
|
101
|
+
describe 'evaluate_expression_for_execution_using_head test' do
|
102
|
+
it 'should work' do
|
103
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
104
|
+
end
|
105
|
+
end
|
106
|
+
|
107
|
+
# unit tests for evaluate_expression_for_execution_using_options
|
108
|
+
# Evaluate a pipeline expression using the provided execution as context
|
109
|
+
# @param id id
|
110
|
+
# @param expression expression
|
111
|
+
# @param [Hash] opts the optional parameters
|
112
|
+
# @return [Hash<String, Object>]
|
113
|
+
describe 'evaluate_expression_for_execution_using_options test' do
|
114
|
+
it 'should work' do
|
115
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
116
|
+
end
|
117
|
+
end
|
118
|
+
|
119
|
+
# unit tests for evaluate_expression_for_execution_using_patch
|
120
|
+
# Evaluate a pipeline expression using the provided execution as context
|
121
|
+
# @param id id
|
122
|
+
# @param expression expression
|
123
|
+
# @param [Hash] opts the optional parameters
|
124
|
+
# @return [Hash<String, Object>]
|
125
|
+
describe 'evaluate_expression_for_execution_using_patch test' do
|
126
|
+
it 'should work' do
|
127
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
128
|
+
end
|
129
|
+
end
|
130
|
+
|
131
|
+
# unit tests for evaluate_expression_for_execution_using_put
|
132
|
+
# Evaluate a pipeline expression using the provided execution as context
|
133
|
+
# @param id id
|
134
|
+
# @param expression expression
|
135
|
+
# @param [Hash] opts the optional parameters
|
136
|
+
# @return [Hash<String, Object>]
|
137
|
+
describe 'evaluate_expression_for_execution_using_put test' do
|
138
|
+
it 'should work' do
|
139
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
140
|
+
end
|
141
|
+
end
|
142
|
+
|
143
|
+
# unit tests for evaluate_expression_for_execution_via_post_using_post1
|
144
|
+
# Evaluate a pipeline expression using the provided execution as context
|
145
|
+
# @param id id
|
146
|
+
# @param pipeline_expression pipelineExpression
|
147
|
+
# @param [Hash] opts the optional parameters
|
148
|
+
# @return [Hash<String, Object>]
|
149
|
+
describe 'evaluate_expression_for_execution_via_post_using_post1 test' do
|
150
|
+
it 'should work' do
|
151
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
152
|
+
end
|
153
|
+
end
|
154
|
+
|
155
|
+
# unit tests for get_pipeline_logs_using_get
|
156
|
+
# Retrieve pipeline execution logs
|
157
|
+
# @param id id
|
158
|
+
# @param [Hash] opts the optional parameters
|
159
|
+
# @return [Array<Object>]
|
160
|
+
describe 'get_pipeline_logs_using_get test' do
|
161
|
+
it 'should work' do
|
162
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
163
|
+
end
|
164
|
+
end
|
165
|
+
|
166
|
+
# unit tests for get_pipeline_using_get
|
167
|
+
# Retrieve a pipeline execution
|
168
|
+
# @param id id
|
169
|
+
# @param [Hash] opts the optional parameters
|
170
|
+
# @return [Object]
|
171
|
+
describe 'get_pipeline_using_get test' do
|
172
|
+
it 'should work' do
|
173
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
174
|
+
end
|
175
|
+
end
|
176
|
+
|
177
|
+
# unit tests for invoke_pipeline_config_using_post1
|
178
|
+
# Trigger a pipeline execution
|
179
|
+
# @param application application
|
180
|
+
# @param pipeline_name_or_id pipelineNameOrId
|
181
|
+
# @param [Hash] opts the optional parameters
|
182
|
+
# @option opts [Object] :trigger trigger
|
183
|
+
# @return [HttpEntity]
|
184
|
+
describe 'invoke_pipeline_config_using_post1 test' do
|
185
|
+
it 'should work' do
|
186
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
187
|
+
end
|
188
|
+
end
|
189
|
+
|
190
|
+
# unit tests for invoke_pipeline_config_via_echo_using_post
|
191
|
+
# Trigger a pipeline execution
|
192
|
+
# @param application application
|
193
|
+
# @param pipeline_name_or_id pipelineNameOrId
|
194
|
+
# @param [Hash] opts the optional parameters
|
195
|
+
# @option opts [Object] :trigger trigger
|
196
|
+
# @return [HttpEntity]
|
197
|
+
describe 'invoke_pipeline_config_via_echo_using_post test' do
|
198
|
+
it 'should work' do
|
199
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
200
|
+
end
|
201
|
+
end
|
202
|
+
|
203
|
+
# unit tests for pause_pipeline_using_put
|
204
|
+
# Pause a pipeline execution
|
205
|
+
# @param id id
|
206
|
+
# @param [Hash] opts the optional parameters
|
207
|
+
# @return [nil]
|
208
|
+
describe 'pause_pipeline_using_put test' do
|
209
|
+
it 'should work' do
|
210
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
211
|
+
end
|
212
|
+
end
|
213
|
+
|
214
|
+
# unit tests for rename_pipeline_using_post
|
215
|
+
# Rename a pipeline definition
|
216
|
+
# @param rename_command renameCommand
|
217
|
+
# @param [Hash] opts the optional parameters
|
218
|
+
# @return [nil]
|
219
|
+
describe 'rename_pipeline_using_post test' do
|
220
|
+
it 'should work' do
|
221
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
222
|
+
end
|
223
|
+
end
|
224
|
+
|
225
|
+
# unit tests for restart_stage_using_put
|
226
|
+
# Restart a stage execution
|
227
|
+
# @param id id
|
228
|
+
# @param stage_id stageId
|
229
|
+
# @param context context
|
230
|
+
# @param [Hash] opts the optional parameters
|
231
|
+
# @return [Hash<String, Object>]
|
232
|
+
describe 'restart_stage_using_put test' do
|
233
|
+
it 'should work' do
|
234
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
235
|
+
end
|
236
|
+
end
|
237
|
+
|
238
|
+
# unit tests for resume_pipeline_using_put
|
239
|
+
# Resume a pipeline execution
|
240
|
+
# @param id id
|
241
|
+
# @param [Hash] opts the optional parameters
|
242
|
+
# @return [Hash<String, Object>]
|
243
|
+
describe 'resume_pipeline_using_put test' do
|
244
|
+
it 'should work' do
|
245
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
246
|
+
end
|
247
|
+
end
|
248
|
+
|
249
|
+
# unit tests for save_pipeline_using_post
|
250
|
+
# Save a pipeline definition
|
251
|
+
# @param pipeline pipeline
|
252
|
+
# @param [Hash] opts the optional parameters
|
253
|
+
# @return [nil]
|
254
|
+
describe 'save_pipeline_using_post test' do
|
255
|
+
it 'should work' do
|
256
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
257
|
+
end
|
258
|
+
end
|
259
|
+
|
260
|
+
# unit tests for start_using_post
|
261
|
+
# Initiate a pipeline execution
|
262
|
+
# @param map map
|
263
|
+
# @param [Hash] opts the optional parameters
|
264
|
+
# @return [ResponseEntity]
|
265
|
+
describe 'start_using_post test' do
|
266
|
+
it 'should work' do
|
267
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
268
|
+
end
|
269
|
+
end
|
270
|
+
|
271
|
+
# unit tests for update_pipeline_using_put
|
272
|
+
# Update a pipeline definition
|
273
|
+
# @param id id
|
274
|
+
# @param pipeline pipeline
|
275
|
+
# @param [Hash] opts the optional parameters
|
276
|
+
# @return [Hash<String, Object>]
|
277
|
+
describe 'update_pipeline_using_put test' do
|
278
|
+
it 'should work' do
|
279
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
280
|
+
end
|
281
|
+
end
|
282
|
+
|
283
|
+
# unit tests for update_stage_using_patch
|
284
|
+
# Update a stage execution
|
285
|
+
# @param id id
|
286
|
+
# @param stage_id stageId
|
287
|
+
# @param context context
|
288
|
+
# @param [Hash] opts the optional parameters
|
289
|
+
# @return [Hash<String, Object>]
|
290
|
+
describe 'update_stage_using_patch test' do
|
291
|
+
it 'should work' do
|
292
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
293
|
+
end
|
294
|
+
end
|
295
|
+
|
296
|
+
end
|