Interface ArtifactLinkDataProvider
- All Known Implementing Classes:
CachingArtifactLinkDataProviderDecorator
,FileSystemArtifactLinkDataProvider
,S3ArtifactLinkDataProvider
,TrampolineUrlArtifactLinkDataProvider
public interface ArtifactLinkDataProvider
-
Method Summary
Modifier and TypeMethodDescriptionboolean
exists()
boolean
@Nullable String
long
getSize()
@Nullable Date
@NotNull Iterable<ArtifactFileData>
listObjects
(@Nullable String subpath)
-
Method Details
-
getRootUrl
-
listObjects
-
lastModified
-
getSize
long getSize() -
exists
boolean exists() -
exists
-