Uses of Enum Class
com.atlassian.bitbucket.content.DiffWhitespace
Packages that use DiffWhitespace
Package
Description
-
Uses of DiffWhitespace in com.atlassian.bitbucket.compare
Methods in com.atlassian.bitbucket.compare that return DiffWhitespaceMethods in com.atlassian.bitbucket.compare with parameters of type DiffWhitespaceModifier and TypeMethodDescriptionCompareDiffStatsSummaryRequest.Builder.whitespace
(DiffWhitespace value) -
Uses of DiffWhitespace in com.atlassian.bitbucket.content
Methods in com.atlassian.bitbucket.content that return DiffWhitespaceModifier and TypeMethodDescriptionstatic DiffWhitespace
DiffWhitespace.fromString
(String value) AbstractDiffRequest.getWhitespace()
DiffContext.getWhitespace()
DiffStatsSummaryRequest.getWhitespace()
static DiffWhitespace
Returns the enum constant of this class with the specified name.static DiffWhitespace[]
DiffWhitespace.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 DiffWhitespaceModifier and TypeMethodDescriptionAbstractDiffRequest.AbstractBuilder.whitespace
(DiffWhitespace value) DiffContext.Builder.whitespace
(DiffWhitespace value) DiffRequest.Builder.whitespace
(DiffWhitespace value) DiffStatsSummaryRequest.Builder.whitespace
(DiffWhitespace value) -
Uses of DiffWhitespace in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return DiffWhitespaceModifier and TypeMethodDescriptionPullRequestDiffRequest.getWhitespace()
PullRequestDiffStatsSummaryRequest.getWhitespace()
Methods in com.atlassian.bitbucket.pull with parameters of type DiffWhitespaceModifier and TypeMethodDescriptionPullRequestDiffRequest.Builder.whitespace
(DiffWhitespace value) PullRequestDiffStatsSummaryRequest.Builder.whitespace
(DiffWhitespace value) -
Uses of DiffWhitespace in com.atlassian.bitbucket.scm
Fields in com.atlassian.bitbucket.scm declared as DiffWhitespaceModifier and TypeFieldDescriptionprotected DiffWhitespace
AbstractDiffStatsSummaryCommandParameters.AbstractBuilder.whitespace
Methods in com.atlassian.bitbucket.scm that return DiffWhitespaceModifier and TypeMethodDescriptionAbstractDiffCommandParameters.getWhitespace()
AbstractDiffStatsSummaryCommandParameters.getWhitespace()
Methods in com.atlassian.bitbucket.scm with parameters of type DiffWhitespaceModifier and TypeMethodDescriptionAbstractDiffCommandParameters.AbstractBuilder.whitespace
(DiffWhitespace value) AbstractDiffStatsSummaryCommandParameters.AbstractBuilder.whitespace
(DiffWhitespace value)