Interface PatchStreamProvider
-
- All Superinterfaces:
Interruptable
- All Known Implementing Classes:
PatchStreamProviderImpl
public interface PatchStreamProvider extends Interruptable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
InputStream
getPatchesStream(AgentRunningBuild agentBuild, AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean isPersonalChangesPatch)
ServerStreamProvider.StreamWithHeaders
getPatchesStreamWithHeaders(AgentRunningBuild agentBuild, AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean isPersonalChangesPatch)
-
Methods inherited from interface jetbrains.buildServer.util.Interruptable
interrupt
-
-
-
-
Method Detail
-
getPatchesStream
@NotNull InputStream getPatchesStream(@NotNull AgentRunningBuild agentBuild, @NotNull AgentCheckoutDirRevisionInfo dirInfo, @NotNull FullCheckoutFlag fullCheckoutFlag, boolean isPersonalChangesPatch) throws IOException
- Throws:
IOException
-
getPatchesStreamWithHeaders
@NotNull ServerStreamProvider.StreamWithHeaders getPatchesStreamWithHeaders(@NotNull AgentRunningBuild agentBuild, @NotNull AgentCheckoutDirRevisionInfo dirInfo, @NotNull FullCheckoutFlag fullCheckoutFlag, boolean isPersonalChangesPatch) throws IOException
- Throws:
IOException
-
dispose
void dispose()
-
-