Class VersionedSettingsConfig


  • public class VersionedSettingsConfig
    extends Object
    • Constructor Detail

      • VersionedSettingsConfig

        public VersionedSettingsConfig()
    • Method Detail

      • setVcsRootExternalId

        public void setVcsRootExternalId​(@Nullable
                                         String externalId)
      • getVcsRootExternalId

        @Nullable
        public String getVcsRootExternalId()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • isEnabled

        public boolean isEnabled()
      • isSameSettingsAsParent

        public boolean isSameSettingsAsParent()
      • isShowSettingsChanges

        public boolean isShowSettingsChanges()
      • setShowSettingsChanges

        public void setShowSettingsChanges​(boolean showSettingsChanges)
      • getCredentialsStorageType

        @Nullable
        public String getCredentialsStorageType()
      • setCredentialsStorageType

        public void setCredentialsStorageType​(String credentialsStorageType)
      • getFormat

        @NotNull
        public String getFormat()
      • setFormat

        public void setFormat​(@NotNull
                              String format)
      • isUseRelativeIds

        public boolean isUseRelativeIds()
      • setUseRelativeIds

        public void setUseRelativeIds​(boolean useRelativeIds)
      • isTwoWaySynchronization

        public boolean isTwoWaySynchronization()
      • setTwoWaySynchronization

        public void setTwoWaySynchronization​(boolean twoWaySynchronization)
      • isIgnoreChangesInDependenciesAndVcsSettings

        public boolean isIgnoreChangesInDependenciesAndVcsSettings()
        Returns:
        true if VCS roots settings should be taken from the VCS instead of the current model
      • setIgnoreChangesInDependenciesAndVcsSettings

        public void setIgnoreChangesInDependenciesAndVcsSettings​(boolean ignoreChangesInDependenciesAndVcsSettings)
      • getSettingsPath

        @Nullable
        public String getSettingsPath()
      • setSettingsPath

        public void setSettingsPath​(@Nullable
                                    String customSettingsPath)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getDslContextParameters

        @NotNull
        public Map<String,​String> getDslContextParameters()
      • setDslContextParameters

        public void setDslContextParameters​(@NotNull
                                            Map<String,​String> dslContextParameters)