Package com.atlassian.bitbucket.scm
Class AbstractDiffStatsSummaryCommandParameters
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.scm.AbstractCommandParameters
com.atlassian.bitbucket.scm.AbstractDiffStatsSummaryCommandParameters
- Direct Known Subclasses:
CompareDiffStatsSummaryCommandParameters
,DiffStatsSummaryCommandParameters
,PullRequestDiffStatsSummaryCommandParameters
Parameters describing the paths to diff and what should be included in the generated diff stats summary
- Since:
- 9.1
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
AbstractDiffStatsSummaryCommandParameters.AbstractBuilder<B extends AbstractDiffStatsSummaryCommandParameters.AbstractBuilder<B>>
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractDiffStatsSummaryCommandParameters
(AbstractDiffStatsSummaryCommandParameters.AbstractBuilder<?> builder) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
Constructor Details
-
AbstractDiffStatsSummaryCommandParameters
protected AbstractDiffStatsSummaryCommandParameters(AbstractDiffStatsSummaryCommandParameters.AbstractBuilder<?> builder)
-
-
Method Details
-
getPaths
- Returns:
- set of paths that limits the diff
-
getWhitespace
- Returns:
- flag to potentially ignore whitespace
-