Uses of Interface
jetbrains.buildServer.util.ArchiveUtil.ArchiveFileDescriptor
-
Packages that use ArchiveUtil.ArchiveFileDescriptor Package Description jetbrains.buildServer.serverSide.impl.artifacts.archives jetbrains.buildServer.util -
-
Uses of ArchiveUtil.ArchiveFileDescriptor in jetbrains.buildServer.serverSide.impl.artifacts.archives
Methods in jetbrains.buildServer.serverSide.impl.artifacts.archives that return ArchiveUtil.ArchiveFileDescriptor Modifier and Type Method Description static ArchiveUtil.ArchiveFileDescriptor
ArchivedBuildArtifacts. toArchiveFileDescriptor(BuildArtifact artifact)
-
Uses of ArchiveUtil.ArchiveFileDescriptor in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util with parameters of type ArchiveUtil.ArchiveFileDescriptor Modifier and Type Method Description static <T> T
ArchiveUtil. doInArchive(ArchiveUtil.ArchiveFileDescriptor archive, String path, ArchiveUtil.DoInArchiveHandler<T> callback)
Search for entry with specified path in archive and calls callable.static <T> T
ArchiveUtil. doInArchive(ArchiveUtil.ArchiveFileDescriptor archive, String path, ArchiveUtil.DoInArchiveHandler2<T> callable)
Similar to #doInArchive(ArchiveFileDescriptor, String, DoInArchiveHandler) but callback MUST close Closeable elements (third argument)static Collection<ArchiveUtil.ArchivedFileInfo>
ArchiveUtil. getArchivedFolderEntries(ArchiveUtil.ArchiveFileDescriptor archive, String innerPathToFolder)
Returns archived files info for entries in specified archive.
-