* passed to the constructor when creating this instance.
* <p>
* <strong>Note:</strong> The call takes place in the calling thread.
*/
public void call() {
PipelinePluginManifestDownloadCallback callback = new CallbackImpl();
serverApi.downloadPluginManifests(callback);
}