Uses of Class
jetbrains.buildServer.util.ArchiveType
-
Packages that use ArchiveType Package Description jetbrains.buildServer.serverSide.impl.artifacts.archives jetbrains.buildServer.util -
-
Uses of ArchiveType in jetbrains.buildServer.serverSide.impl.artifacts.archives
Constructors in jetbrains.buildServer.serverSide.impl.artifacts.archives with parameters of type ArchiveType Constructor Description ArchivedBuildArtifact(BuildArtifact nonArchiveParent, String pathInParent, String name, boolean isDirectory, long size, long timestamp, ArchivedBuildArtifacts host, ArchiveType parentArchiveType)
ArchivedBuildArtifact(ArchivedBuildArtifacts host, BuildArtifact nonArchiveParent, String pathInParentPrefix, ArchiveUtil.ArchivedFileInfo info, ArchiveType parentArchiveType)
-
Uses of ArchiveType in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util that return ArchiveType Modifier and Type Method Description static ArchiveType
ArchiveUtil. getArchiveType(String name)
Determines the archive type based on a file name.static ArchiveType
ArchiveType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ArchiveType[]
ArchiveType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.util with parameters of type ArchiveType Modifier and Type Method Description static org.apache.commons.compress.archivers.ArchiveInputStream
ArchiveUtil. getArchiveInputStream(ArchiveType archiveType, InputStream inputStream)
Returns theArchiveInputStream
for the specifiedarchiveType
.
-