-
Task
-
Resolution: Fixed
-
Critical
-
None
-
-
1.0-pre-beta-1
To optimize performance for the client UI, it should be able to call the /rest/classes/:className API with multiple class names, perhaps as a comma or pipe-separated list of class names. e.g:
This would return a response similar to:
[ { "_class": "io.jenkins.blueocean.service.embedded.rest.MultiBranchPipelineImpl", “classes”: [“io.jenkins.blueocean.rest.model.BlueMultiBranchPipeline”,"io.jenkins.blueocean.rest.model.BluePipeline","io.jenkins.blueocean.rest.model.Resource"] }, { "_class": "io.jenkins.blueocean.service.embedded.rest.PipelineImpl", “classes”: [“io.jenkins.blueocean.rest.model.BluePipeline”] } ]
The format of the request and response can be whatever is most convenient on the server side, the content above was just one possible example.
- blocks
-
JENKINS-36541 Integrate UI with Capabilities API on backend and update Folder filtering logic
- Resolved