fake 1.40.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (115) hide show
  1. data/docs/Fake.Git/AssemblyInfo.htm +87 -0
  2. data/docs/Fake.Git/Branches.htm +266 -0
  3. data/docs/Fake.Git/CommandHelper.htm +195 -0
  4. data/docs/Fake.Git/CommitMessage.htm +108 -0
  5. data/docs/Fake.Git/FileStatus.htm +291 -0
  6. data/docs/Fake.Git/Information.htm +148 -0
  7. data/docs/Fake.Git/Merge.htm +100 -0
  8. data/docs/Fake.Git/MergeType.htm +224 -0
  9. data/docs/Fake.Git/Repository.htm +108 -0
  10. data/docs/Fake.Git/Reset.htm +140 -0
  11. data/docs/Fake.Git/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm +161 -0
  12. data/docs/Fake.Git/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm +127 -0
  13. data/docs/Fake.Git/SHA1.htm +116 -0
  14. data/docs/Fake.Git/SanityChecks.htm +132 -0
  15. data/docs/Fake.Git/Staging.htm +134 -0
  16. data/docs/Fake.Git/Submodule.htm +197 -0
  17. data/docs/Fake.Git/Tags.htm +169 -0
  18. data/docs/Fake.Git/index.htm +99 -0
  19. data/docs/Fake.MSBuild/SpecsRemovement.htm +156 -0
  20. data/docs/Fake.MSBuild/index.htm +51 -0
  21. data/docs/Fake.SQL/AssemblyInfo.htm +63 -0
  22. data/docs/Fake.SQL/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm +108 -0
  23. data/docs/Fake.SQL/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm +103 -0
  24. data/docs/Fake.SQL/ServerInfo.htm +91 -0
  25. data/docs/Fake.SQL/SqlServer.htm +251 -0
  26. data/docs/Fake.SQL/index.htm +63 -0
  27. data/docs/Fake/AssemblyInfoHelper.htm +210 -0
  28. data/docs/Fake/AssemblyInfoParams.htm +305 -0
  29. data/docs/Fake/AsyncHelper.htm +192 -0
  30. data/docs/Fake/Build.htm +225 -0
  31. data/docs/Fake/BuildConfiguration.htm +232 -0
  32. data/docs/Fake/BuildError.htm +224 -0
  33. data/docs/Fake/BuildServer.htm +290 -0
  34. data/docs/Fake/BuildServerHelper.htm +225 -0
  35. data/docs/Fake/CacheHelper.htm +192 -0
  36. data/docs/Fake/CodeLanguage.htm +290 -0
  37. data/docs/Fake/DocuHelper.htm +202 -0
  38. data/docs/Fake/DocuParams.htm +225 -0
  39. data/docs/Fake/EnvironmentHelper.htm +268 -0
  40. data/docs/Fake/Event.htm +192 -0
  41. data/docs/Fake/ExecParams.htm +225 -0
  42. data/docs/Fake/FSIHelper.htm +202 -0
  43. data/docs/Fake/FileHelper.htm +458 -0
  44. data/docs/Fake/FileIncludes.htm +220 -0
  45. data/docs/Fake/FileSetHelper.htm +373 -0
  46. data/docs/Fake/FileSystemHelper.htm +250 -0
  47. data/docs/Fake/FxCopErrorLevel.htm +298 -0
  48. data/docs/Fake/FxCopHelper.htm +210 -0
  49. data/docs/Fake/FxCopParams.htm +292 -0
  50. data/docs/Fake/HTMLHelpWorkShopHelper.htm +201 -0
  51. data/docs/Fake/ILMergeHelper.htm +202 -0
  52. data/docs/Fake/ILMergeParams.htm +217 -0
  53. data/docs/Fake/MSBuildHelper.htm +263 -0
  54. data/docs/Fake/MailBoxHelper.htm +220 -0
  55. data/docs/Fake/Message.htm +230 -0
  56. data/docs/Fake/MessageHelper.htm +202 -0
  57. data/docs/Fake/NCoverHelper.htm +202 -0
  58. data/docs/Fake/NCoverParams.htm +230 -0
  59. data/docs/Fake/NUnitHelper.htm +215 -0
  60. data/docs/Fake/NUnitParams.htm +265 -0
  61. data/docs/Fake/PostMethod.htm +264 -0
  62. data/docs/Fake/ProcessHelper.htm +333 -0
  63. data/docs/Fake/Project.htm +227 -0
  64. data/docs/Fake/REST.htm +218 -0
  65. data/docs/Fake/RegexEntry.htm +220 -0
  66. data/docs/Fake/RegistryBaseKey.htm +368 -0
  67. data/docs/Fake/RegistryHelper.htm +208 -0
  68. data/docs/Fake/StringHelper.htm +458 -0
  69. data/docs/Fake/Tags.htm +393 -0
  70. data/docs/Fake/TargetHelper.htm +379 -0
  71. data/docs/Fake/TargetTemplate`1.htm +199 -0
  72. data/docs/Fake/TeamCityHelper.htm +344 -0
  73. data/docs/Fake/TeamCityRESTHelper.htm +232 -0
  74. data/docs/Fake/TemplateHelper.htm +218 -0
  75. data/docs/Fake/TestCase.htm +245 -0
  76. data/docs/Fake/TestSuite.htm +260 -0
  77. data/docs/Fake/TimeoutHelper.htm +192 -0
  78. data/docs/Fake/TraceHelper.htm +417 -0
  79. data/docs/Fake/TraceMessage.htm +272 -0
  80. data/docs/Fake/TraceMode.htm +264 -0
  81. data/docs/Fake/VCSRoot.htm +225 -0
  82. data/docs/Fake/VSSHelper.htm +200 -0
  83. data/docs/Fake/WiXHelper.htm +255 -0
  84. data/docs/Fake/WiXParams.htm +215 -0
  85. data/docs/Fake/XCopyHelper.htm +197 -0
  86. data/docs/Fake/XMLHelper.htm +321 -0
  87. data/docs/Fake/XUnitHelper.htm +202 -0
  88. data/docs/Fake/XUnitParams.htm +255 -0
  89. data/docs/Fake/ZipHelper.htm +241 -0
  90. data/docs/Fake/index.htm +237 -0
  91. data/docs/FakeLib/AssemblyInfo.htm +59 -0
  92. data/docs/FakeLib/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm +104 -0
  93. data/docs/FakeLib/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm +99 -0
  94. data/docs/FakeLib/index.htm +57 -0
  95. data/docs/index.htm +29 -0
  96. data/docs/js/jquery-1.3.2.min.js +19 -0
  97. data/docs/js/jquery.scrollTo-min.js +11 -0
  98. data/docs/js/navigation.js +11 -0
  99. data/docs/main.css +208 -0
  100. data/lib/DocuLicense.txt +10 -0
  101. data/lib/FAKE.exe +0 -0
  102. data/lib/FAKE.exe.config +8 -0
  103. data/lib/FSharp.Core.dll +0 -0
  104. data/lib/FSharp.Core.xml +9219 -0
  105. data/lib/Fake.Git.XML +438 -0
  106. data/lib/Fake.Git.dll +0 -0
  107. data/lib/Fake.SQL.XML +138 -0
  108. data/lib/Fake.SQL.dll +0 -0
  109. data/lib/FakeLib.XML +2324 -0
  110. data/lib/FakeLib.dll +0 -0
  111. data/lib/ICSharpCode.SharpZipLib.dll +0 -0
  112. data/lib/License.txt +54 -0
  113. data/lib/docu.exe +0 -0
  114. data/lib/readme.txt +65 -0
  115. metadata +181 -0
@@ -0,0 +1,199 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <head>
4
+ <title>TargetTemplate`1 - FAKE - F# Make Git Lib Documentation</title>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
6
+ <link type="text/css" rel="stylesheet" href="../main.css"/>
7
+ <script type="text/javascript" src="../js/jquery-1.3.2.min.js"></script>
8
+ <script type="text/javascript" src="../js/jquery.scrollTo-min.js"></script>
9
+ <script type="text/javascript" src="../js/navigation.js"></script>
10
+ </head>
11
+ <body><div id="namespaces">
12
+ <h2 class="fixed">Namespaces</h2>
13
+ <div class="scroll">
14
+ <ul><li>
15
+ <a href="../Fake/index.htm" class="current">Fake</a>
16
+ </li><li>
17
+ <a href="../Fake.Git/index.htm">Fake.Git</a>
18
+ </li><li>
19
+ <a href="../Fake.MSBuild/index.htm">Fake.MSBuild</a>
20
+ </li><li>
21
+ <a href="../Fake.SQL/index.htm">Fake.SQL</a>
22
+ </li><li>
23
+ <a href="../FakeLib/index.htm">FakeLib</a>
24
+ </li>
25
+ </ul>
26
+ </div>
27
+ </div><div id="types">
28
+ <h2 class="fixed">Types in Fake</h2>
29
+ <div class="scroll">
30
+ <ul><li>
31
+ <a href="../Fake/AssemblyInfoHelper.htm">AssemblyInfoHelper</a>
32
+ </li><li>
33
+ <a href="../Fake/AssemblyInfoParams.htm">AssemblyInfoParams</a>
34
+ </li><li>
35
+ <a href="../Fake/AsyncHelper.htm">AsyncHelper</a>
36
+ </li><li>
37
+ <a href="../Fake/Build.htm">Build</a>
38
+ </li><li>
39
+ <a href="../Fake/BuildConfiguration.htm">BuildConfiguration</a>
40
+ </li><li>
41
+ <a href="../Fake/BuildError.htm">BuildError</a>
42
+ </li><li>
43
+ <a href="../Fake/BuildServer.htm">BuildServer</a>
44
+ </li><li>
45
+ <a href="../Fake/BuildServerHelper.htm">BuildServerHelper</a>
46
+ </li><li>
47
+ <a href="../Fake/CacheHelper.htm">CacheHelper</a>
48
+ </li><li>
49
+ <a href="../Fake/CodeLanguage.htm">CodeLanguage</a>
50
+ </li><li>
51
+ <a href="../Fake/DocuHelper.htm">DocuHelper</a>
52
+ </li><li>
53
+ <a href="../Fake/DocuParams.htm">DocuParams</a>
54
+ </li><li>
55
+ <a href="../Fake/EnvironmentHelper.htm">EnvironmentHelper</a>
56
+ </li><li>
57
+ <a href="../Fake/Event.htm">Event</a>
58
+ </li><li>
59
+ <a href="../Fake/ExecParams.htm">ExecParams</a>
60
+ </li><li>
61
+ <a href="../Fake/FileHelper.htm">FileHelper</a>
62
+ </li><li>
63
+ <a href="../Fake/FileIncludes.htm">FileIncludes</a>
64
+ </li><li>
65
+ <a href="../Fake/FileSetHelper.htm">FileSetHelper</a>
66
+ </li><li>
67
+ <a href="../Fake/FileSystemHelper.htm">FileSystemHelper</a>
68
+ </li><li>
69
+ <a href="../Fake/FSIHelper.htm">FSIHelper</a>
70
+ </li><li>
71
+ <a href="../Fake/FxCopErrorLevel.htm">FxCopErrorLevel</a>
72
+ </li><li>
73
+ <a href="../Fake/FxCopHelper.htm">FxCopHelper</a>
74
+ </li><li>
75
+ <a href="../Fake/FxCopParams.htm">FxCopParams</a>
76
+ </li><li>
77
+ <a href="../Fake/HTMLHelpWorkShopHelper.htm">HTMLHelpWorkShopHelper</a>
78
+ </li><li>
79
+ <a href="../Fake/ILMergeHelper.htm">ILMergeHelper</a>
80
+ </li><li>
81
+ <a href="../Fake/ILMergeParams.htm">ILMergeParams</a>
82
+ </li><li>
83
+ <a href="../Fake/MailBoxHelper.htm">MailBoxHelper</a>
84
+ </li><li>
85
+ <a href="../Fake/Message.htm">Message</a>
86
+ </li><li>
87
+ <a href="../Fake/MessageHelper.htm">MessageHelper</a>
88
+ </li><li>
89
+ <a href="../Fake/MSBuildHelper.htm">MSBuildHelper</a>
90
+ </li><li>
91
+ <a href="../Fake/NCoverHelper.htm">NCoverHelper</a>
92
+ </li><li>
93
+ <a href="../Fake/NCoverParams.htm">NCoverParams</a>
94
+ </li><li>
95
+ <a href="../Fake/NUnitHelper.htm">NUnitHelper</a>
96
+ </li><li>
97
+ <a href="../Fake/NUnitParams.htm">NUnitParams</a>
98
+ </li><li>
99
+ <a href="../Fake/PostMethod.htm">PostMethod</a>
100
+ </li><li>
101
+ <a href="../Fake/ProcessHelper.htm">ProcessHelper</a>
102
+ </li><li>
103
+ <a href="../Fake/Project.htm">Project</a>
104
+ </li><li>
105
+ <a href="../Fake/RegexEntry.htm">RegexEntry</a>
106
+ </li><li>
107
+ <a href="../Fake/RegistryBaseKey.htm">RegistryBaseKey</a>
108
+ </li><li>
109
+ <a href="../Fake/RegistryHelper.htm">RegistryHelper</a>
110
+ </li><li>
111
+ <a href="../Fake/REST.htm">REST</a>
112
+ </li><li>
113
+ <a href="../Fake/StringHelper.htm">StringHelper</a>
114
+ </li><li>
115
+ <a href="../Fake/Tags.htm">Tags</a>
116
+ </li><li>
117
+ <a href="../Fake/TargetHelper.htm">TargetHelper</a>
118
+ </li><li>
119
+ <a href="../Fake/TargetTemplate`1.htm" class="current">TargetTemplate`1</a>
120
+ </li><li>
121
+ <a href="../Fake/TeamCityHelper.htm">TeamCityHelper</a>
122
+ </li><li>
123
+ <a href="../Fake/TeamCityRESTHelper.htm">TeamCityRESTHelper</a>
124
+ </li><li>
125
+ <a href="../Fake/TemplateHelper.htm">TemplateHelper</a>
126
+ </li><li>
127
+ <a href="../Fake/TestCase.htm">TestCase</a>
128
+ </li><li>
129
+ <a href="../Fake/TestSuite.htm">TestSuite</a>
130
+ </li><li>
131
+ <a href="../Fake/TimeoutHelper.htm">TimeoutHelper</a>
132
+ </li><li>
133
+ <a href="../Fake/TraceHelper.htm">TraceHelper</a>
134
+ </li><li>
135
+ <a href="../Fake/TraceMessage.htm">TraceMessage</a>
136
+ </li><li>
137
+ <a href="../Fake/TraceMode.htm">TraceMode</a>
138
+ </li><li>
139
+ <a href="../Fake/VCSRoot.htm">VCSRoot</a>
140
+ </li><li>
141
+ <a href="../Fake/VSSHelper.htm">VSSHelper</a>
142
+ </li><li>
143
+ <a href="../Fake/WiXHelper.htm">WiXHelper</a>
144
+ </li><li>
145
+ <a href="../Fake/WiXParams.htm">WiXParams</a>
146
+ </li><li>
147
+ <a href="../Fake/XCopyHelper.htm">XCopyHelper</a>
148
+ </li><li>
149
+ <a href="../Fake/XMLHelper.htm">XMLHelper</a>
150
+ </li><li>
151
+ <a href="../Fake/XUnitHelper.htm">XUnitHelper</a>
152
+ </li><li>
153
+ <a href="../Fake/XUnitParams.htm">XUnitParams</a>
154
+ </li><li>
155
+ <a href="../Fake/ZipHelper.htm">ZipHelper</a>
156
+ </li>
157
+ </ul>
158
+ </div>
159
+ </div>
160
+ <div class="header">
161
+ <p class="class"><strong>Type</strong> TargetTemplate`1</p>
162
+ <p><strong>Namespace</strong> Fake</p>
163
+ </div>
164
+ <div class="sub-header">
165
+
166
+
167
+
168
+ <h3 class="section">Properties</h3>
169
+ <ul><li><a href="../Fake/TargetTemplate`1.htm#Dependencies">Dependencies</a></li><li><a href="../Fake/TargetTemplate`1.htm#Function">Function</a></li><li><a href="../Fake/TargetTemplate`1.htm#Name">Name</a></li>
170
+ </ul>
171
+
172
+ </div>
173
+
174
+
175
+
176
+
177
+ <h3 class="section">Public properties</h3>
178
+ <div id="Dependencies" class="method">
179
+ <h4><span title="Microsoft.FSharp.Collections.FSharpList<string>">FSharpList&lt;string&gt;</span> <strong>Dependencies</strong> get; </h4>
180
+ <div class="content">
181
+
182
+ </div>
183
+ </div><div id="Function" class="method">
184
+ <h4><span title="Microsoft.FSharp.Core.FSharpFunc<a, Unit>">FSharpFunc&lt;a, Unit&gt;</span> <strong>Function</strong> get; </h4>
185
+ <div class="content">
186
+
187
+ </div>
188
+ </div><div id="Name" class="method">
189
+ <h4><span title="System.string">string</span> <strong>Name</strong> get; </h4>
190
+ <div class="content">
191
+
192
+ </div>
193
+ </div>
194
+ <div id="footer">
195
+ <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
196
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
197
+ </div>
198
+ </body>
199
+ </html>
@@ -0,0 +1,344 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <head>
4
+ <title>TeamCityHelper - FAKE - F# Make Git Lib Documentation</title>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
6
+ <link type="text/css" rel="stylesheet" href="../main.css"/>
7
+ <script type="text/javascript" src="../js/jquery-1.3.2.min.js"></script>
8
+ <script type="text/javascript" src="../js/jquery.scrollTo-min.js"></script>
9
+ <script type="text/javascript" src="../js/navigation.js"></script>
10
+ </head>
11
+ <body><div id="namespaces">
12
+ <h2 class="fixed">Namespaces</h2>
13
+ <div class="scroll">
14
+ <ul><li>
15
+ <a href="../Fake/index.htm" class="current">Fake</a>
16
+ </li><li>
17
+ <a href="../Fake.Git/index.htm">Fake.Git</a>
18
+ </li><li>
19
+ <a href="../Fake.MSBuild/index.htm">Fake.MSBuild</a>
20
+ </li><li>
21
+ <a href="../Fake.SQL/index.htm">Fake.SQL</a>
22
+ </li><li>
23
+ <a href="../FakeLib/index.htm">FakeLib</a>
24
+ </li>
25
+ </ul>
26
+ </div>
27
+ </div><div id="types">
28
+ <h2 class="fixed">Types in Fake</h2>
29
+ <div class="scroll">
30
+ <ul><li>
31
+ <a href="../Fake/AssemblyInfoHelper.htm">AssemblyInfoHelper</a>
32
+ </li><li>
33
+ <a href="../Fake/AssemblyInfoParams.htm">AssemblyInfoParams</a>
34
+ </li><li>
35
+ <a href="../Fake/AsyncHelper.htm">AsyncHelper</a>
36
+ </li><li>
37
+ <a href="../Fake/Build.htm">Build</a>
38
+ </li><li>
39
+ <a href="../Fake/BuildConfiguration.htm">BuildConfiguration</a>
40
+ </li><li>
41
+ <a href="../Fake/BuildError.htm">BuildError</a>
42
+ </li><li>
43
+ <a href="../Fake/BuildServer.htm">BuildServer</a>
44
+ </li><li>
45
+ <a href="../Fake/BuildServerHelper.htm">BuildServerHelper</a>
46
+ </li><li>
47
+ <a href="../Fake/CacheHelper.htm">CacheHelper</a>
48
+ </li><li>
49
+ <a href="../Fake/CodeLanguage.htm">CodeLanguage</a>
50
+ </li><li>
51
+ <a href="../Fake/DocuHelper.htm">DocuHelper</a>
52
+ </li><li>
53
+ <a href="../Fake/DocuParams.htm">DocuParams</a>
54
+ </li><li>
55
+ <a href="../Fake/EnvironmentHelper.htm">EnvironmentHelper</a>
56
+ </li><li>
57
+ <a href="../Fake/Event.htm">Event</a>
58
+ </li><li>
59
+ <a href="../Fake/ExecParams.htm">ExecParams</a>
60
+ </li><li>
61
+ <a href="../Fake/FileHelper.htm">FileHelper</a>
62
+ </li><li>
63
+ <a href="../Fake/FileIncludes.htm">FileIncludes</a>
64
+ </li><li>
65
+ <a href="../Fake/FileSetHelper.htm">FileSetHelper</a>
66
+ </li><li>
67
+ <a href="../Fake/FileSystemHelper.htm">FileSystemHelper</a>
68
+ </li><li>
69
+ <a href="../Fake/FSIHelper.htm">FSIHelper</a>
70
+ </li><li>
71
+ <a href="../Fake/FxCopErrorLevel.htm">FxCopErrorLevel</a>
72
+ </li><li>
73
+ <a href="../Fake/FxCopHelper.htm">FxCopHelper</a>
74
+ </li><li>
75
+ <a href="../Fake/FxCopParams.htm">FxCopParams</a>
76
+ </li><li>
77
+ <a href="../Fake/HTMLHelpWorkShopHelper.htm">HTMLHelpWorkShopHelper</a>
78
+ </li><li>
79
+ <a href="../Fake/ILMergeHelper.htm">ILMergeHelper</a>
80
+ </li><li>
81
+ <a href="../Fake/ILMergeParams.htm">ILMergeParams</a>
82
+ </li><li>
83
+ <a href="../Fake/MailBoxHelper.htm">MailBoxHelper</a>
84
+ </li><li>
85
+ <a href="../Fake/Message.htm">Message</a>
86
+ </li><li>
87
+ <a href="../Fake/MessageHelper.htm">MessageHelper</a>
88
+ </li><li>
89
+ <a href="../Fake/MSBuildHelper.htm">MSBuildHelper</a>
90
+ </li><li>
91
+ <a href="../Fake/NCoverHelper.htm">NCoverHelper</a>
92
+ </li><li>
93
+ <a href="../Fake/NCoverParams.htm">NCoverParams</a>
94
+ </li><li>
95
+ <a href="../Fake/NUnitHelper.htm">NUnitHelper</a>
96
+ </li><li>
97
+ <a href="../Fake/NUnitParams.htm">NUnitParams</a>
98
+ </li><li>
99
+ <a href="../Fake/PostMethod.htm">PostMethod</a>
100
+ </li><li>
101
+ <a href="../Fake/ProcessHelper.htm">ProcessHelper</a>
102
+ </li><li>
103
+ <a href="../Fake/Project.htm">Project</a>
104
+ </li><li>
105
+ <a href="../Fake/RegexEntry.htm">RegexEntry</a>
106
+ </li><li>
107
+ <a href="../Fake/RegistryBaseKey.htm">RegistryBaseKey</a>
108
+ </li><li>
109
+ <a href="../Fake/RegistryHelper.htm">RegistryHelper</a>
110
+ </li><li>
111
+ <a href="../Fake/REST.htm">REST</a>
112
+ </li><li>
113
+ <a href="../Fake/StringHelper.htm">StringHelper</a>
114
+ </li><li>
115
+ <a href="../Fake/Tags.htm">Tags</a>
116
+ </li><li>
117
+ <a href="../Fake/TargetHelper.htm">TargetHelper</a>
118
+ </li><li>
119
+ <a href="../Fake/TargetTemplate`1.htm">TargetTemplate`1</a>
120
+ </li><li>
121
+ <a href="../Fake/TeamCityHelper.htm" class="current">TeamCityHelper</a>
122
+ </li><li>
123
+ <a href="../Fake/TeamCityRESTHelper.htm">TeamCityRESTHelper</a>
124
+ </li><li>
125
+ <a href="../Fake/TemplateHelper.htm">TemplateHelper</a>
126
+ </li><li>
127
+ <a href="../Fake/TestCase.htm">TestCase</a>
128
+ </li><li>
129
+ <a href="../Fake/TestSuite.htm">TestSuite</a>
130
+ </li><li>
131
+ <a href="../Fake/TimeoutHelper.htm">TimeoutHelper</a>
132
+ </li><li>
133
+ <a href="../Fake/TraceHelper.htm">TraceHelper</a>
134
+ </li><li>
135
+ <a href="../Fake/TraceMessage.htm">TraceMessage</a>
136
+ </li><li>
137
+ <a href="../Fake/TraceMode.htm">TraceMode</a>
138
+ </li><li>
139
+ <a href="../Fake/VCSRoot.htm">VCSRoot</a>
140
+ </li><li>
141
+ <a href="../Fake/VSSHelper.htm">VSSHelper</a>
142
+ </li><li>
143
+ <a href="../Fake/WiXHelper.htm">WiXHelper</a>
144
+ </li><li>
145
+ <a href="../Fake/WiXParams.htm">WiXParams</a>
146
+ </li><li>
147
+ <a href="../Fake/XCopyHelper.htm">XCopyHelper</a>
148
+ </li><li>
149
+ <a href="../Fake/XMLHelper.htm">XMLHelper</a>
150
+ </li><li>
151
+ <a href="../Fake/XUnitHelper.htm">XUnitHelper</a>
152
+ </li><li>
153
+ <a href="../Fake/XUnitParams.htm">XUnitParams</a>
154
+ </li><li>
155
+ <a href="../Fake/ZipHelper.htm">ZipHelper</a>
156
+ </li>
157
+ </ul>
158
+ </div>
159
+ </div>
160
+ <div class="header">
161
+ <p class="class"><strong>Type</strong> TeamCityHelper</p>
162
+ <p><strong>Namespace</strong> Fake</p>
163
+ </div>
164
+ <div class="sub-header">
165
+
166
+
167
+ <h3 class="section">Methods</h3>
168
+ <ul><li><a href="../Fake/TeamCityHelper.htm#ComparisonFailure">ComparisonFailure</a></li><li><a href="../Fake/TeamCityHelper.htm#FinishTestCase">FinishTestCase</a></li><li><a href="../Fake/TeamCityHelper.htm#FinishTestSuite">FinishTestSuite</a></li><li><a href="../Fake/TeamCityHelper.htm#getRecentlyFailedTests">getRecentlyFailedTests</a></li><li><a href="../Fake/TeamCityHelper.htm#IgnoreTestCase">IgnoreTestCase</a></li><li><a href="../Fake/TeamCityHelper.htm#PublishArticfact">PublishArticfact</a></li><li><a href="../Fake/TeamCityHelper.htm#ReportBuildStatus">ReportBuildStatus</a></li><li><a href="../Fake/TeamCityHelper.htm#ReportProgress">ReportProgress</a></li><li><a href="../Fake/TeamCityHelper.htm#ReportProgressFinish">ReportProgressFinish</a></li><li><a href="../Fake/TeamCityHelper.htm#ReportProgressStart">ReportProgressStart</a></li><li><a href="../Fake/TeamCityHelper.htm#sendStrToTeamCity">sendStrToTeamCity</a></li><li><a href="../Fake/TeamCityHelper.htm#sendTeamCityError">sendTeamCityError</a></li><li><a href="../Fake/TeamCityHelper.htm#sendTeamCityFXCopImport">sendTeamCityFXCopImport</a></li><li><a href="../Fake/TeamCityHelper.htm#sendTeamCityNUnitImport">sendTeamCityNUnitImport</a></li><li><a href="../Fake/TeamCityHelper.htm#sendToTeamCity">sendToTeamCity</a></li><li><a href="../Fake/TeamCityHelper.htm#SetBuildNumber">SetBuildNumber</a></li><li><a href="../Fake/TeamCityHelper.htm#SetBuildStatistic">SetBuildStatistic</a></li><li><a href="../Fake/TeamCityHelper.htm#StartTestCase">StartTestCase</a></li><li><a href="../Fake/TeamCityHelper.htm#StartTestSuite">StartTestSuite</a></li><li><a href="../Fake/TeamCityHelper.htm#TestFailed">TestFailed</a></li>
169
+ </ul>
170
+
171
+
172
+ </div>
173
+
174
+
175
+
176
+ <h3 class="section">Public static methods</h3>
177
+ <div id="ComparisonFailure" class="method">
178
+ <h4><span title="System.void">void</span> <strong>ComparisonFailure</strong>(<span title="System.string">string</span> name, <span title="System.string">string</span> message, <span title="System.string">string</span> details, <span title="System.string">string</span> expected, <span title="System.string">string</span> actual)</h4>
179
+ <div class="content">Reports a failed comparison.
180
+
181
+
182
+
183
+
184
+ </div>
185
+ </div><div id="FinishTestCase" class="method">
186
+ <h4><span title="System.void">void</span> <strong>FinishTestCase</strong>(<span title="System.string">string</span> testCaseName, <span title="System.TimeSpan">TimeSpan</span> duration)</h4>
187
+ <div class="content">Finishes the test case.
188
+
189
+
190
+
191
+
192
+ </div>
193
+ </div><div id="FinishTestSuite" class="method">
194
+ <h4><span title="System.void">void</span> <strong>FinishTestSuite</strong>(<span title="System.string">string</span> testSuiteName)</h4>
195
+ <div class="content">Finishes the test suite.
196
+
197
+
198
+
199
+
200
+ </div>
201
+ </div><div id="getRecentlyFailedTests" class="method">
202
+ <h4><span title="System.Collections.Generic.IEnumerable<string>">IEnumerable&lt;string&gt;</span> <strong>getRecentlyFailedTests</strong>()</h4>
203
+ <div class="content">Gets the recently failed tests
204
+
205
+
206
+
207
+
208
+ </div>
209
+ </div><div id="IgnoreTestCase" class="method">
210
+ <h4><span title="System.void">void</span> <strong>IgnoreTestCase</strong>(<span title="System.string">string</span> name, <span title="System.string">string</span> message)</h4>
211
+ <div class="content">Ignores the test case.
212
+
213
+
214
+
215
+
216
+ </div>
217
+ </div><div id="PublishArticfact" class="method">
218
+ <h4><span title="System.void">void</span> <strong>PublishArticfact</strong>(<span title="System.string">string</span> path)</h4>
219
+ <div class="content">Publishes an artifact on the TeamcCity build server.
220
+
221
+
222
+
223
+
224
+ </div>
225
+ </div><div id="ReportBuildStatus" class="method">
226
+ <h4><span title="System.void">void</span> <strong>ReportBuildStatus</strong>(<span title="System.string">string</span> status, <span title="System.string">string</span> message)</h4>
227
+ <div class="content">Reports the build status.
228
+
229
+
230
+
231
+
232
+ </div>
233
+ </div><div id="ReportProgress" class="method">
234
+ <h4><span title="System.void">void</span> <strong>ReportProgress</strong>(<span title="System.string">string</span> message)</h4>
235
+ <div class="content">Reports the progress.
236
+
237
+
238
+
239
+
240
+ </div>
241
+ </div><div id="ReportProgressFinish" class="method">
242
+ <h4><span title="System.void">void</span> <strong>ReportProgressFinish</strong>(<span title="System.string">string</span> message)</h4>
243
+ <div class="content">Reports the progress end.
244
+
245
+
246
+
247
+
248
+ </div>
249
+ </div><div id="ReportProgressStart" class="method">
250
+ <h4><span title="System.void">void</span> <strong>ReportProgressStart</strong>(<span title="System.string">string</span> message)</h4>
251
+ <div class="content">Reports the progress start.
252
+
253
+
254
+
255
+
256
+ </div>
257
+ </div><div id="sendStrToTeamCity" class="method">
258
+ <h4><span title="System.void">void</span> <strong>sendStrToTeamCity</strong>(<span title="System.string">string</span> s)</h4>
259
+ <div class="content">Send message to TeamCity
260
+
261
+
262
+
263
+
264
+ </div>
265
+ </div><div id="sendTeamCityError" class="method">
266
+ <h4><span title="System.void">void</span> <strong>sendTeamCityError</strong>(<span title="System.string">string</span> error)</h4>
267
+ <div class="content">Sends an error to TeamCity
268
+
269
+
270
+
271
+
272
+ </div>
273
+ </div><div id="sendTeamCityFXCopImport" class="method">
274
+ <h4><span title="System.void">void</span> <strong>sendTeamCityFXCopImport</strong>(<span title="System.string">string</span> path)</h4>
275
+ <div class="content">Sends an FXCop results filename to TeamCity
276
+
277
+
278
+
279
+
280
+ </div>
281
+ </div><div id="sendTeamCityNUnitImport" class="method">
282
+ <h4><span title="System.void">void</span> <strong>sendTeamCityNUnitImport</strong>(<span title="System.string">string</span> path)</h4>
283
+ <div class="content">Sends an NUnit results filename to TeamCity
284
+
285
+
286
+
287
+
288
+ </div>
289
+ </div><div id="sendToTeamCity" class="method">
290
+ <h4><span title="System.void">void</span> <strong>sendToTeamCity</strong>(<span title="Microsoft.FSharp.Core.PrintfFormat<FSharpFunc<string, string>, Unit, string, string>">PrintfFormat&lt;FSharpFunc&lt;string, string&gt;, Unit, string, string&gt;</span> format, <span title="System.string">string</span> message)</h4>
291
+ <div class="content">Send message to TeamCity
292
+
293
+
294
+
295
+
296
+ </div>
297
+ </div><div id="SetBuildNumber" class="method">
298
+ <h4><span title="System.void">void</span> <strong>SetBuildNumber</strong>(<span title="System.string">string</span> buildNumber)</h4>
299
+ <div class="content">Sets the TeamCity build number.
300
+
301
+
302
+
303
+
304
+ </div>
305
+ </div><div id="SetBuildStatistic" class="method">
306
+ <h4><span title="System.void">void</span> <strong>SetBuildStatistic</strong>(<span title="System.string">string</span> key, <span title="System.string">string</span> value)</h4>
307
+ <div class="content">Reports a build statistic.
308
+
309
+
310
+
311
+
312
+ </div>
313
+ </div><div id="StartTestCase" class="method">
314
+ <h4><span title="System.void">void</span> <strong>StartTestCase</strong>(<span title="System.string">string</span> testCaseName)</h4>
315
+ <div class="content">Starts the test case.
316
+
317
+
318
+
319
+
320
+ </div>
321
+ </div><div id="StartTestSuite" class="method">
322
+ <h4><span title="System.void">void</span> <strong>StartTestSuite</strong>(<span title="System.string">string</span> testSuiteName)</h4>
323
+ <div class="content">Starts the test suite.
324
+
325
+
326
+
327
+
328
+ </div>
329
+ </div><div id="TestFailed" class="method">
330
+ <h4><span title="System.void">void</span> <strong>TestFailed</strong>(<span title="System.string">string</span> name, <span title="System.string">string</span> message, <span title="System.string">string</span> details)</h4>
331
+ <div class="content">Reports a failed test.
332
+
333
+
334
+
335
+
336
+ </div>
337
+ </div>
338
+
339
+ <div id="footer">
340
+ <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
341
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
342
+ </div>
343
+ </body>
344
+ </html>