public interface StoredBuildArtifactInfo
Modifier and Type | Method and Description |
---|---|
ArtifactData |
getArtifactData()
Returns artifact data for this artifact if it's a file, null otherwise.
|
java.util.Map<java.lang.String,java.lang.String> |
getCommonProperties()
Returns common properties for this artifact.
|
java.util.Map<java.lang.String,java.lang.String> |
getStorageSettings()
Returns settings of the artifact storage where this artifacts is stored.
|
java.lang.String |
getStorageType()
Returns type of the artifact storage where this artifact is stored.
|
@Nullable java.lang.String getStorageType()
@NotNull java.util.Map<java.lang.String,java.lang.String> getStorageSettings()
@Nullable ArtifactData getArtifactData()
@NotNull java.util.Map<java.lang.String,java.lang.String> getCommonProperties()