Class PatchComposer
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.projectSources.PatchComposer
-
public class PatchComposer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BUILDING_CACHABLE_CLEAN_PATCH
static String
BUILDING_INCREMENTAL_PATCH
static String
TRANSFERRING_CACHED_CLEAN_PATCH
-
Constructor Summary
Constructors Constructor Description PatchComposer(RunningBuildEx runningBuild, FullCheckoutFlag externalFullCheckoutFlag, VcsStatusLogger vcsStatusLogger, VcsServiceFactory vcsManager, VcsModificationHistory vcsHistory, PatchCache patchCache, PatchKeepAlive patchKeepAlive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
buildPatch(LowLevelPatchBuilder builder, AgentCheckoutDirRevisionInfo dirInfo)
-
-
-
Field Detail
-
TRANSFERRING_CACHED_CLEAN_PATCH
public static final String TRANSFERRING_CACHED_CLEAN_PATCH
- See Also:
- Constant Field Values
-
BUILDING_CACHABLE_CLEAN_PATCH
public static final String BUILDING_CACHABLE_CLEAN_PATCH
- See Also:
- Constant Field Values
-
BUILDING_INCREMENTAL_PATCH
public static final String BUILDING_INCREMENTAL_PATCH
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PatchComposer
public PatchComposer(@NotNull RunningBuildEx runningBuild, @NotNull FullCheckoutFlag externalFullCheckoutFlag, @NotNull VcsStatusLogger vcsStatusLogger, @NotNull VcsServiceFactory vcsManager, @NotNull VcsModificationHistory vcsHistory, @NotNull PatchCache patchCache, @NotNull PatchKeepAlive patchKeepAlive)
-
-
Method Detail
-
buildPatch
public void buildPatch(@NotNull LowLevelPatchBuilder builder, @NotNull AgentCheckoutDirRevisionInfo dirInfo) throws IOException
- Throws:
IOException
-
-