Uses of Interface
org.artifactory.fs.FileInfo
-
Packages that use FileInfo Package Description org.artifactory.build org.artifactory.repo -
-
Uses of FileInfo in org.artifactory.build
Methods in org.artifactory.build that return types with arguments of type FileInfo Modifier and Type Method Description java.util.Set<FileInfo>Builds. getArtifactFiles(BuildRun buildRun)Locates the file info objects of all the given build's produced artifactsConstructors in org.artifactory.build with parameters of type FileInfo Constructor Description Artifact(FileInfo fileInfo, java.lang.String type)Dependency(java.lang.String id, FileInfo fileInfo, java.util.Set<java.lang.String> scopes, java.lang.String type) -
Uses of FileInfo in org.artifactory.repo
Methods in org.artifactory.repo that return FileInfo Modifier and Type Method Description FileInfoRepositories. getFileInfo(RepoPath repoPath)Methods in org.artifactory.repo with parameters of type FileInfo Modifier and Type Method Description java.lang.StringRepositories. getStringContent(FileInfo fileInfo)Deprecated.
-