Interface CurrentVersionTracker

    • Method Detail

      • getCurrentAppliedVersion

        @Nullable
        String getCurrentAppliedVersion​(@NotNull
                                        SProject p)
      • getCurrentAnalyzedVersion

        @Nullable
        String getCurrentAnalyzedVersion​(@NotNull
                                         SProject p)
      • setCurrentVersion

        void setCurrentVersion​(@NotNull
                               SProject p,
                               long settingsRootInstanceId,
                               @NotNull
                               String appliedVersion,
                               @NotNull
                               String analyzedVersion)
      • setVersionIfAbsent

        void setVersionIfAbsent​(@NotNull
                                SProject p,
                                long settingsRootInstanceId,
                                @NotNull
                                String appliedVersion,
                                @NotNull
                                String analyzedVersion)