Interface ArtifactStorageSettingsProvider

    • Method Detail

      • getDefaultSettings

        @NotNull
        Map<String,​String> getDefaultSettings()
        Get storage settings for internal (TeamCity-based) storage
        Returns:
        see above
      • getCurrentSettings

        @NotNull
        Map<String,​String> getCurrentSettings()
        Get artifacts storage settings for current build. If no custom storage settings is configured, or no current build is available, an empty collection is returned.
        Returns:
        see above