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 voiddispose()InputStreamgetPatchesStream(AgentRunningBuild agentBuild, AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean isPersonalChangesPatch)ServerStreamProvider.StreamWithHeadersgetPatchesStreamWithHeaders(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()
-
-