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
- Host: GitHub
- URL: https://github.com/microfocus/octane-intellij-plugin
- Owner: MicroFocus
- License: other
- Created: 2016-11-15T07:56:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T09:37:24.000Z (over 1 year ago)
- Last Synced: 2024-12-10T10:32:44.142Z (over 1 year ago)
- Topics: octane
- Language: Java
- Homepage:
- Size: 2.51 MB
- Stars: 6
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.