Uses of Enum Class
com.atlassian.bitbucket.content.DiffSegmentType
Packages that use DiffSegmentType
-
Uses of DiffSegmentType in com.atlassian.bitbucket.comment
Methods in com.atlassian.bitbucket.comment that return DiffSegmentTypeMethods in com.atlassian.bitbucket.comment that return types with arguments of type DiffSegmentTypeModifier and TypeMethodDescriptionCommentThreadDiffAnchor.getLineType()CommentThreadDiffAnchor.getMultilineStartLineType()Methods in com.atlassian.bitbucket.comment with parameters of type DiffSegmentTypeModifier and TypeMethodDescriptionAddLineCommentRequest.AbstractLineCommentRequestBuilder.lineType(DiffSegmentType value) -
Uses of DiffSegmentType in com.atlassian.bitbucket.content
Methods in com.atlassian.bitbucket.content that return DiffSegmentTypeModifier and TypeMethodDescriptionstatic DiffSegmentTypeDiffSegmentType.fromId(int id) DiffSegment.getType()static DiffSegmentTypeReturns the enum constant of this class with the specified name.static DiffSegmentType[]DiffSegmentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bitbucket.content with parameters of type DiffSegmentTypeModifier and TypeMethodDescriptionstatic DiffFileTypeDiffFileType.forSegmentType(DiffSegmentType segmentType) Returns the default file type for a givensegmentType.voidAbstractDiffContentCallback.onSegmentStart(DiffSegmentType type) voidDiffContentCallback.onSegmentStart(DiffSegmentType type) Called to mark the start of a new segment within the current hunk, containing one or more contiguous lines which all share the sametype.