Class BinaryFilePatch
- java.lang.Object
-
- jetbrains.buildServer.vcs.patches.diff.FilePatch
-
- jetbrains.buildServer.vcs.patches.diff.BinaryFilePatch
-
public class BinaryFilePatch extends FilePatch
-
-
Constructor Summary
Constructors Constructor Description BinaryFilePatch(int startLine, byte[] beforeContent, byte[] afterContent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getAfterContent()
byte[]
getBeforeContent()
int
getStartLine()
boolean
isDeletedFile()
boolean
isNewFile()
-
Methods inherited from class jetbrains.buildServer.vcs.patches.diff.FilePatch
getAfterFileName, getAfterName, getAfterNameRelative, getAfterRevision, getAfterVersionId, getBaseRevisionText, getBeforeFileName, getBeforeName, getBeforeRevision, getBeforeVersionId, getNewFileMode, isGit, setAfterName, setAfterVersionId, setBaseRevisionText, setBeforeName, setBeforeVersionId, setGit, setNewFileMode
-
-
-
-
Method Detail
-
isDeletedFile
public boolean isDeletedFile()
- Specified by:
isDeletedFile
in classFilePatch
-
getStartLine
public int getStartLine()
- Specified by:
getStartLine
in classFilePatch
-
getBeforeContent
@Nullable public byte[] getBeforeContent()
-
getAfterContent
@Nullable public byte[] getAfterContent()
-
-