Uses of Interface
com.atlassian.bamboo.build.artifact.ArtifactFileData
Packages that use ArtifactFileData
-
Uses of ArtifactFileData in com.atlassian.bamboo.build.artifact
Classes in com.atlassian.bamboo.build.artifact that implement ArtifactFileDataModifier and TypeClassDescriptionclass
class
class
Methods in com.atlassian.bamboo.build.artifact that return ArtifactFileDataModifier 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()
Methods in com.atlassian.bamboo.build.artifact that return types with arguments of type ArtifactFileDataModifier 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) Constructors in com.atlassian.bamboo.build.artifact with parameters of type ArtifactFileDataModifierConstructorDescriptionTrampolineArtifactFileData
(ArtifactFileData delegate, String trampolineUrl) -
Uses of ArtifactFileData in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains that return types with arguments of type ArtifactFileData