REST/MVC Path for Version artifact definition | ||||||
---|---|---|---|---|---|---|
HTTP Method | Path | Description | Controller Method | |||
/rest/versionartifact/{versionIdartifactId} | Retrieves version artifact file by idartifactId | getVersiongetArtifact(versionIdartifactId: String) | ||||
Parameters:
| ||||||
/rest/version/ | Adds a new version | addVersion(version: VersionDTO{versiontId}/artifacts | Retrives zipped artifact files by versionId | getPackagedArtifacts(versionId: String) | ||
Parameters:
| ||||||
/rest/version | Updates an existent version | updateVersion(version: VersionDTO/artifact/{artifactId}/metadata | Retrieves artifact metadata | getArtifactMetadata(artifactId: String) | ||
Parameters:
| ||||||
/rest/ | versionartifact/{versionId} | Removes an existent version | removeVersionUploads an artifact to the provided versionId | uploadArtifacts(versionId: String, artifacts : List<FileAttachmentDTO artifacts, replace : boolean) | ||
Parameters:
| ||||||
/rest/version/{versionId}/publish | Publishes a version | publishVersion(versionId : String) | ||||
Parameters:
| ||||||
| ||||||
/rest/ | versionsartifact/ | Search for versions by criteria | findVersionsByCriteria(criteria : VersionCriteria{artifactId} | Removes an existent artifact | removeArtifact(artifactId: String) | |
Parameters:
|
Comparación de contenido
General
Contenido
Integraciones