Package com.atlassian.bitbucket.scm.bulk
Interface BulkFile
public interface BulkFile
Metadata about a file of a bulk content command.
- Since:
- 4.2
-
Method Details
-
getChangeType
- Returns:
- how the file has changed
-
getContentId
Foradded
ormodified
files, returns a content ID for the new content. Fordeleted
files, the ID is for the content before deletion.- Returns:
- an ID that identifies the contents of the file
-
getPath
- Returns:
- the file path
-
getSize
long getSize()- Returns:
- the file size in bytes, or
0
fordeleted
files
-