Uses of Class
jetbrains.buildServer.plugins.FileInfo
-
Packages that use FileInfo Package Description jetbrains.buildServer.agent.impl.upgrade jetbrains.buildServer.plugins -
-
Uses of FileInfo in jetbrains.buildServer.agent.impl.upgrade
Method parameters in jetbrains.buildServer.agent.impl.upgrade with type arguments of type FileInfo Modifier and Type Method Description void
UpgradeFilesDownloader. downloadUpdateFiles(File targetDir, String baseServerPath, Collection<FileInfo> pluginFiles)
Downloads files from servervoid
UpgradeFilesDownloaderImpl. downloadUpdateFiles(File targetDir, String baseServerPath, Collection<FileInfo> pluginFiles)
-
Uses of FileInfo in jetbrains.buildServer.plugins
Methods in jetbrains.buildServer.plugins that return FileInfo Modifier and Type Method Description FileInfo
AgentPluginInfoEx. getFileInfo()
Methods in jetbrains.buildServer.plugins that return types with arguments of type FileInfo Modifier and Type Method Description Collection<FileInfo>
AgentUpdateInfo. getMainFiles()
Collection<FileInfo>
AgentUpdateInfoDifference. getMainFiles()
Collection<FileInfo>
AgentUpdateInfo. getPluginFiles()
Methods in jetbrains.buildServer.plugins with parameters of type FileInfo Modifier and Type Method Description int
FileInfo. compareTo(FileInfo o)
Method parameters in jetbrains.buildServer.plugins with type arguments of type FileInfo Modifier and Type Method Description AgentUpdateInfo
AgentUpdateInfo. updateAgent(String newVersion, Collection<FileInfo> newFiles)
Create new instance of this object with agent files updatedConstructors in jetbrains.buildServer.plugins with parameters of type FileInfo Constructor Description AgentPluginInfoEx(String pluginName, AgentExtensionType pluginType, FileInfo fileInfo, boolean allowLoadingOnDemand)
-