Uses of Class
com.atlassian.bamboo.agent.bootstrap.AgentFileManifestDao.AgentFileManifestEntry
-
Packages that use AgentFileManifestDao.AgentFileManifestEntry Package Description com.atlassian.bamboo.agent.bootstrap -
-
Uses of AgentFileManifestDao.AgentFileManifestEntry in com.atlassian.bamboo.agent.bootstrap
Methods in com.atlassian.bamboo.agent.bootstrap that return types with arguments of type AgentFileManifestDao.AgentFileManifestEntry Modifier and Type Method Description static List<AgentFileManifestDao.AgentFileManifestEntry>
AgentFileManifestDao. parse(File file)
static List<AgentFileManifestDao.AgentFileManifestEntry>
AgentFileManifestDao. parse(List<String> entries)
Method parameters in com.atlassian.bamboo.agent.bootstrap with type arguments of type AgentFileManifestDao.AgentFileManifestEntry Modifier and Type Method Description static void
AgentFileManifestDao. write(File file, Map<String,Collection<AgentFileManifestDao.AgentFileManifestEntry>> filesScheduledForUpload)
static void
AgentFileManifestDao. write(PrintWriter pw, Map<String,Collection<AgentFileManifestDao.AgentFileManifestEntry>> files)
-