Package jetbrains.buildServer.vcs.patches

Interface Summary
PatchBuilder This interface allows you to create information about files changed between two version.
PatchBuilderBase  
Patcher Applies patch to the file system.
 

Class Summary
PatchBuilderAdapter  
 

Exception Summary
InterruptedPatchException Is being thrown if patch process terminates unexpectedly.
UnsuccessfulPatchException Patch process throws this exception if some problem (for example, getting files from the version control) occurred during the patch process.