swaggy_jenkins 0.0.1 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Gemfile +3 -1
- data/Gemfile.lock +51 -50
- data/README.md +25 -33
- data/Rakefile +2 -0
- data/bin/bundle +114 -0
- data/bin/byebug +29 -0
- data/bin/coderay +29 -0
- data/bin/htmldiff +29 -0
- data/bin/ldiff +29 -0
- data/bin/pry +29 -0
- data/bin/rake +29 -0
- data/bin/rspec +29 -0
- data/bin/rubocop +29 -0
- data/bin/ruby-parse +29 -0
- data/bin/ruby-rewrite +29 -0
- data/docs/AllView.md +17 -5
- data/docs/BaseApi.md +75 -0
- data/docs/BlueOceanApi.md +1347 -631
- data/docs/BranchImpl.md +37 -15
- data/docs/BranchImpllinks.md +21 -7
- data/docs/BranchImplpermissions.md +21 -7
- data/docs/CauseAction.md +15 -4
- data/docs/CauseUserIdCause.md +19 -6
- data/docs/ClassesByClass.md +15 -4
- data/docs/ClockDifference.md +15 -4
- data/docs/ComputerSet.md +21 -7
- data/docs/DefaultCrumbIssuer.md +17 -5
- data/docs/DiskSpaceMonitorDescriptorDiskSpace.md +19 -6
- data/docs/EmptyChangeLogSet.md +15 -4
- data/docs/ExtensionClassContainerImpl1.md +17 -5
- data/docs/ExtensionClassContainerImpl1links.md +15 -4
- data/docs/ExtensionClassContainerImpl1map.md +17 -5
- data/docs/ExtensionClassImpl.md +17 -5
- data/docs/ExtensionClassImpllinks.md +15 -4
- data/docs/FavoriteImpl.md +17 -5
- data/docs/FavoriteImpllinks.md +15 -4
- data/docs/FreeStyleBuild.md +47 -20
- data/docs/FreeStyleProject.md +65 -29
- data/docs/FreeStyleProjectactions.md +13 -3
- data/docs/FreeStyleProjecthealthReport.md +21 -7
- data/docs/GenericResource.md +23 -8
- data/docs/GithubContent.md +27 -10
- data/docs/GithubFile.md +15 -4
- data/docs/GithubOrganization.md +19 -6
- data/docs/GithubOrganizationlinks.md +17 -5
- data/docs/GithubRepositories.md +23 -8
- data/docs/GithubRepositorieslinks.md +15 -4
- data/docs/GithubRepository.md +27 -10
- data/docs/GithubRepositorylinks.md +15 -4
- data/docs/GithubRepositorypermissions.md +19 -6
- data/docs/GithubRespositoryContainer.md +17 -5
- data/docs/GithubRespositoryContainerlinks.md +15 -4
- data/docs/GithubScm.md +21 -7
- data/docs/GithubScmlinks.md +15 -4
- data/docs/Hudson.md +41 -17
- data/docs/HudsonMasterComputer.md +43 -18
- data/docs/HudsonMasterComputerexecutors.md +23 -8
- data/docs/HudsonMasterComputermonitorData.md +25 -9
- data/docs/HudsonassignedLabels.md +13 -3
- data/docs/InputStepImpl.md +25 -9
- data/docs/InputStepImpllinks.md +15 -4
- data/docs/Label1.md +13 -3
- data/docs/Link.md +15 -4
- data/docs/ListView.md +21 -7
- data/docs/MultibranchPipeline.md +39 -16
- data/docs/NullSCM.md +13 -3
- data/docs/Organisation.md +15 -4
- data/docs/Pipeline.md +27 -10
- data/docs/PipelineActivity.md +41 -17
- data/docs/PipelineActivityartifacts.md +19 -6
- data/docs/PipelineBranchesitem.md +29 -11
- data/docs/PipelineBranchesitemlatestRun.md +39 -16
- data/docs/PipelineBranchesitempullRequest.md +23 -8
- data/docs/PipelineBranchesitempullRequestlinks.md +15 -4
- data/docs/PipelineFolderImpl.md +25 -9
- data/docs/PipelineImpl.md +29 -11
- data/docs/PipelineImpllinks.md +21 -7
- data/docs/PipelineRun.md +41 -17
- data/docs/PipelineRunImpl.md +41 -17
- data/docs/PipelineRunImpllinks.md +23 -8
- data/docs/PipelineRunNode.md +27 -10
- data/docs/PipelineRunNodeedges.md +15 -4
- data/docs/PipelineRunartifacts.md +19 -6
- data/docs/PipelineStepImpl.md +29 -11
- data/docs/PipelineStepImpllinks.md +17 -5
- data/docs/PipelinelatestRun.md +41 -17
- data/docs/PipelinelatestRunartifacts.md +19 -6
- data/docs/Queue.md +15 -4
- data/docs/QueueBlockedItem.md +35 -14
- data/docs/QueueItemImpl.md +21 -7
- data/docs/QueueLeftItem.md +37 -15
- data/docs/RemoteAccessApi.md +666 -350
- data/docs/ResponseTimeMonitorData.md +17 -5
- data/docs/StringParameterDefinition.md +21 -7
- data/docs/StringParameterValue.md +17 -5
- data/docs/SwapSpaceMonitorMemoryUsage2.md +21 -7
- data/docs/UnlabeledLoadStatistics.md +13 -3
- data/docs/User.md +21 -7
- data/git_push.sh +12 -10
- data/lib/swaggy_jenkins/api/base_api.rb +77 -0
- data/lib/swaggy_jenkins/api/blue_ocean_api.rb +1048 -643
- data/lib/swaggy_jenkins/api/remote_access_api.rb +506 -361
- data/lib/swaggy_jenkins/api_client.rb +95 -94
- data/lib/swaggy_jenkins/api_error.rb +22 -3
- data/lib/swaggy_jenkins/configuration.rb +91 -15
- data/lib/swaggy_jenkins/models/all_view.rb +59 -29
- data/lib/swaggy_jenkins/models/branch_impl.rb +76 -46
- data/lib/swaggy_jenkins/models/branch_impllinks.rb +62 -32
- data/lib/swaggy_jenkins/models/branch_implpermissions.rb +65 -35
- data/lib/swaggy_jenkins/models/cause_action.rb +58 -28
- data/lib/swaggy_jenkins/models/cause_user_id_cause.rb +63 -33
- data/lib/swaggy_jenkins/models/classes_by_class.rb +58 -28
- data/lib/swaggy_jenkins/models/clock_difference.rb +58 -28
- data/lib/swaggy_jenkins/models/computer_set.rb +64 -34
- data/lib/swaggy_jenkins/models/default_crumb_issuer.rb +60 -30
- data/lib/swaggy_jenkins/models/disk_space_monitor_descriptor_disk_space.rb +60 -30
- data/lib/swaggy_jenkins/models/empty_change_log_set.rb +58 -28
- data/lib/swaggy_jenkins/models/extension_class_container_impl1.rb +59 -29
- data/lib/swaggy_jenkins/models/extension_class_container_impl1links.rb +59 -29
- data/lib/swaggy_jenkins/models/extension_class_container_impl1map.rb +61 -31
- data/lib/swaggy_jenkins/models/extension_class_impl.rb +59 -29
- data/lib/swaggy_jenkins/models/extension_class_impllinks.rb +59 -29
- data/lib/swaggy_jenkins/models/favorite_impl.rb +59 -29
- data/lib/swaggy_jenkins/models/favorite_impllinks.rb +59 -29
- data/lib/swaggy_jenkins/models/free_style_build.rb +83 -53
- data/lib/swaggy_jenkins/models/free_style_project.rb +105 -75
- data/lib/swaggy_jenkins/models/free_style_projectactions.rb +57 -27
- data/lib/swaggy_jenkins/models/free_style_projecthealth_report.rb +63 -33
- data/lib/swaggy_jenkins/models/generic_resource.rb +65 -35
- data/lib/swaggy_jenkins/models/github_content.rb +65 -35
- data/lib/swaggy_jenkins/models/github_file.rb +58 -28
- data/lib/swaggy_jenkins/models/github_organization.rb +62 -32
- data/lib/swaggy_jenkins/models/github_organizationlinks.rb +60 -30
- data/lib/swaggy_jenkins/models/github_repositories.rb +65 -35
- data/lib/swaggy_jenkins/models/github_repositorieslinks.rb +59 -29
- data/lib/swaggy_jenkins/models/github_repository.rb +67 -37
- data/lib/swaggy_jenkins/models/github_repositorylinks.rb +59 -29
- data/lib/swaggy_jenkins/models/github_repositorypermissions.rb +63 -33
- data/lib/swaggy_jenkins/models/github_respository_container.rb +59 -29
- data/lib/swaggy_jenkins/models/github_respository_containerlinks.rb +59 -29
- data/lib/swaggy_jenkins/models/github_scm.rb +62 -32
- data/lib/swaggy_jenkins/models/github_scmlinks.rb +59 -29
- data/lib/swaggy_jenkins/models/hudson.rb +84 -54
- data/lib/swaggy_jenkins/models/hudson_master_computer.rb +89 -59
- data/lib/swaggy_jenkins/models/hudson_master_computerexecutors.rb +66 -36
- data/lib/swaggy_jenkins/models/hudson_master_computermonitor_data.rb +69 -39
- data/lib/swaggy_jenkins/models/hudsonassigned_labels.rb +57 -27
- data/lib/swaggy_jenkins/models/input_step_impl.rb +63 -33
- data/lib/swaggy_jenkins/models/input_step_impllinks.rb +59 -29
- data/lib/swaggy_jenkins/models/label1.rb +57 -27
- data/lib/swaggy_jenkins/models/link.rb +58 -28
- data/lib/swaggy_jenkins/models/list_view.rb +61 -31
- data/lib/swaggy_jenkins/models/multibranch_pipeline.rb +81 -51
- data/lib/swaggy_jenkins/models/null_scm.rb +57 -27
- data/lib/swaggy_jenkins/models/organisation.rb +58 -28
- data/lib/swaggy_jenkins/models/pipeline.rb +69 -39
- data/lib/swaggy_jenkins/models/pipeline_activity.rb +78 -48
- data/lib/swaggy_jenkins/models/pipeline_activityartifacts.rb +60 -30
- data/lib/swaggy_jenkins/models/pipeline_branchesitem.rb +71 -41
- data/lib/swaggy_jenkins/models/pipeline_branchesitemlatest_run.rb +77 -47
- data/lib/swaggy_jenkins/models/pipeline_branchesitempull_request.rb +62 -32
- data/lib/swaggy_jenkins/models/pipeline_branchesitempull_requestlinks.rb +59 -29
- data/lib/swaggy_jenkins/models/pipeline_folder_impl.rb +67 -37
- data/lib/swaggy_jenkins/models/pipeline_impl.rb +70 -40
- data/lib/swaggy_jenkins/models/pipeline_impllinks.rb +62 -32
- data/lib/swaggy_jenkins/models/pipeline_run.rb +78 -48
- data/lib/swaggy_jenkins/models/pipeline_run_impl.rb +78 -48
- data/lib/swaggy_jenkins/models/pipeline_run_impllinks.rb +63 -33
- data/lib/swaggy_jenkins/models/pipeline_run_node.rb +67 -37
- data/lib/swaggy_jenkins/models/pipeline_run_nodeedges.rb +58 -28
- data/lib/swaggy_jenkins/models/pipeline_runartifacts.rb +60 -30
- data/lib/swaggy_jenkins/models/pipeline_step_impl.rb +68 -38
- data/lib/swaggy_jenkins/models/pipeline_step_impllinks.rb +60 -30
- data/lib/swaggy_jenkins/models/pipelinelatest_run.rb +78 -48
- data/lib/swaggy_jenkins/models/pipelinelatest_runartifacts.rb +60 -30
- data/lib/swaggy_jenkins/models/queue.rb +58 -28
- data/lib/swaggy_jenkins/models/queue_blocked_item.rb +73 -43
- data/lib/swaggy_jenkins/models/queue_item_impl.rb +63 -33
- data/lib/swaggy_jenkins/models/queue_left_item.rb +74 -44
- data/lib/swaggy_jenkins/models/response_time_monitor_data.rb +59 -29
- data/lib/swaggy_jenkins/models/string_parameter_definition.rb +62 -32
- data/lib/swaggy_jenkins/models/string_parameter_value.rb +59 -29
- data/lib/swaggy_jenkins/models/swap_space_monitor_memory_usage2.rb +65 -35
- data/lib/swaggy_jenkins/models/unlabeled_load_statistics.rb +57 -27
- data/lib/swaggy_jenkins/models/user.rb +62 -32
- data/lib/swaggy_jenkins/version.rb +4 -4
- data/lib/swaggy_jenkins.rb +4 -16
- data/spec/api/base_api_spec.rb +45 -0
- data/spec/api/blue_ocean_api_spec.rb +76 -88
- data/spec/api/remote_access_api_spec.rb +28 -59
- data/spec/api_client_spec.rb +40 -40
- data/spec/configuration_spec.rb +11 -11
- data/spec/models/all_view_spec.rb +10 -18
- data/spec/models/branch_impl_spec.rb +20 -28
- data/spec/models/branch_impllinks_spec.rb +12 -20
- data/spec/models/branch_implpermissions_spec.rb +12 -20
- data/spec/models/cause_action_spec.rb +9 -17
- data/spec/models/cause_user_id_cause_spec.rb +11 -19
- data/spec/models/classes_by_class_spec.rb +9 -17
- data/spec/models/clock_difference_spec.rb +9 -17
- data/spec/models/computer_set_spec.rb +12 -20
- data/spec/models/default_crumb_issuer_spec.rb +10 -18
- data/spec/models/disk_space_monitor_descriptor_disk_space_spec.rb +11 -19
- data/spec/models/empty_change_log_set_spec.rb +9 -17
- data/spec/models/extension_class_container_impl1_spec.rb +10 -18
- data/spec/models/extension_class_container_impl1links_spec.rb +9 -17
- data/spec/models/extension_class_container_impl1map_spec.rb +10 -18
- data/spec/models/extension_class_impl_spec.rb +10 -18
- data/spec/models/extension_class_impllinks_spec.rb +9 -17
- data/spec/models/favorite_impl_spec.rb +10 -18
- data/spec/models/favorite_impllinks_spec.rb +9 -17
- data/spec/models/free_style_build_spec.rb +25 -33
- data/spec/models/free_style_project_spec.rb +34 -42
- data/spec/models/free_style_projectactions_spec.rb +8 -16
- data/spec/models/free_style_projecthealth_report_spec.rb +12 -20
- data/spec/models/generic_resource_spec.rb +13 -21
- data/spec/models/github_content_spec.rb +15 -23
- data/spec/models/github_file_spec.rb +9 -17
- data/spec/models/github_organization_spec.rb +11 -19
- data/spec/models/github_organizationlinks_spec.rb +10 -18
- data/spec/models/github_repositories_spec.rb +13 -21
- data/spec/models/github_repositorieslinks_spec.rb +9 -17
- data/spec/models/github_repository_spec.rb +15 -23
- data/spec/models/github_repositorylinks_spec.rb +9 -17
- data/spec/models/github_repositorypermissions_spec.rb +11 -19
- data/spec/models/github_respository_container_spec.rb +10 -18
- data/spec/models/github_respository_containerlinks_spec.rb +9 -17
- data/spec/models/github_scm_spec.rb +12 -20
- data/spec/models/github_scmlinks_spec.rb +9 -17
- data/spec/models/hudson_master_computer_spec.rb +23 -31
- data/spec/models/hudson_master_computerexecutors_spec.rb +13 -21
- data/spec/models/hudson_master_computermonitor_data_spec.rb +14 -22
- data/spec/models/hudson_spec.rb +22 -30
- data/spec/models/hudsonassigned_labels_spec.rb +8 -16
- data/spec/models/input_step_impl_spec.rb +14 -22
- data/spec/models/input_step_impllinks_spec.rb +9 -17
- data/spec/models/label1_spec.rb +8 -16
- data/spec/models/link_spec.rb +9 -17
- data/spec/models/list_view_spec.rb +12 -20
- data/spec/models/multibranch_pipeline_spec.rb +21 -29
- data/spec/models/null_scm_spec.rb +8 -16
- data/spec/models/organisation_spec.rb +9 -17
- data/spec/models/pipeline_activity_spec.rb +22 -30
- data/spec/models/pipeline_activityartifacts_spec.rb +11 -19
- data/spec/models/pipeline_branchesitem_spec.rb +16 -24
- data/spec/models/pipeline_branchesitemlatest_run_spec.rb +21 -29
- data/spec/models/pipeline_branchesitempull_request_spec.rb +13 -21
- data/spec/models/pipeline_branchesitempull_requestlinks_spec.rb +9 -17
- data/spec/models/pipeline_folder_impl_spec.rb +14 -22
- data/spec/models/pipeline_impl_spec.rb +16 -24
- data/spec/models/pipeline_impllinks_spec.rb +12 -20
- data/spec/models/pipeline_run_impl_spec.rb +22 -30
- data/spec/models/pipeline_run_impllinks_spec.rb +13 -21
- data/spec/models/pipeline_run_node_spec.rb +15 -23
- data/spec/models/pipeline_run_nodeedges_spec.rb +9 -17
- data/spec/models/pipeline_run_spec.rb +22 -30
- data/spec/models/pipeline_runartifacts_spec.rb +11 -19
- data/spec/models/pipeline_spec.rb +15 -23
- data/spec/models/pipeline_step_impl_spec.rb +16 -24
- data/spec/models/pipeline_step_impllinks_spec.rb +10 -18
- data/spec/models/pipelinelatest_run_spec.rb +22 -30
- data/spec/models/pipelinelatest_runartifacts_spec.rb +11 -19
- data/spec/models/queue_blocked_item_spec.rb +19 -27
- data/spec/models/queue_item_impl_spec.rb +12 -20
- data/spec/models/queue_left_item_spec.rb +20 -28
- data/spec/models/queue_spec.rb +9 -17
- data/spec/models/response_time_monitor_data_spec.rb +10 -18
- data/spec/models/string_parameter_definition_spec.rb +12 -20
- data/spec/models/string_parameter_value_spec.rb +10 -18
- data/spec/models/swap_space_monitor_memory_usage2_spec.rb +12 -20
- data/spec/models/unlabeled_load_statistics_spec.rb +8 -16
- data/spec/models/user_spec.rb +12 -20
- data/spec/spec_helper.rb +3 -3
- data/swaggy_jenkins.gemspec +6 -13
- metadata +97 -275
- data/docs/Body.md +0 -8
- data/docs/Organisations.md +0 -7
- data/docs/PipelineActivities.md +0 -7
- data/docs/PipelineBranches.md +0 -7
- data/docs/PipelineQueue.md +0 -7
- data/docs/PipelineRunNodeSteps.md +0 -7
- data/docs/PipelineRunNodes.md +0 -7
- data/docs/PipelineRunSteps.md +0 -7
- data/docs/PipelineRuns.md +0 -7
- data/docs/Pipelines.md +0 -7
- data/docs/ScmOrganisations.md +0 -7
- data/docs/UserFavorites.md +0 -7
- data/docs/Users.md +0 -7
- data/lib/swaggy_jenkins/models/body.rb +0 -193
- data/lib/swaggy_jenkins/models/organisations.rb +0 -179
- data/lib/swaggy_jenkins/models/pipeline_activities.rb +0 -179
- data/lib/swaggy_jenkins/models/pipeline_branches.rb +0 -179
- data/lib/swaggy_jenkins/models/pipeline_queue.rb +0 -179
- data/lib/swaggy_jenkins/models/pipeline_run_node_steps.rb +0 -179
- data/lib/swaggy_jenkins/models/pipeline_run_nodes.rb +0 -179
- data/lib/swaggy_jenkins/models/pipeline_run_steps.rb +0 -179
- data/lib/swaggy_jenkins/models/pipeline_runs.rb +0 -179
- data/lib/swaggy_jenkins/models/pipelines.rb +0 -179
- data/lib/swaggy_jenkins/models/scm_organisations.rb +0 -179
- data/lib/swaggy_jenkins/models/user_favorites.rb +0 -179
- data/lib/swaggy_jenkins/models/users.rb +0 -179
- data/spec/models/body_spec.rb +0 -42
- data/spec/models/organisations_spec.rb +0 -36
- data/spec/models/pipeline_activities_spec.rb +0 -36
- data/spec/models/pipeline_branches_spec.rb +0 -36
- data/spec/models/pipeline_queue_spec.rb +0 -36
- data/spec/models/pipeline_run_node_steps_spec.rb +0 -36
- data/spec/models/pipeline_run_nodes_spec.rb +0 -36
- data/spec/models/pipeline_run_steps_spec.rb +0 -36
- data/spec/models/pipeline_runs_spec.rb +0 -36
- data/spec/models/pipelines_spec.rb +0 -36
- data/spec/models/scm_organisations_spec.rb +0 -36
- data/spec/models/user_favorites_spec.rb +0 -36
- data/spec/models/users_spec.rb +0 -36
@@ -1,179 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#Swaggy Jenkins
|
3
|
-
|
4
|
-
#Jenkins API clients generated from Swagger / Open API specification
|
5
|
-
|
6
|
-
OpenAPI spec version: 0.1.0
|
7
|
-
Contact: blah@cliffano.com
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.0-SNAPSHOT
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'date'
|
14
|
-
|
15
|
-
module SwaggyJenkinsClient
|
16
|
-
|
17
|
-
class PipelineBranches
|
18
|
-
|
19
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
20
|
-
def self.attribute_map
|
21
|
-
{
|
22
|
-
}
|
23
|
-
end
|
24
|
-
|
25
|
-
# Attribute type mapping.
|
26
|
-
def self.swagger_types
|
27
|
-
{
|
28
|
-
}
|
29
|
-
end
|
30
|
-
|
31
|
-
# Initializes the object
|
32
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
33
|
-
def initialize(attributes = {})
|
34
|
-
return unless attributes.is_a?(Hash)
|
35
|
-
|
36
|
-
# convert string to symbol for hash key
|
37
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
38
|
-
|
39
|
-
end
|
40
|
-
|
41
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
42
|
-
# @return Array for valid properies with the reasons
|
43
|
-
def list_invalid_properties
|
44
|
-
invalid_properties = Array.new
|
45
|
-
return invalid_properties
|
46
|
-
end
|
47
|
-
|
48
|
-
# Check to see if the all the properties in the model are valid
|
49
|
-
# @return true if the model is valid
|
50
|
-
def valid?
|
51
|
-
return true
|
52
|
-
end
|
53
|
-
|
54
|
-
# Checks equality by comparing each attribute.
|
55
|
-
# @param [Object] Object to be compared
|
56
|
-
def ==(o)
|
57
|
-
return true if self.equal?(o)
|
58
|
-
self.class == o.class
|
59
|
-
end
|
60
|
-
|
61
|
-
# @see the `==` method
|
62
|
-
# @param [Object] Object to be compared
|
63
|
-
def eql?(o)
|
64
|
-
self == o
|
65
|
-
end
|
66
|
-
|
67
|
-
# Calculates hash code according to all attributes.
|
68
|
-
# @return [Fixnum] Hash code
|
69
|
-
def hash
|
70
|
-
[].hash
|
71
|
-
end
|
72
|
-
|
73
|
-
# Builds the object from hash
|
74
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
75
|
-
# @return [Object] Returns the model itself
|
76
|
-
def build_from_hash(attributes)
|
77
|
-
return nil unless attributes.is_a?(Hash)
|
78
|
-
self.class.swagger_types.each_pair do |key, type|
|
79
|
-
if type =~ /\AArray<(.*)>/i
|
80
|
-
# check to ensure the input is an array given that the the attribute
|
81
|
-
# is documented as an array but the input is not
|
82
|
-
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
83
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
84
|
-
end
|
85
|
-
elsif !attributes[self.class.attribute_map[key]].nil?
|
86
|
-
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
87
|
-
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
88
|
-
end
|
89
|
-
|
90
|
-
self
|
91
|
-
end
|
92
|
-
|
93
|
-
# Deserializes the data based on type
|
94
|
-
# @param string type Data type
|
95
|
-
# @param string value Value to be deserialized
|
96
|
-
# @return [Object] Deserialized data
|
97
|
-
def _deserialize(type, value)
|
98
|
-
case type.to_sym
|
99
|
-
when :DateTime
|
100
|
-
DateTime.parse(value)
|
101
|
-
when :Date
|
102
|
-
Date.parse(value)
|
103
|
-
when :String
|
104
|
-
value.to_s
|
105
|
-
when :Integer
|
106
|
-
value.to_i
|
107
|
-
when :Float
|
108
|
-
value.to_f
|
109
|
-
when :BOOLEAN
|
110
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
111
|
-
true
|
112
|
-
else
|
113
|
-
false
|
114
|
-
end
|
115
|
-
when :Object
|
116
|
-
# generic object (usually a Hash), return directly
|
117
|
-
value
|
118
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
119
|
-
inner_type = Regexp.last_match[:inner_type]
|
120
|
-
value.map { |v| _deserialize(inner_type, v) }
|
121
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
122
|
-
k_type = Regexp.last_match[:k_type]
|
123
|
-
v_type = Regexp.last_match[:v_type]
|
124
|
-
{}.tap do |hash|
|
125
|
-
value.each do |k, v|
|
126
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
127
|
-
end
|
128
|
-
end
|
129
|
-
else # model
|
130
|
-
temp_model = SwaggyJenkinsClient.const_get(type).new
|
131
|
-
temp_model.build_from_hash(value)
|
132
|
-
end
|
133
|
-
end
|
134
|
-
|
135
|
-
# Returns the string representation of the object
|
136
|
-
# @return [String] String presentation of the object
|
137
|
-
def to_s
|
138
|
-
to_hash.to_s
|
139
|
-
end
|
140
|
-
|
141
|
-
# to_body is an alias to to_hash (backward compatibility)
|
142
|
-
# @return [Hash] Returns the object in the form of hash
|
143
|
-
def to_body
|
144
|
-
to_hash
|
145
|
-
end
|
146
|
-
|
147
|
-
# Returns the object in the form of hash
|
148
|
-
# @return [Hash] Returns the object in the form of hash
|
149
|
-
def to_hash
|
150
|
-
hash = {}
|
151
|
-
self.class.attribute_map.each_pair do |attr, param|
|
152
|
-
value = self.send(attr)
|
153
|
-
next if value.nil?
|
154
|
-
hash[param] = _to_hash(value)
|
155
|
-
end
|
156
|
-
hash
|
157
|
-
end
|
158
|
-
|
159
|
-
# Outputs non-array value in the form of hash
|
160
|
-
# For object, use to_hash. Otherwise, just return the value
|
161
|
-
# @param [Object] value Any valid value
|
162
|
-
# @return [Hash] Returns the value in the form of hash
|
163
|
-
def _to_hash(value)
|
164
|
-
if value.is_a?(Array)
|
165
|
-
value.compact.map{ |v| _to_hash(v) }
|
166
|
-
elsif value.is_a?(Hash)
|
167
|
-
{}.tap do |hash|
|
168
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
169
|
-
end
|
170
|
-
elsif value.respond_to? :to_hash
|
171
|
-
value.to_hash
|
172
|
-
else
|
173
|
-
value
|
174
|
-
end
|
175
|
-
end
|
176
|
-
|
177
|
-
end
|
178
|
-
|
179
|
-
end
|
@@ -1,179 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#Swaggy Jenkins
|
3
|
-
|
4
|
-
#Jenkins API clients generated from Swagger / Open API specification
|
5
|
-
|
6
|
-
OpenAPI spec version: 0.1.0
|
7
|
-
Contact: blah@cliffano.com
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.0-SNAPSHOT
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'date'
|
14
|
-
|
15
|
-
module SwaggyJenkinsClient
|
16
|
-
|
17
|
-
class PipelineQueue
|
18
|
-
|
19
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
20
|
-
def self.attribute_map
|
21
|
-
{
|
22
|
-
}
|
23
|
-
end
|
24
|
-
|
25
|
-
# Attribute type mapping.
|
26
|
-
def self.swagger_types
|
27
|
-
{
|
28
|
-
}
|
29
|
-
end
|
30
|
-
|
31
|
-
# Initializes the object
|
32
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
33
|
-
def initialize(attributes = {})
|
34
|
-
return unless attributes.is_a?(Hash)
|
35
|
-
|
36
|
-
# convert string to symbol for hash key
|
37
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
38
|
-
|
39
|
-
end
|
40
|
-
|
41
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
42
|
-
# @return Array for valid properies with the reasons
|
43
|
-
def list_invalid_properties
|
44
|
-
invalid_properties = Array.new
|
45
|
-
return invalid_properties
|
46
|
-
end
|
47
|
-
|
48
|
-
# Check to see if the all the properties in the model are valid
|
49
|
-
# @return true if the model is valid
|
50
|
-
def valid?
|
51
|
-
return true
|
52
|
-
end
|
53
|
-
|
54
|
-
# Checks equality by comparing each attribute.
|
55
|
-
# @param [Object] Object to be compared
|
56
|
-
def ==(o)
|
57
|
-
return true if self.equal?(o)
|
58
|
-
self.class == o.class
|
59
|
-
end
|
60
|
-
|
61
|
-
# @see the `==` method
|
62
|
-
# @param [Object] Object to be compared
|
63
|
-
def eql?(o)
|
64
|
-
self == o
|
65
|
-
end
|
66
|
-
|
67
|
-
# Calculates hash code according to all attributes.
|
68
|
-
# @return [Fixnum] Hash code
|
69
|
-
def hash
|
70
|
-
[].hash
|
71
|
-
end
|
72
|
-
|
73
|
-
# Builds the object from hash
|
74
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
75
|
-
# @return [Object] Returns the model itself
|
76
|
-
def build_from_hash(attributes)
|
77
|
-
return nil unless attributes.is_a?(Hash)
|
78
|
-
self.class.swagger_types.each_pair do |key, type|
|
79
|
-
if type =~ /\AArray<(.*)>/i
|
80
|
-
# check to ensure the input is an array given that the the attribute
|
81
|
-
# is documented as an array but the input is not
|
82
|
-
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
83
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
84
|
-
end
|
85
|
-
elsif !attributes[self.class.attribute_map[key]].nil?
|
86
|
-
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
87
|
-
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
88
|
-
end
|
89
|
-
|
90
|
-
self
|
91
|
-
end
|
92
|
-
|
93
|
-
# Deserializes the data based on type
|
94
|
-
# @param string type Data type
|
95
|
-
# @param string value Value to be deserialized
|
96
|
-
# @return [Object] Deserialized data
|
97
|
-
def _deserialize(type, value)
|
98
|
-
case type.to_sym
|
99
|
-
when :DateTime
|
100
|
-
DateTime.parse(value)
|
101
|
-
when :Date
|
102
|
-
Date.parse(value)
|
103
|
-
when :String
|
104
|
-
value.to_s
|
105
|
-
when :Integer
|
106
|
-
value.to_i
|
107
|
-
when :Float
|
108
|
-
value.to_f
|
109
|
-
when :BOOLEAN
|
110
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
111
|
-
true
|
112
|
-
else
|
113
|
-
false
|
114
|
-
end
|
115
|
-
when :Object
|
116
|
-
# generic object (usually a Hash), return directly
|
117
|
-
value
|
118
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
119
|
-
inner_type = Regexp.last_match[:inner_type]
|
120
|
-
value.map { |v| _deserialize(inner_type, v) }
|
121
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
122
|
-
k_type = Regexp.last_match[:k_type]
|
123
|
-
v_type = Regexp.last_match[:v_type]
|
124
|
-
{}.tap do |hash|
|
125
|
-
value.each do |k, v|
|
126
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
127
|
-
end
|
128
|
-
end
|
129
|
-
else # model
|
130
|
-
temp_model = SwaggyJenkinsClient.const_get(type).new
|
131
|
-
temp_model.build_from_hash(value)
|
132
|
-
end
|
133
|
-
end
|
134
|
-
|
135
|
-
# Returns the string representation of the object
|
136
|
-
# @return [String] String presentation of the object
|
137
|
-
def to_s
|
138
|
-
to_hash.to_s
|
139
|
-
end
|
140
|
-
|
141
|
-
# to_body is an alias to to_hash (backward compatibility)
|
142
|
-
# @return [Hash] Returns the object in the form of hash
|
143
|
-
def to_body
|
144
|
-
to_hash
|
145
|
-
end
|
146
|
-
|
147
|
-
# Returns the object in the form of hash
|
148
|
-
# @return [Hash] Returns the object in the form of hash
|
149
|
-
def to_hash
|
150
|
-
hash = {}
|
151
|
-
self.class.attribute_map.each_pair do |attr, param|
|
152
|
-
value = self.send(attr)
|
153
|
-
next if value.nil?
|
154
|
-
hash[param] = _to_hash(value)
|
155
|
-
end
|
156
|
-
hash
|
157
|
-
end
|
158
|
-
|
159
|
-
# Outputs non-array value in the form of hash
|
160
|
-
# For object, use to_hash. Otherwise, just return the value
|
161
|
-
# @param [Object] value Any valid value
|
162
|
-
# @return [Hash] Returns the value in the form of hash
|
163
|
-
def _to_hash(value)
|
164
|
-
if value.is_a?(Array)
|
165
|
-
value.compact.map{ |v| _to_hash(v) }
|
166
|
-
elsif value.is_a?(Hash)
|
167
|
-
{}.tap do |hash|
|
168
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
169
|
-
end
|
170
|
-
elsif value.respond_to? :to_hash
|
171
|
-
value.to_hash
|
172
|
-
else
|
173
|
-
value
|
174
|
-
end
|
175
|
-
end
|
176
|
-
|
177
|
-
end
|
178
|
-
|
179
|
-
end
|
@@ -1,179 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#Swaggy Jenkins
|
3
|
-
|
4
|
-
#Jenkins API clients generated from Swagger / Open API specification
|
5
|
-
|
6
|
-
OpenAPI spec version: 0.1.0
|
7
|
-
Contact: blah@cliffano.com
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.0-SNAPSHOT
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'date'
|
14
|
-
|
15
|
-
module SwaggyJenkinsClient
|
16
|
-
|
17
|
-
class PipelineRunNodeSteps
|
18
|
-
|
19
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
20
|
-
def self.attribute_map
|
21
|
-
{
|
22
|
-
}
|
23
|
-
end
|
24
|
-
|
25
|
-
# Attribute type mapping.
|
26
|
-
def self.swagger_types
|
27
|
-
{
|
28
|
-
}
|
29
|
-
end
|
30
|
-
|
31
|
-
# Initializes the object
|
32
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
33
|
-
def initialize(attributes = {})
|
34
|
-
return unless attributes.is_a?(Hash)
|
35
|
-
|
36
|
-
# convert string to symbol for hash key
|
37
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
38
|
-
|
39
|
-
end
|
40
|
-
|
41
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
42
|
-
# @return Array for valid properies with the reasons
|
43
|
-
def list_invalid_properties
|
44
|
-
invalid_properties = Array.new
|
45
|
-
return invalid_properties
|
46
|
-
end
|
47
|
-
|
48
|
-
# Check to see if the all the properties in the model are valid
|
49
|
-
# @return true if the model is valid
|
50
|
-
def valid?
|
51
|
-
return true
|
52
|
-
end
|
53
|
-
|
54
|
-
# Checks equality by comparing each attribute.
|
55
|
-
# @param [Object] Object to be compared
|
56
|
-
def ==(o)
|
57
|
-
return true if self.equal?(o)
|
58
|
-
self.class == o.class
|
59
|
-
end
|
60
|
-
|
61
|
-
# @see the `==` method
|
62
|
-
# @param [Object] Object to be compared
|
63
|
-
def eql?(o)
|
64
|
-
self == o
|
65
|
-
end
|
66
|
-
|
67
|
-
# Calculates hash code according to all attributes.
|
68
|
-
# @return [Fixnum] Hash code
|
69
|
-
def hash
|
70
|
-
[].hash
|
71
|
-
end
|
72
|
-
|
73
|
-
# Builds the object from hash
|
74
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
75
|
-
# @return [Object] Returns the model itself
|
76
|
-
def build_from_hash(attributes)
|
77
|
-
return nil unless attributes.is_a?(Hash)
|
78
|
-
self.class.swagger_types.each_pair do |key, type|
|
79
|
-
if type =~ /\AArray<(.*)>/i
|
80
|
-
# check to ensure the input is an array given that the the attribute
|
81
|
-
# is documented as an array but the input is not
|
82
|
-
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
83
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
84
|
-
end
|
85
|
-
elsif !attributes[self.class.attribute_map[key]].nil?
|
86
|
-
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
87
|
-
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
88
|
-
end
|
89
|
-
|
90
|
-
self
|
91
|
-
end
|
92
|
-
|
93
|
-
# Deserializes the data based on type
|
94
|
-
# @param string type Data type
|
95
|
-
# @param string value Value to be deserialized
|
96
|
-
# @return [Object] Deserialized data
|
97
|
-
def _deserialize(type, value)
|
98
|
-
case type.to_sym
|
99
|
-
when :DateTime
|
100
|
-
DateTime.parse(value)
|
101
|
-
when :Date
|
102
|
-
Date.parse(value)
|
103
|
-
when :String
|
104
|
-
value.to_s
|
105
|
-
when :Integer
|
106
|
-
value.to_i
|
107
|
-
when :Float
|
108
|
-
value.to_f
|
109
|
-
when :BOOLEAN
|
110
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
111
|
-
true
|
112
|
-
else
|
113
|
-
false
|
114
|
-
end
|
115
|
-
when :Object
|
116
|
-
# generic object (usually a Hash), return directly
|
117
|
-
value
|
118
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
119
|
-
inner_type = Regexp.last_match[:inner_type]
|
120
|
-
value.map { |v| _deserialize(inner_type, v) }
|
121
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
122
|
-
k_type = Regexp.last_match[:k_type]
|
123
|
-
v_type = Regexp.last_match[:v_type]
|
124
|
-
{}.tap do |hash|
|
125
|
-
value.each do |k, v|
|
126
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
127
|
-
end
|
128
|
-
end
|
129
|
-
else # model
|
130
|
-
temp_model = SwaggyJenkinsClient.const_get(type).new
|
131
|
-
temp_model.build_from_hash(value)
|
132
|
-
end
|
133
|
-
end
|
134
|
-
|
135
|
-
# Returns the string representation of the object
|
136
|
-
# @return [String] String presentation of the object
|
137
|
-
def to_s
|
138
|
-
to_hash.to_s
|
139
|
-
end
|
140
|
-
|
141
|
-
# to_body is an alias to to_hash (backward compatibility)
|
142
|
-
# @return [Hash] Returns the object in the form of hash
|
143
|
-
def to_body
|
144
|
-
to_hash
|
145
|
-
end
|
146
|
-
|
147
|
-
# Returns the object in the form of hash
|
148
|
-
# @return [Hash] Returns the object in the form of hash
|
149
|
-
def to_hash
|
150
|
-
hash = {}
|
151
|
-
self.class.attribute_map.each_pair do |attr, param|
|
152
|
-
value = self.send(attr)
|
153
|
-
next if value.nil?
|
154
|
-
hash[param] = _to_hash(value)
|
155
|
-
end
|
156
|
-
hash
|
157
|
-
end
|
158
|
-
|
159
|
-
# Outputs non-array value in the form of hash
|
160
|
-
# For object, use to_hash. Otherwise, just return the value
|
161
|
-
# @param [Object] value Any valid value
|
162
|
-
# @return [Hash] Returns the value in the form of hash
|
163
|
-
def _to_hash(value)
|
164
|
-
if value.is_a?(Array)
|
165
|
-
value.compact.map{ |v| _to_hash(v) }
|
166
|
-
elsif value.is_a?(Hash)
|
167
|
-
{}.tap do |hash|
|
168
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
169
|
-
end
|
170
|
-
elsif value.respond_to? :to_hash
|
171
|
-
value.to_hash
|
172
|
-
else
|
173
|
-
value
|
174
|
-
end
|
175
|
-
end
|
176
|
-
|
177
|
-
end
|
178
|
-
|
179
|
-
end
|
@@ -1,179 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#Swaggy Jenkins
|
3
|
-
|
4
|
-
#Jenkins API clients generated from Swagger / Open API specification
|
5
|
-
|
6
|
-
OpenAPI spec version: 0.1.0
|
7
|
-
Contact: blah@cliffano.com
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.0-SNAPSHOT
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'date'
|
14
|
-
|
15
|
-
module SwaggyJenkinsClient
|
16
|
-
|
17
|
-
class PipelineRunNodes
|
18
|
-
|
19
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
20
|
-
def self.attribute_map
|
21
|
-
{
|
22
|
-
}
|
23
|
-
end
|
24
|
-
|
25
|
-
# Attribute type mapping.
|
26
|
-
def self.swagger_types
|
27
|
-
{
|
28
|
-
}
|
29
|
-
end
|
30
|
-
|
31
|
-
# Initializes the object
|
32
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
33
|
-
def initialize(attributes = {})
|
34
|
-
return unless attributes.is_a?(Hash)
|
35
|
-
|
36
|
-
# convert string to symbol for hash key
|
37
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
38
|
-
|
39
|
-
end
|
40
|
-
|
41
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
42
|
-
# @return Array for valid properies with the reasons
|
43
|
-
def list_invalid_properties
|
44
|
-
invalid_properties = Array.new
|
45
|
-
return invalid_properties
|
46
|
-
end
|
47
|
-
|
48
|
-
# Check to see if the all the properties in the model are valid
|
49
|
-
# @return true if the model is valid
|
50
|
-
def valid?
|
51
|
-
return true
|
52
|
-
end
|
53
|
-
|
54
|
-
# Checks equality by comparing each attribute.
|
55
|
-
# @param [Object] Object to be compared
|
56
|
-
def ==(o)
|
57
|
-
return true if self.equal?(o)
|
58
|
-
self.class == o.class
|
59
|
-
end
|
60
|
-
|
61
|
-
# @see the `==` method
|
62
|
-
# @param [Object] Object to be compared
|
63
|
-
def eql?(o)
|
64
|
-
self == o
|
65
|
-
end
|
66
|
-
|
67
|
-
# Calculates hash code according to all attributes.
|
68
|
-
# @return [Fixnum] Hash code
|
69
|
-
def hash
|
70
|
-
[].hash
|
71
|
-
end
|
72
|
-
|
73
|
-
# Builds the object from hash
|
74
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
75
|
-
# @return [Object] Returns the model itself
|
76
|
-
def build_from_hash(attributes)
|
77
|
-
return nil unless attributes.is_a?(Hash)
|
78
|
-
self.class.swagger_types.each_pair do |key, type|
|
79
|
-
if type =~ /\AArray<(.*)>/i
|
80
|
-
# check to ensure the input is an array given that the the attribute
|
81
|
-
# is documented as an array but the input is not
|
82
|
-
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
83
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
84
|
-
end
|
85
|
-
elsif !attributes[self.class.attribute_map[key]].nil?
|
86
|
-
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
87
|
-
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
88
|
-
end
|
89
|
-
|
90
|
-
self
|
91
|
-
end
|
92
|
-
|
93
|
-
# Deserializes the data based on type
|
94
|
-
# @param string type Data type
|
95
|
-
# @param string value Value to be deserialized
|
96
|
-
# @return [Object] Deserialized data
|
97
|
-
def _deserialize(type, value)
|
98
|
-
case type.to_sym
|
99
|
-
when :DateTime
|
100
|
-
DateTime.parse(value)
|
101
|
-
when :Date
|
102
|
-
Date.parse(value)
|
103
|
-
when :String
|
104
|
-
value.to_s
|
105
|
-
when :Integer
|
106
|
-
value.to_i
|
107
|
-
when :Float
|
108
|
-
value.to_f
|
109
|
-
when :BOOLEAN
|
110
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
111
|
-
true
|
112
|
-
else
|
113
|
-
false
|
114
|
-
end
|
115
|
-
when :Object
|
116
|
-
# generic object (usually a Hash), return directly
|
117
|
-
value
|
118
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
119
|
-
inner_type = Regexp.last_match[:inner_type]
|
120
|
-
value.map { |v| _deserialize(inner_type, v) }
|
121
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
122
|
-
k_type = Regexp.last_match[:k_type]
|
123
|
-
v_type = Regexp.last_match[:v_type]
|
124
|
-
{}.tap do |hash|
|
125
|
-
value.each do |k, v|
|
126
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
127
|
-
end
|
128
|
-
end
|
129
|
-
else # model
|
130
|
-
temp_model = SwaggyJenkinsClient.const_get(type).new
|
131
|
-
temp_model.build_from_hash(value)
|
132
|
-
end
|
133
|
-
end
|
134
|
-
|
135
|
-
# Returns the string representation of the object
|
136
|
-
# @return [String] String presentation of the object
|
137
|
-
def to_s
|
138
|
-
to_hash.to_s
|
139
|
-
end
|
140
|
-
|
141
|
-
# to_body is an alias to to_hash (backward compatibility)
|
142
|
-
# @return [Hash] Returns the object in the form of hash
|
143
|
-
def to_body
|
144
|
-
to_hash
|
145
|
-
end
|
146
|
-
|
147
|
-
# Returns the object in the form of hash
|
148
|
-
# @return [Hash] Returns the object in the form of hash
|
149
|
-
def to_hash
|
150
|
-
hash = {}
|
151
|
-
self.class.attribute_map.each_pair do |attr, param|
|
152
|
-
value = self.send(attr)
|
153
|
-
next if value.nil?
|
154
|
-
hash[param] = _to_hash(value)
|
155
|
-
end
|
156
|
-
hash
|
157
|
-
end
|
158
|
-
|
159
|
-
# Outputs non-array value in the form of hash
|
160
|
-
# For object, use to_hash. Otherwise, just return the value
|
161
|
-
# @param [Object] value Any valid value
|
162
|
-
# @return [Hash] Returns the value in the form of hash
|
163
|
-
def _to_hash(value)
|
164
|
-
if value.is_a?(Array)
|
165
|
-
value.compact.map{ |v| _to_hash(v) }
|
166
|
-
elsif value.is_a?(Hash)
|
167
|
-
{}.tap do |hash|
|
168
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
169
|
-
end
|
170
|
-
elsif value.respond_to? :to_hash
|
171
|
-
value.to_hash
|
172
|
-
else
|
173
|
-
value
|
174
|
-
end
|
175
|
-
end
|
176
|
-
|
177
|
-
end
|
178
|
-
|
179
|
-
end
|