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()intgetStartLine()booleanisDeletedFile()booleanisNewFile()-
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:
isDeletedFilein classFilePatch
-
getStartLine
public int getStartLine()
- Specified by:
getStartLinein classFilePatch
-
getBeforeContent
@Nullable public byte[] getBeforeContent()
-
getAfterContent
@Nullable public byte[] getAfterContent()
-
-