You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

 

Developers and integrators can connect to Kiuwan by different means:

  • Jenkins plugin.
  • IBM UrbanCode Deploy plugin
    • With Kiuwan plugin for IBM UrbanCode you can add automatic code  analyses in your deployment process. This plugin allows you to include a step in the design of the component deployment process that will automatically launch a Kiuwan code analysis. The Kiuwan plugin never uploads your source code to Kiuwan servers. Instead, the analysis is run locally and just the quality results are uploaded to Kiuwan.             
  • Cloudbees
    • You can include the analysis of your code in your CloudBees CI process and take the appropriate action if the analysis results don’t meet the specified thresholds.
  • IBM Bluemix DevOps services
  • Team Foundation Server
  • JetBrains TeamCity
  • REST API.
    • Kiuwan REST API allows you to  retrieve data from Kiuwan and it is intended for developers who want to write applications that can interact with the Kiuwan API. 
    • Typical scenarios might be to create your own dashboard or to integrate it in a continuous integration service to block a promotion between environments based on quality results.
  • Local analyzer —command line—.
    • Local Analizer's Command Line Interface (CLI) is specially suited to provide all the Kiuwan functionality through command line statements easily integrated in any scripting language. You can order an analysis automatically or schedule your analysis procedure.
  • Third party analyzers
    • Kiuwan can import results from other analyzers, so you can analyze with MS FxCop or HP Fortify and view all results in Kiuwan dashboards.



---

  • No labels