Class AgentFileManagerCache
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.agent.AgentFileManagerCache
-
public class AgentFileManagerCache extends Object
- Author:
- Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
-
-
Constructor Summary
Constructors Constructor Description AgentFileManagerCache(ServerPaths paths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getFileIfExists(String sessionId)
File
storeFile(String sessionId, InputStream input, String originalName, boolean archived)
-
-
-
Constructor Detail
-
AgentFileManagerCache
public AgentFileManagerCache(@NotNull ServerPaths paths)
-
-
Method Detail
-
storeFile
@NotNull public File storeFile(@NotNull String sessionId, @NotNull InputStream input, @NotNull String originalName, boolean archived) throws IOException
- Throws:
IOException
-
-