Interface RepositoryAwareTaskConfigurator

    • Method Detail

      • handleRepositoryIdChanged

        void handleRepositoryIdChanged​(@NotNull
                                       @NotNull TaskDefinition taskDefinition,
                                       @NotNull
                                       @NotNull Map<Long,​Long> repositoryIdChanges)
        Action taken if repository id changed, i.e. after repository is edited. Typically it should replace old repository identifiers with corresponding new id.
        Parameters:
        taskDefinition - definition of a Task
        repositoryIdChanges - mapping between old and new repository identifiers