Uses of Enum Class
com.atlassian.bamboo.archive.ArchiverType
Packages that use ArchiverType
Package
Description
-
Uses of ArchiverType in com.atlassian.bamboo.archive
Methods in com.atlassian.bamboo.archive that return ArchiverTypeModifier and TypeMethodDescriptionstatic ArchiverType
Returns the enum constant of this class with the specified name.static ArchiverType[]
ArchiverType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bamboo.archive with parameters of type ArchiverTypeModifier and TypeMethodDescriptionstatic @NotNull Archiver
ArchiverResolver.getArchiver
(@NotNull ArchiverType archiverType) Returns an instance of an archiver of the specified type.static @NotNull String
ArchiverResolver.getDefaultArchiveExtension
(@NotNull ArchiverType archiverType) Returns default archive file extension for the specified archiver type. -
Uses of ArchiverType in com.atlassian.bamboo.artifact
Fields in com.atlassian.bamboo.artifact with type parameters of type ArchiverTypeModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<MutableArtifactImpl,
ArchiverType> MutableArtifactImpl_.archiverType
Methods in com.atlassian.bamboo.artifact that return ArchiverTypeModifier and TypeMethodDescription@NotNull ArchiverType
Artifact.getArchiverType()
Returns the type of archiver used for packaging files of this artifact.@NotNull ArchiverType
ArtifactImpl.getArchiverType()
@NotNull ArchiverType
MutableArtifactImpl.getArchiverType()
Methods in com.atlassian.bamboo.artifact with parameters of type ArchiverTypeModifier and TypeMethodDescriptionvoid
MutableArtifact.setArchiverType
(@NotNull ArchiverType archiverType) void
MutableArtifactImpl.setArchiverType
(@NotNull ArchiverType archiverType) -
Uses of ArchiverType in com.atlassian.bamboo.build.artifact
Methods in com.atlassian.bamboo.build.artifact that return ArchiverTypeModifier and TypeMethodDescription@NotNull ArchiverType
ArtifactHandlerPublishingResult.getArchiverType()
@NotNull ArchiverType
ArtifactHandlerPublishingResultImpl.getArchiverType()
Methods in com.atlassian.bamboo.build.artifact with parameters of type ArchiverTypeModifier and TypeMethodDescriptionvoid
ArtifactHandlerPublishingResult.setArchiverType
(@NotNull ArchiverType archiverType) void
ArtifactHandlerPublishingResultImpl.setArchiverType
(@NotNull ArchiverType archiverType) -
Uses of ArchiverType in com.atlassian.bamboo.rest.model.adapters
Methods in com.atlassian.bamboo.rest.model.adapters that return ArchiverTypeMethods in com.atlassian.bamboo.rest.model.adapters with parameters of type ArchiverType -
Uses of ArchiverType in com.atlassian.bamboo.rest.model.artifact
Methods in com.atlassian.bamboo.rest.model.artifact that return ArchiverType -
Uses of ArchiverType in com.atlassian.bamboo.utils.archive
Methods in com.atlassian.bamboo.utils.archive with parameters of type ArchiverTypeModifier and TypeMethodDescriptionstatic void
ArchiveUtils.compressFiles
(@NotNull ArchiverType archiverType, @NotNull Iterable<File> sourceFiles, @NotNull File archiveFile, @NotNull File archiveDirectory) Compresses multiple files into a single archive.static void
ArchiveUtils.compressFiles
(@NotNull ArchiverType archiverType, @NotNull Iterable<File> sourceFiles, @NotNull File archiveFile, @NotNull File archiveDirectory, @Nullable File workDirectory) Compresses multiple files into a single archive.static void
ArchiveUtils.extractArchive
(@NotNull ArchiverType archiverType, @NotNull File archiveFile, @NotNull File destinationDirectory) Extracts an archive contents into the provided destination directory.