SuperManifestRefUpdatedListener: inline the update method

The update() method has a boolean parameter to let the exceptions pass
through or not. This makes the exception handling unnecessarily
difficult to read. The method is only called from two places (with the
param set as true and false on each).

Inline the #update() method to the callers. This moves the exception
handling to the same level for both paths (REST call/plugin call) and
makes clearer what happens on exceptions: the REST call let the
exception go and stops, the plugin still tries with remaning confs.

Change-Id: I17933da33437dea4cbbe179b1ef4b6ffeb0655cf
1 file changed
tree: dde4b602474d8fa3451d7a50c521f047058d94a3
  1. java/
  2. javatests/
  3. BUILD
  4. external_plugin_deps.bzl
  5. LICENSE
  6. README.md
README.md

The plugin will update a superproject to contain the submodules defined in the manifest XML file whenever the manifest repo is changed.

For more information see the documentation or the build instructions