Package jetbrains.buildServer.artifacts
Interface ArtifactListData
-
- All Known Implementing Classes:
SerializableArtifactListData
public interface ArtifactListData
Information about artifact list- Since:
- 2017.1
- Author:
- vbedrosova
- See Also:
ArtifactData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ArtifactData>
getArtifactList()
Map<String,String>
getCommonProperties()
String
getStorageSettingsId()
-
-
-
Method Detail
-
getArtifactList
@NotNull List<ArtifactData> getArtifactList()
- Returns:
- list of artifacts with their properties
-
getCommonProperties
@NotNull Map<String,String> getCommonProperties()
- Returns:
- common properties map for these artifacts
-
getStorageSettingsId
@NotNull String getStorageSettingsId()
- Returns:
- id of the build feature where the storage settings came from
-
-