Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This pag is an overview of which integrations can be done with Kiuwan. 

Info

Kiuwan supports the work of developers in two ways: with an IDE Plug-In and with CI Integrations. 

Contents: 

  • Kiuwan IDE Plug-In (Kiuwan for Developers

...

...

  • 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.
    •  allows you to run Kiuwan static analyses on your code as part of your Continuous Integration process with Jenkins.

...

  • 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

...

...

...

...

...

  • Local analyzer —command line—.
    • Local

...

...

    • especially suited to provide all the Kiuwan functionality through command line statements easily integrated

...

    • into 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.

 

...

  • 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 into a continuous integration service to block a promotion between environments based on quality results.
  • Rule Development
  • Assembla