Class PatchLine
- java.lang.Object
-
- jetbrains.buildServer.vcs.patches.diff.PatchLine
-
public class PatchLine extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPatchLine.Type
-
Constructor Summary
Constructors Constructor Description PatchLine(PatchLine.Type type, String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetText()PatchLine.TypegetType()booleanisSuppressNewLine()voidsetSuppressNewLine(boolean suppressNewLine)StringtoString()
-
-
-
Constructor Detail
-
PatchLine
public PatchLine(PatchLine.Type type, String text)
-
-
Method Detail
-
getType
public PatchLine.Type getType()
-
getText
public String getText()
-
isSuppressNewLine
public boolean isSuppressNewLine()
-
setSuppressNewLine
public void setSuppressNewLine(boolean suppressNewLine)
-
-