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 voidcutToSize(int size)List<String>getList()booleanisChangedCoinside()booleanisHaveAlreadyApplied()booleanisPlaceCoinside()
-
-
-
Constructor Detail
-
MyAppliedData
public MyAppliedData(List<String> list, boolean alreadyApplied, boolean placeCoinside, boolean changedCoinside, GenericPatchApplier.ChangeType changeType)
-
-