An open API service indexing awesome lists of open source software.

https://github.com/microfocus/octane-intellij-plugin

IntelliJ IDEA IDE Integration for ALM Octane
https://github.com/microfocus/octane-intellij-plugin

octane

Last synced: 9 months ago
JSON representation

IntelliJ IDEA IDE Integration for ALM Octane

Awesome Lists containing this project

README

          

# octane-intellij-plugin
## IntelliJ IDEA IDE Integration for Core Software Delivery Platform

The plugin shares a common service layer with: https://github.com/MicroFocus/octane-eclipse-plugin

Common: https://github.com/MicroFocus/octane-plugin-common

Connection to the server is done using the REST SDK for Core Software Delivery Platform, see:

* https://github.com/MicroFocus/ALMOctaneJavaRESTSDK

### How to build:
The plugin is build using gradle, with the https://github.com/JetBrains/gradle-intellij-plugin

Go to the project main folder and run:
```
gradle buildPlugin
```

### How to debug:
```
gradle runIdea
```
You can run this gradle task from IntelliJ in debug mode.