Uses of Class
jetbrains.buildServer.util.ArchiveUtil.ArchivedFileInfo
-
Packages that use ArchiveUtil.ArchivedFileInfo Package Description jetbrains.buildServer.serverSide.impl.artifacts.archives jetbrains.buildServer.util -
-
Uses of ArchiveUtil.ArchivedFileInfo in jetbrains.buildServer.serverSide.impl.artifacts.archives
Constructors in jetbrains.buildServer.serverSide.impl.artifacts.archives with parameters of type ArchiveUtil.ArchivedFileInfo Constructor Description ArchivedBuildArtifact(ArchivedBuildArtifacts host, BuildArtifact nonArchiveParent, String pathInParentPrefix, ArchiveUtil.ArchivedFileInfo info, ArchiveType parentArchiveType) -
Uses of ArchiveUtil.ArchivedFileInfo in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util that return types with arguments of type ArchiveUtil.ArchivedFileInfo Modifier and Type Method Description static Collection<ArchiveUtil.ArchivedFileInfo>ArchiveUtil. getArchivedFolderEntries(ArchiveUtil.ArchiveFileDescriptor archive, String innerPathToFolder)Returns archived files info for entries in specified archive.
-