Interface OnceOffCapableRepository

    • Method Detail

      • collectChangesForRevision

        @NotNull
        @NotNull BuildRepositoryChanges collectChangesForRevision​(@NotNull
                                                                  @NotNull PlanKey planKey,
                                                                  @NotNull
                                                                  @NotNull String targetRevision)
                                                           throws RepositoryException
        Collects the changes for the targetRevision. This method is called only on server side (never on agent).
        Parameters:
        planKey -
        targetRevision -
        Returns:
        A build changes object with the appropriate build changes (that is - with the single commit data relevant for targetRevision)
        Throws:
        RepositoryException - if something goes wrong