Interface ArtifactStorageSettingsProviderEx
-
- All Superinterfaces:
ArtifactStorageSettingsProvider
- All Known Implementing Classes:
ServerArtifactStorageSettingsProviderImpl
public interface ArtifactStorageSettingsProviderEx extends ArtifactStorageSettingsProvider
Created by Nikita.Skvortsov date: 16.03.2017.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getStorageSettings(String storageSettingsId, SProject project)Map<String,String>getStorageSettingsForAgent(String storageSettingsId, String projectExtId)-
Methods inherited from interface jetbrains.buildServer.artifacts.ArtifactStorageSettingsProvider
getCurrentSettings, getDefaultSettings
-
-