Uses of Enum Class
com.atlassian.bitbucket.content.DiffFileType
Packages that use DiffFileType
-
Uses of DiffFileType in com.atlassian.bitbucket.comment
Methods in com.atlassian.bitbucket.comment that return DiffFileTypeMethods in com.atlassian.bitbucket.comment that return types with arguments of type DiffFileTypeModifier and TypeMethodDescriptionCommentThreadDiffAnchor.getFileType()File type this anchor is anchored to in a diff.Methods in com.atlassian.bitbucket.comment with parameters of type DiffFileTypeModifier and TypeMethodDescriptionAddLineCommentRequest.AbstractLineCommentRequestBuilder.fileType(DiffFileType value) -
Uses of DiffFileType in com.atlassian.bitbucket.content
Methods in com.atlassian.bitbucket.content that return DiffFileTypeModifier and TypeMethodDescriptionstatic DiffFileTypeDiffFileType.forSegmentType(DiffSegmentType segmentType) Returns the default file type for a givensegmentType.static DiffFileTypeDiffFileType.fromId(int id) static DiffFileTypeReturns the enum constant of this class with the specified name.static DiffFileType[]DiffFileType.values()Returns an array containing the constants of this enum class, in the order they are declared.