Interface RepositoryUpdateIterator.Updater

Enclosing interface:
RepositoryUpdateIterator

public static interface RepositoryUpdateIterator.Updater
Simple callback with the id of an existing repository with the possibility to throw exceptions.
Since:
2.14.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(String repositoryId)
    Implements the update logic for a single repository, denoted by its id.
  • Method Details

    • update

      void update(String repositoryId) throws Exception
      Implements the update logic for a single repository, denoted by its id.
      Throws:
      Exception