fluent_command_builder 0.9.9 → 0.9.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. data/lib/fluent_command_builder/command_builders/appcfg_python.rb +14 -0
  2. data/lib/fluent_command_builder/command_builders/appcfg_python_16.rb +2612 -0
  3. data/lib/fluent_command_builder/command_builders/appcfg_python_17.rb +2602 -0
  4. data/lib/fluent_command_builder/command_builders/aspnet_compiler.rb +14 -0
  5. data/lib/fluent_command_builder/command_builders/aspnet_compiler_20.rb +102 -0
  6. data/lib/fluent_command_builder/command_builders/aspnet_compiler_40.rb +102 -0
  7. data/lib/fluent_command_builder/command_builders/bundle.rb +14 -0
  8. data/lib/fluent_command_builder/command_builders/bundle_11.rb +320 -0
  9. data/lib/fluent_command_builder/command_builders/bundle_12.rb +344 -0
  10. data/lib/fluent_command_builder/command_builders/cucumber.rb +14 -0
  11. data/lib/fluent_command_builder/command_builders/cucumber_11.rb +177 -0
  12. data/lib/fluent_command_builder/command_builders/cucumber_12.rb +182 -0
  13. data/lib/fluent_command_builder/command_builders/dev_appserver_python.rb +14 -0
  14. data/lib/fluent_command_builder/command_builders/dev_appserver_python_16.rb +207 -0
  15. data/lib/fluent_command_builder/command_builders/dev_appserver_python_17.rb +207 -0
  16. data/lib/fluent_command_builder/command_builders/dotcover.rb +14 -0
  17. data/lib/fluent_command_builder/command_builders/dotcover_10.rb +68 -0
  18. data/lib/fluent_command_builder/command_builders/dotcover_11.rb +298 -0
  19. data/lib/fluent_command_builder/command_builders/dotcover_12.rb +298 -0
  20. data/lib/fluent_command_builder/command_builders/dotcover_20.rb +308 -0
  21. data/lib/fluent_command_builder/command_builders/dotcover_21.rb +308 -0
  22. data/lib/fluent_command_builder/command_builders/dotcover_22.rb +308 -0
  23. data/lib/fluent_command_builder/command_builders/fastlinkchecker.rb +14 -0
  24. data/lib/fluent_command_builder/command_builders/fastlinkchecker_21.rb +262 -0
  25. data/lib/fluent_command_builder/command_builders/installutil.rb +14 -0
  26. data/lib/fluent_command_builder/command_builders/installutil_11.rb +63 -0
  27. data/lib/fluent_command_builder/command_builders/installutil_20.rb +68 -0
  28. data/lib/fluent_command_builder/command_builders/installutil_35.rb +68 -0
  29. data/lib/fluent_command_builder/command_builders/installutil_40.rb +74 -0
  30. data/lib/fluent_command_builder/command_builders/msbuild.rb +14 -0
  31. data/lib/fluent_command_builder/command_builders/msbuild_20.rb +93 -0
  32. data/lib/fluent_command_builder/command_builders/msbuild_30.rb +93 -0
  33. data/lib/fluent_command_builder/command_builders/msbuild_35.rb +133 -0
  34. data/lib/fluent_command_builder/command_builders/msbuild_40.rb +136 -0
  35. data/lib/fluent_command_builder/command_builders/msdeploy.rb +14 -0
  36. data/lib/fluent_command_builder/command_builders/msdeploy_71.rb +181 -0
  37. data/lib/fluent_command_builder/command_builders/mstest.rb +14 -0
  38. data/lib/fluent_command_builder/command_builders/mstest_100.rb +131 -0
  39. data/lib/fluent_command_builder/command_builders/mstest_80.rb +111 -0
  40. data/lib/fluent_command_builder/command_builders/mstest_90.rb +116 -0
  41. data/lib/fluent_command_builder/command_builders/netsh.rb +14 -0
  42. data/lib/fluent_command_builder/command_builders/netsh_61.rb +412 -0
  43. data/lib/fluent_command_builder/command_builders/nuget.rb +14 -0
  44. data/lib/fluent_command_builder/command_builders/nuget_20.rb +436 -0
  45. data/lib/fluent_command_builder/command_builders/nuget_21.rb +532 -0
  46. data/lib/fluent_command_builder/command_builders/nunit.rb +14 -0
  47. data/lib/fluent_command_builder/command_builders/nunit_25.rb +152 -0
  48. data/lib/fluent_command_builder/command_builders/nunit_26.rb +192 -0
  49. data/lib/fluent_command_builder/command_builders/rake.rb +14 -0
  50. data/lib/fluent_command_builder/command_builders/rake_09.rb +155 -0
  51. data/lib/fluent_command_builder/command_builders/rake_100.rb +193 -0
  52. data/lib/fluent_command_builder/command_builders/schtasks.rb +14 -0
  53. data/lib/fluent_command_builder/command_builders/schtasks_61.rb +352 -0
  54. data/lib/fluent_command_builder/command_builders/security_osx.rb +14 -0
  55. data/lib/fluent_command_builder/command_builders/security_osx_107.rb +187 -0
  56. data/lib/fluent_command_builder/command_builders/security_osx_108.rb +187 -0
  57. data/lib/fluent_command_builder/command_builders/sevenzip.rb +14 -0
  58. data/lib/fluent_command_builder/command_builders/sevenzip_920.rb +522 -0
  59. data/lib/fluent_command_builder/command_builders/simian.rb +14 -0
  60. data/lib/fluent_command_builder/command_builders/simian_23.rb +146 -0
  61. data/lib/fluent_command_builder/command_builders/team_foundation.rb +14 -0
  62. data/lib/fluent_command_builder/command_builders/team_foundation_100.rb +2159 -0
  63. data/lib/fluent_command_builder/command_builders/team_foundation_tee.rb +14 -0
  64. data/lib/fluent_command_builder/command_builders/team_foundation_tee_100.rb +1884 -0
  65. data/lib/fluent_command_builder/command_builders/team_foundation_tee_101.rb +2002 -0
  66. data/lib/fluent_command_builder/command_builders/xcodebuild.rb +14 -0
  67. data/lib/fluent_command_builder/command_builders/xcodebuild_43.rb +275 -0
  68. data/lib/fluent_command_builder/command_builders/xcodebuild_44.rb +325 -0
  69. data/lib/fluent_command_builder/command_builders/xcodebuild_45.rb +330 -0
  70. metadata +82 -13
@@ -0,0 +1,182 @@
1
+ # Generated code. Do not modify.
2
+
3
+ require_relative '../internal/command_base'
4
+ require_relative '../internal/command_builder_config'
5
+ require_relative '../internal/underlying_builder'
6
+
7
+ module FluentCommandBuilder
8
+ module Cucumber
9
+ module V12
10
+ VERSION = '1.2'
11
+ @@config = CommandBuilderConfig.new FluentCommandBuilder::Cucumber::COMMAND_NAME, VERSION
12
+ def configure_cucumber
13
+ yield @@config
14
+ @@config.validate_path
15
+ @@config.validate_version
16
+ end
17
+ def cucumber(feature=nil)
18
+ b = UnderlyingBuilder.new @@config
19
+ c = Cucumber.new(b, feature)
20
+ yield b if block_given?
21
+ c
22
+ end
23
+ class Cucumber < CommandBase
24
+ def initialize(underlying_builder, feature=nil)
25
+ super underlying_builder
26
+ @b.append " #{@b.format feature}" unless feature.nil?
27
+ end
28
+ def require(library)
29
+ @b.append " --require #{@b.format library}"
30
+ yield @b if block_given?
31
+ self
32
+ end
33
+ def i18n(lang)
34
+ @b.append " --i18n #{@b.format lang}"
35
+ yield @b if block_given?
36
+ self
37
+ end
38
+ def format(format)
39
+ @b.append " --format #{@b.format format}"
40
+ yield @b if block_given?
41
+ self
42
+ end
43
+ def out(file)
44
+ @b.append " --out #{@b.format file}"
45
+ yield @b if block_given?
46
+ self
47
+ end
48
+ def tags(tag_expression)
49
+ @b.append " --tags #{@b.format tag_expression, ','}"
50
+ yield @b if block_given?
51
+ self
52
+ end
53
+ def name(name)
54
+ @b.append " --name #{@b.format name}"
55
+ yield @b if block_given?
56
+ self
57
+ end
58
+ def exclude(pattern)
59
+ @b.append " --exclude #{@b.format pattern}"
60
+ yield @b if block_given?
61
+ self
62
+ end
63
+ def profile(profile)
64
+ @b.append " --profile #{@b.format profile}"
65
+ yield @b if block_given?
66
+ self
67
+ end
68
+ def no_profile
69
+ @b.append ' --no-profile'
70
+ yield @b if block_given?
71
+ self
72
+ end
73
+ def color
74
+ @b.append ' --color'
75
+ yield @b if block_given?
76
+ self
77
+ end
78
+ def no_color
79
+ @b.append ' --no-color'
80
+ yield @b if block_given?
81
+ self
82
+ end
83
+ def dry_run
84
+ @b.append ' --dry-run'
85
+ yield @b if block_given?
86
+ self
87
+ end
88
+ def autoformat(dir)
89
+ @b.append " --autoformat #{@b.format dir}"
90
+ yield @b if block_given?
91
+ self
92
+ end
93
+ def no_multiline
94
+ @b.append ' --no-multiline'
95
+ yield @b if block_given?
96
+ self
97
+ end
98
+ def no_source
99
+ @b.append ' --no-source'
100
+ yield @b if block_given?
101
+ self
102
+ end
103
+ def no_snippets
104
+ @b.append ' --no-snippets'
105
+ yield @b if block_given?
106
+ self
107
+ end
108
+ def quiet
109
+ @b.append ' --quiet'
110
+ yield @b if block_given?
111
+ self
112
+ end
113
+ def backtrace
114
+ @b.append ' --backtrace'
115
+ yield @b if block_given?
116
+ self
117
+ end
118
+ def strict
119
+ @b.append ' --strict'
120
+ yield @b if block_given?
121
+ self
122
+ end
123
+ def wip
124
+ @b.append ' --wip'
125
+ yield @b if block_given?
126
+ self
127
+ end
128
+ def verbose
129
+ @b.append ' --verbose'
130
+ yield @b if block_given?
131
+ self
132
+ end
133
+ def guess
134
+ @b.append ' --guess'
135
+ yield @b if block_given?
136
+ self
137
+ end
138
+ def lines(lines)
139
+ @b.append " --lines #{@b.format lines}"
140
+ yield @b if block_given?
141
+ self
142
+ end
143
+ def expand
144
+ @b.append ' --expand'
145
+ yield @b if block_given?
146
+ self
147
+ end
148
+ def drb
149
+ @b.append ' --drb'
150
+ yield @b if block_given?
151
+ self
152
+ end
153
+ def no_drb
154
+ @b.append ' --no-drb'
155
+ yield @b if block_given?
156
+ self
157
+ end
158
+ def port(port)
159
+ @b.append " --port #{@b.format port}"
160
+ yield @b if block_given?
161
+ self
162
+ end
163
+ def dotcucumber(dir)
164
+ @b.append " --dotcucumber #{@b.format dir}"
165
+ yield @b if block_given?
166
+ self
167
+ end
168
+ def version
169
+ @b.append ' --version'
170
+ yield @b if block_given?
171
+ self
172
+ end
173
+ def help
174
+ @b.append ' --help'
175
+ yield @b if block_given?
176
+ self
177
+ end
178
+ end
179
+
180
+ end
181
+ end
182
+ end
@@ -0,0 +1,14 @@
1
+ # Generated code. Do not modify.
2
+
3
+ require 'getversion'
4
+ require_relative '../internal/underlying_builder'
5
+
6
+ module FluentCommandBuilder
7
+ module DevAppserverPython
8
+ COMMAND_NAME = 'dev_appserver.py'
9
+ def self.version(path=nil)
10
+ executable = path ? File.join(path, COMMAND_NAME) : COMMAND_NAME
11
+ GetVersion[executable]
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,207 @@
1
+ # Generated code. Do not modify.
2
+
3
+ require_relative '../internal/command_base'
4
+ require_relative '../internal/command_builder_config'
5
+ require_relative '../internal/underlying_builder'
6
+
7
+ module FluentCommandBuilder
8
+ module DevAppserverPython
9
+ module V16
10
+ VERSION = '1.6'
11
+ @@config = CommandBuilderConfig.new FluentCommandBuilder::DevAppserverPython::COMMAND_NAME, VERSION
12
+ def configure_dev_appserver_python
13
+ yield @@config
14
+ @@config.validate_path
15
+ @@config.validate_version
16
+ end
17
+ def dev_appserver_python(application_root=nil)
18
+ b = UnderlyingBuilder.new @@config
19
+ c = DevAppserverPython.new(b, application_root)
20
+ yield b if block_given?
21
+ c
22
+ end
23
+ class DevAppserverPython < CommandBase
24
+ def initialize(underlying_builder, application_root=nil)
25
+ super underlying_builder
26
+ @b.append " #{@b.format application_root}" unless application_root.nil?
27
+ end
28
+ def application_root(application_root)
29
+ @b.append " #{@b.format application_root}"
30
+ yield @b if block_given?
31
+ self
32
+ end
33
+ def address(address)
34
+ @b.append " --address=#{@b.format address}"
35
+ yield @b if block_given?
36
+ self
37
+ end
38
+ def clear_datastore
39
+ @b.append ' --clear_datastore'
40
+ yield @b if block_given?
41
+ self
42
+ end
43
+ def debug
44
+ @b.append ' --debug'
45
+ yield @b if block_given?
46
+ self
47
+ end
48
+ def help
49
+ @b.append ' --help'
50
+ yield @b if block_given?
51
+ self
52
+ end
53
+ def port(port)
54
+ @b.append " --port=#{@b.format port}"
55
+ yield @b if block_given?
56
+ self
57
+ end
58
+ def allow_skipped_files
59
+ @b.append ' --allow_skipped_files'
60
+ yield @b if block_given?
61
+ self
62
+ end
63
+ def auth_domain
64
+ @b.append ' --auth_domain'
65
+ yield @b if block_given?
66
+ self
67
+ end
68
+ def backends
69
+ @b.append ' --backends'
70
+ yield @b if block_given?
71
+ self
72
+ end
73
+ def blobstore_path(dir)
74
+ @b.append " --blobstore_path=#{@b.format dir}"
75
+ yield @b if block_given?
76
+ self
77
+ end
78
+ def clear_prospective_search
79
+ @b.append ' --clear_prospective_search'
80
+ yield @b if block_given?
81
+ self
82
+ end
83
+ def datastore_path(ds_file)
84
+ @b.append " --datastore_path=#{@b.format ds_file}"
85
+ yield @b if block_given?
86
+ self
87
+ end
88
+ def debug_imports
89
+ @b.append ' --debug_imports'
90
+ yield @b if block_given?
91
+ self
92
+ end
93
+ def default_partition
94
+ @b.append ' --default_partition'
95
+ yield @b if block_given?
96
+ self
97
+ end
98
+ def disable_static_caching
99
+ @b.append ' --disable_static_caching'
100
+ yield @b if block_given?
101
+ self
102
+ end
103
+ def disable_task_running
104
+ @b.append ' --disable_task_running'
105
+ yield @b if block_given?
106
+ self
107
+ end
108
+ def enable_sendmail
109
+ @b.append ' --enable_sendmail'
110
+ yield @b if block_given?
111
+ self
112
+ end
113
+ def high_replication
114
+ @b.append ' --high_replication'
115
+ yield @b if block_given?
116
+ self
117
+ end
118
+ def history_path(path)
119
+ @b.append " --history_path=#{@b.format path}"
120
+ yield @b if block_given?
121
+ self
122
+ end
123
+ def multiprocess_min_port
124
+ @b.append ' --multiprocess_min_port'
125
+ yield @b if block_given?
126
+ self
127
+ end
128
+ def mysql_host(hostname)
129
+ @b.append " --mysql_host=#{@b.format hostname}"
130
+ yield @b if block_given?
131
+ self
132
+ end
133
+ def mysql_port(port)
134
+ @b.append " --mysql_port=#{@b.format port}"
135
+ yield @b if block_given?
136
+ self
137
+ end
138
+ def mysql_user(user)
139
+ @b.append " --mysql_user=#{@b.format user}"
140
+ yield @b if block_given?
141
+ self
142
+ end
143
+ def mysql_password(password)
144
+ @b.append " --mysql_password=#{@b.format_password password}"
145
+ yield @b if block_given?
146
+ self
147
+ end
148
+ def mysql_socket(path)
149
+ @b.append " --mysql_socket=#{@b.format path}"
150
+ yield @b if block_given?
151
+ self
152
+ end
153
+ def persist_logs
154
+ @b.append ' --persist_logs'
155
+ yield @b if block_given?
156
+ self
157
+ end
158
+ def require_indexes
159
+ @b.append ' --require_indexes'
160
+ yield @b if block_given?
161
+ self
162
+ end
163
+ def show_mail_body
164
+ @b.append ' --show_mail_body'
165
+ yield @b if block_given?
166
+ self
167
+ end
168
+ def skip_sdk_update_check
169
+ @b.append ' --skip_sdk_update_check'
170
+ yield @b if block_given?
171
+ self
172
+ end
173
+ def smtp_host(hostname)
174
+ @b.append " --smtp_host=#{@b.format hostname}"
175
+ yield @b if block_given?
176
+ self
177
+ end
178
+ def smtp_port(port)
179
+ @b.append " --smtp_port=#{@b.format port}"
180
+ yield @b if block_given?
181
+ self
182
+ end
183
+ def smtp_user(user)
184
+ @b.append " --smtp_user=#{@b.format user}"
185
+ yield @b if block_given?
186
+ self
187
+ end
188
+ def smtp_password(password)
189
+ @b.append " --smtp_password=#{@b.format_password password}"
190
+ yield @b if block_given?
191
+ self
192
+ end
193
+ def task_retry_seconds
194
+ @b.append ' --task_retry_seconds'
195
+ yield @b if block_given?
196
+ self
197
+ end
198
+ def use_sqlite
199
+ @b.append ' --use_sqlite'
200
+ yield @b if block_given?
201
+ self
202
+ end
203
+ end
204
+
205
+ end
206
+ end
207
+ end
@@ -0,0 +1,207 @@
1
+ # Generated code. Do not modify.
2
+
3
+ require_relative '../internal/command_base'
4
+ require_relative '../internal/command_builder_config'
5
+ require_relative '../internal/underlying_builder'
6
+
7
+ module FluentCommandBuilder
8
+ module DevAppserverPython
9
+ module V17
10
+ VERSION = '1.7'
11
+ @@config = CommandBuilderConfig.new FluentCommandBuilder::DevAppserverPython::COMMAND_NAME, VERSION
12
+ def configure_dev_appserver_python
13
+ yield @@config
14
+ @@config.validate_path
15
+ @@config.validate_version
16
+ end
17
+ def dev_appserver_python(application_root=nil)
18
+ b = UnderlyingBuilder.new @@config
19
+ c = DevAppserverPython.new(b, application_root)
20
+ yield b if block_given?
21
+ c
22
+ end
23
+ class DevAppserverPython < CommandBase
24
+ def initialize(underlying_builder, application_root=nil)
25
+ super underlying_builder
26
+ @b.append " #{@b.format application_root}" unless application_root.nil?
27
+ end
28
+ def application_root(application_root)
29
+ @b.append " #{@b.format application_root}"
30
+ yield @b if block_given?
31
+ self
32
+ end
33
+ def address(address)
34
+ @b.append " --address=#{@b.format address}"
35
+ yield @b if block_given?
36
+ self
37
+ end
38
+ def clear_datastore
39
+ @b.append ' --clear_datastore'
40
+ yield @b if block_given?
41
+ self
42
+ end
43
+ def debug
44
+ @b.append ' --debug'
45
+ yield @b if block_given?
46
+ self
47
+ end
48
+ def help
49
+ @b.append ' --help'
50
+ yield @b if block_given?
51
+ self
52
+ end
53
+ def port(port)
54
+ @b.append " --port=#{@b.format port}"
55
+ yield @b if block_given?
56
+ self
57
+ end
58
+ def allow_skipped_files
59
+ @b.append ' --allow_skipped_files'
60
+ yield @b if block_given?
61
+ self
62
+ end
63
+ def auth_domain
64
+ @b.append ' --auth_domain'
65
+ yield @b if block_given?
66
+ self
67
+ end
68
+ def backends
69
+ @b.append ' --backends'
70
+ yield @b if block_given?
71
+ self
72
+ end
73
+ def blobstore_path(dir)
74
+ @b.append " --blobstore_path=#{@b.format dir}"
75
+ yield @b if block_given?
76
+ self
77
+ end
78
+ def clear_prospective_search
79
+ @b.append ' --clear_prospective_search'
80
+ yield @b if block_given?
81
+ self
82
+ end
83
+ def datastore_path(ds_file)
84
+ @b.append " --datastore_path=#{@b.format ds_file}"
85
+ yield @b if block_given?
86
+ self
87
+ end
88
+ def debug_imports
89
+ @b.append ' --debug_imports'
90
+ yield @b if block_given?
91
+ self
92
+ end
93
+ def default_partition
94
+ @b.append ' --default_partition'
95
+ yield @b if block_given?
96
+ self
97
+ end
98
+ def disable_static_caching
99
+ @b.append ' --disable_static_caching'
100
+ yield @b if block_given?
101
+ self
102
+ end
103
+ def disable_task_running
104
+ @b.append ' --disable_task_running'
105
+ yield @b if block_given?
106
+ self
107
+ end
108
+ def enable_sendmail
109
+ @b.append ' --enable_sendmail'
110
+ yield @b if block_given?
111
+ self
112
+ end
113
+ def high_replication
114
+ @b.append ' --high_replication'
115
+ yield @b if block_given?
116
+ self
117
+ end
118
+ def history_path(path)
119
+ @b.append " --history_path=#{@b.format path}"
120
+ yield @b if block_given?
121
+ self
122
+ end
123
+ def multiprocess_min_port
124
+ @b.append ' --multiprocess_min_port'
125
+ yield @b if block_given?
126
+ self
127
+ end
128
+ def mysql_host(hostname)
129
+ @b.append " --mysql_host=#{@b.format hostname}"
130
+ yield @b if block_given?
131
+ self
132
+ end
133
+ def mysql_port(port)
134
+ @b.append " --mysql_port=#{@b.format port}"
135
+ yield @b if block_given?
136
+ self
137
+ end
138
+ def mysql_user(user)
139
+ @b.append " --mysql_user=#{@b.format user}"
140
+ yield @b if block_given?
141
+ self
142
+ end
143
+ def mysql_password(password)
144
+ @b.append " --mysql_password=#{@b.format_password password}"
145
+ yield @b if block_given?
146
+ self
147
+ end
148
+ def mysql_socket(path)
149
+ @b.append " --mysql_socket=#{@b.format path}"
150
+ yield @b if block_given?
151
+ self
152
+ end
153
+ def persist_logs
154
+ @b.append ' --persist_logs'
155
+ yield @b if block_given?
156
+ self
157
+ end
158
+ def require_indexes
159
+ @b.append ' --require_indexes'
160
+ yield @b if block_given?
161
+ self
162
+ end
163
+ def show_mail_body
164
+ @b.append ' --show_mail_body'
165
+ yield @b if block_given?
166
+ self
167
+ end
168
+ def skip_sdk_update_check
169
+ @b.append ' --skip_sdk_update_check'
170
+ yield @b if block_given?
171
+ self
172
+ end
173
+ def smtp_host(hostname)
174
+ @b.append " --smtp_host=#{@b.format hostname}"
175
+ yield @b if block_given?
176
+ self
177
+ end
178
+ def smtp_port(port)
179
+ @b.append " --smtp_port=#{@b.format port}"
180
+ yield @b if block_given?
181
+ self
182
+ end
183
+ def smtp_user(user)
184
+ @b.append " --smtp_user=#{@b.format user}"
185
+ yield @b if block_given?
186
+ self
187
+ end
188
+ def smtp_password(password)
189
+ @b.append " --smtp_password=#{@b.format_password password}"
190
+ yield @b if block_given?
191
+ self
192
+ end
193
+ def task_retry_seconds
194
+ @b.append ' --task_retry_seconds'
195
+ yield @b if block_given?
196
+ self
197
+ end
198
+ def use_sqlite
199
+ @b.append ' --use_sqlite'
200
+ yield @b if block_given?
201
+ self
202
+ end
203
+ end
204
+
205
+ end
206
+ end
207
+ end