sendCheckstyle(path)
Signature: path:string -> unit
|
Sends an Checkstyle results filename to TeamCity
|
sendDotNetCoverageForTool path tool
Signature: path:string -> tool:DotNetCoverageTool -> unit
|
Sends an dotcover, partcover, ncover or ncover3 results filename to TeamCity
|
sendDotNetDupFinder(path)
Signature: path:string -> unit
|
Sends an ReSharper dupfinder.exe results filename to TeamCity
|
sendFindBugs(path)
Signature: path:string -> unit
|
Sends an FindBugs results filename to TeamCity
|
sendFXCop(path)
Signature: path:string -> unit
|
Sends an FXCop results filename to TeamCity
|
sendGTest(path)
Signature: path:string -> unit
|
Sends an Google Test results filename to TeamCity
|
sendJSLint(path)
Signature: path:string -> unit
|
Sends an JSLint results filename to TeamCity
|
sendJUnit(path)
Signature: path:string -> unit
|
Sends an JUnit Ant task results filename to TeamCity
|
sendMSTest(path)
Signature: path:string -> unit
|
Sends an MSTest results filename to TeamCity
|
sendNUnit(path)
Signature: path:string -> unit
|
Sends an NUnit results filename to TeamCity
|
sendPmd(path)
Signature: path:string -> unit
|
Sends an PMD inspections results filename to TeamCity
|
sendPmdCpd(path)
Signature: path:string -> unit
|
Sends an PMD Copy/Paste Detector results filename to TeamCity
|
sendReSharperInspectCode(path)
Signature: path:string -> unit
|
Sends an ReSharper inspectCode.exe results filename to TeamCity
|
sendSurefire(path)
Signature: path:string -> unit
|
Sends an Maven Surefire results filename to TeamCity
|