Package-level declarations

Types

Link copied to clipboard
The ProjectManager class is useful to give the base utilities to work with project database operations
Link copied to clipboard
@RestController
@RequestMapping(value = "/api/v1/")
open class ProjectsController : ProjectManager
The ProjectsController class is useful to manage all the project operations
Link copied to clipboard
@RestController
@RequestMapping(value = "BASE_EQUINOX_ENDPOINT + "{" + IDENTIFIER_KEY + "}/" + PROJECTS_KEY + "/{" + PROJECT_IDENTIFIER_KEY + "}/" + RELEASES_KEY")
open class ReleasesController : ProjectManager
The ReleasesController class is useful to manage all the release operations