Uses of Interface
com.atlassian.bamboo.build.artifact.ArtifactFileData
-
Uses of ArtifactFileData in com.atlassian.bamboo.build.artifact
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeMethodDescriptionstatic ArtifactFileData
ArtifactFileDataImpl.directory
(long artifactId, @NotNull String name, @Nullable String url, @Nullable String tag, @Nullable Date lastModified, @Nullable Long size) @NotNull ArtifactFileData
TrampolineArtifactFileData.getDelegate()
Modifier and TypeMethodDescription@NotNull Iterable<ArtifactFileData>
ArtifactLinkDataProvider.listObjects
(@Nullable String subpath) @NotNull Iterable<ArtifactFileData>
CachingArtifactLinkDataProviderDecorator.listObjects
(@Nullable String subpath) @NotNull Iterable<ArtifactFileData>
FileSystemArtifactLinkDataProvider.listObjects
(@Nullable String subpath) This method should not be normally called.@NotNull Iterable<ArtifactFileData>
S3ArtifactLinkDataProvider.listObjects
(@Nullable String subpath) @NotNull Iterable<ArtifactFileData>
TrampolineUrlArtifactLinkDataProvider.listObjects
(@Nullable String subpath) ModifierConstructorDescriptionTrampolineArtifactFileData
(ArtifactFileData delegate, String trampolineUrl) -
Uses of ArtifactFileData in com.atlassian.bamboo.ww2.actions.chains