Interface RepoOnlyOp

    • Method Detail

      • updateRepo

        default void updateRepo​(RepoContext ctx)
                         throws Exception
        Override this method to update the repo.
        Parameters:
        ctx - context
        Throws:
        Exception
      • postUpdate

        default void postUpdate​(Context ctx)
                         throws Exception
        Override this method to do something after the update e.g. send email or run hooks
        Parameters:
        ctx - context
        Throws:
        Exception