Class CurrentVersionInfo

    • Constructor Detail

      • CurrentVersionInfo

        public CurrentVersionInfo​(@Nullable
                                  Long rootInstanceId,
                                  @NotNull
                                  String appliedVersion,
                                  @NotNull
                                  String analyzedVersion)
    • Method Detail

      • getRootInstanceId

        @Nullable
        public Long getRootInstanceId()
      • getAppliedVersion

        @NotNull
        public String getAppliedVersion()
        Returns the revision of current project settings, last successfully applied
        Returns:
        see above
      • getAnalyzedVersion

        @NotNull
        public String getAnalyzedVersion()
        Returns the last revision, that was analyzed to check whether it is related to Versioned Settings
        Returns:
        See Also:
        ApplySettingsChangesListener