Package com.atlassian.bitbucket.content
package com.atlassian.bitbucket.content
-
ClassDescriptionConvenience implementation of
ChangeCallback
that provides no-op implementations for all methods.Convenience implementation ofContentTreeCallback
that provides no-op implementations for all methods.Convenience implementation ofDiffContentCallback
that provides no-op implementations for all methods.Describes the different formatsarchives
may be streamed in.Describes a request to download an archive of a given repository at a specified commit, optionally filtered to only include certain paths.Provides blame (or praise) data for a span of lines within a file.Describes a single change made by acommit
.Describes a callback for receiving streamingchanges
.Summarizeschanges
which have been streamed to aChangeCallback
.Describes twoconflicting changes
that were made on opposite sides of a merge.Used to markdiff lines
which represent a merge conflict.A service for the management of files and their metadata.Callback interface for streaming content tree nodes from a starting directoryRepresents a node in a source tree.Enumeration of ContentTreeNode typesA callback for receiving streaming diff details.Allows for filtering diff lines.An enumeration of file types in a diff.Describes a single hunk, with one or more segments, in a diff.Describes a request to generate a diff of a given repository for a given commit or commit range.Enumerates the different segment types available in diff output.Statistics summary for adiff
.Describes a request to generate a diff stats summary of a given repository for a given commit or commit range.A flag for indicating how whitespace should be handled in a diff, such as beingignored
.Represents a directory in a source treeRepresents a revision of a directoryRepresents a request to edit a file, this request can be used to create a new file as well as updating an existing file.Represents a file in a source tree.A callback for the contents of a fileRequest that is provided torepository-hook
plugin modules when a file isedited
.Thrown to indicate that the input content could not be transcoded to the existing file's encoding.Describes a request to format a patch of a given repository for a given commit or commit range.A bean representation of a pathSimple implementation ofDiffStatsSummary
.Represents a remote link in a source tree