intland / cb-branching-api

Home Page:https://intland.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codeBeamer Branching API Extension

Does add endpoints to create and list branches to the Swagger API. Tested with codeBeamer 10.1-SP6 and 20.11-ltsö

Installation

  1. Copy cb-branching-api.jar found in releases to <codeBeamer>/tomcat/webapps/cb/WEB-INF/lib
  2. Restart codeBeamer

Usage

After installation the new endpoints can be found in the Swagger UI at /v3/swagger/editor.spr under the tag "Branches". You can try the endpoint by adjusting the examples provided in the Swagger UI.

Development

Set variable cbHome e.g. in %HOMEPATH%/.gradle/gradle.properties to point to your local codeBeamer installation.

Use gradlew eclipse or gradlew idea to create project configuration for your IDE.

Use gradlew assemble to build the .jar file that can be deployed into codeBeamer.

About

https://intland.com/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 98.4%Language:Kotlin 1.6%