Class GenericPatchApplier.MyAppliedData
- java.lang.Object
-
- jetbrains.buildServer.vcs.patches.diff.apply.GenericPatchApplier.MyAppliedData
-
- Enclosing class:
- GenericPatchApplier
public static class GenericPatchApplier.MyAppliedData extends Object
-
-
Constructor Summary
Constructors Constructor Description MyAppliedData(List<String> list, boolean alreadyApplied, boolean placeCoinside, boolean changedCoinside, GenericPatchApplier.ChangeType changeType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cutToSize(int size)
List<String>
getList()
boolean
isChangedCoinside()
boolean
isHaveAlreadyApplied()
boolean
isPlaceCoinside()
-
-
-
Constructor Detail
-
MyAppliedData
public MyAppliedData(List<String> list, boolean alreadyApplied, boolean placeCoinside, boolean changedCoinside, GenericPatchApplier.ChangeType changeType)
-
-