Package jetbrains.buildServer.artifacts
Class ArtifactStorageSettings
- java.lang.Object
-
- jetbrains.buildServer.artifacts.ArtifactStorageSettings
-
public class ArtifactStorageSettings extends Object
Created by Nikita.Skvortsov date: 29.02.2016.- Since:
- 2017.1
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTIVE_STORAGE_FEATURE_TYPE
Project feature to keep reference to current active storage featurestatic String
ACTIVE_STORAGE_KEY
Key for currently active storage reference kept in feature of typeACTIVE_STORAGE_FEATURE_TYPE
static String
DEFAULT_STORAGE_NAME
static String
DEFAULT_TYPE
Default storage typestatic String
STORAGE_FEATURE_ID
Configuration parameter name to store id of storage settings used for publishing build artifactsstatic String
STORAGE_FEATURE_TYPE
Project feature type for storage settingsstatic String
STORAGE_FEATURE_WHITELIST
Configuration parameter name to store whitelist of storage types (comma separated)static String
TEAMCITY_STORAGE_NAME_KEY
Key for storage settings name kept in feature of typeSTORAGE_FEATURE_TYPE
static String
TEAMCITY_STORAGE_TYPE_KEY
Key for storage settings type kept in feature of typeSTORAGE_FEATURE_TYPE
-
Constructor Summary
Constructors Constructor Description ArtifactStorageSettings()
-
-
-
Field Detail
-
STORAGE_FEATURE_ID
public static final String STORAGE_FEATURE_ID
Configuration parameter name to store id of storage settings used for publishing build artifacts- See Also:
- Constant Field Values
-
STORAGE_FEATURE_WHITELIST
public static final String STORAGE_FEATURE_WHITELIST
Configuration parameter name to store whitelist of storage types (comma separated)- See Also:
- Constant Field Values
-
DEFAULT_TYPE
public static final String DEFAULT_TYPE
Default storage type- See Also:
- Constant Field Values
-
DEFAULT_STORAGE_NAME
public static final String DEFAULT_STORAGE_NAME
- See Also:
- Constant Field Values
-
STORAGE_FEATURE_TYPE
public static final String STORAGE_FEATURE_TYPE
Project feature type for storage settings- See Also:
- Constant Field Values
-
TEAMCITY_STORAGE_TYPE_KEY
public static final String TEAMCITY_STORAGE_TYPE_KEY
Key for storage settings type kept in feature of typeSTORAGE_FEATURE_TYPE
- See Also:
- Constant Field Values
-
TEAMCITY_STORAGE_NAME_KEY
public static final String TEAMCITY_STORAGE_NAME_KEY
Key for storage settings name kept in feature of typeSTORAGE_FEATURE_TYPE
- See Also:
- Constant Field Values
-
ACTIVE_STORAGE_FEATURE_TYPE
public static final String ACTIVE_STORAGE_FEATURE_TYPE
Project feature to keep reference to current active storage feature- See Also:
- Constant Field Values
-
ACTIVE_STORAGE_KEY
public static final String ACTIVE_STORAGE_KEY
Key for currently active storage reference kept in feature of typeACTIVE_STORAGE_FEATURE_TYPE
- See Also:
- Constant Field Values
-
-