public class VcsSupportUtil extends VcsPluginUtil
VcsSupportContext| Modifier and Type | Class and Description |
|---|---|
static class |
VcsSupportUtil.DateVersionComparator
Deprecated.
Use base class instead
|
static class |
VcsSupportUtil.IntVersionComparator
Deprecated.
Use base class instead
|
static class |
VcsSupportUtil.StringVersionComparator
Deprecated.
Use base class instead
|
VcsPluginUtil.IncludeRuleHandler| Modifier and Type | Method and Description |
|---|---|
static void |
buildPatch(VcsRoot root,
java.lang.String fromVersion,
java.lang.String toVersion,
PatchBuilder builder,
CheckoutRules checkoutRules,
BuildPatchByIncludeRule patcher)
Deprecated.
implement jetbrains.buildServer.vcs.BuildPatchByIncludeRules instead
|
static void |
exportFilesFromDisk(PatchBuilder builder,
java.io.File file)
Exports whole directory content
|
buildPatch, collectBuildChanges, collectBuildChanges, getRepositoryVersion, processIncludeRules, processRelativePaths, removeFromAddTo, shouldDebugVcsCallsFor@Deprecated public static void buildPatch(VcsRoot root, java.lang.String fromVersion, java.lang.String toVersion, PatchBuilder builder, CheckoutRules checkoutRules, BuildPatchByIncludeRule patcher) throws java.io.IOException, VcsException
root - vcs root to build patch forfromVersion - version to build patch fromtoVersion - version to build patch tobuilder - patch buildercheckoutRules - rules to build patch for (rules how to map repository file names to working ones)patcher - implementation, builds patch for one specified include rulejava.io.IOException - exception occurred while sending patch to patch builderVcsException - exception occurred while getting patch from version controlpublic static void exportFilesFromDisk(PatchBuilder builder, java.io.File file) throws java.io.IOException
builder - patch builder.file - root directory.java.io.IOException - listing or reading file problem occurred.