Uses of Class
jetbrains.buildServer.vcs.patches.diff.apply.GenericPatchApplier.MyAppliedData
-
Packages that use GenericPatchApplier.MyAppliedData Package Description jetbrains.buildServer.vcs.patches.diff.apply -
-
Uses of GenericPatchApplier.MyAppliedData in jetbrains.buildServer.vcs.patches.diff.apply
Methods in jetbrains.buildServer.vcs.patches.diff.apply that return types with arguments of type GenericPatchApplier.MyAppliedData Modifier and Type Method Description TreeMap<TextRange,GenericPatchApplier.MyAppliedData>
GenericPatchApplier. getTransformations()
Methods in jetbrains.buildServer.vcs.patches.diff.apply with parameters of type GenericPatchApplier.MyAppliedData Modifier and Type Method Description void
GenericPatchApplier. putCutIntoTransformations(TextRange range, GenericPatchApplier.MyAppliedData value)
void
GenericPatchApplier. putCutIntoTransformations(TextRange range, GenericPatchApplier.SplitHunk splitHunk, GenericPatchApplier.MyAppliedData value, IntPair contextOffsetInPatchSteps)
-