Package com.atlassian.bitbucket.scm
Class AbstractDiffStatsSummaryCommandParameters.AbstractBuilder<B extends AbstractDiffStatsSummaryCommandParameters.AbstractBuilder<B>>
java.lang.Object
com.atlassian.bitbucket.scm.AbstractDiffStatsSummaryCommandParameters.AbstractBuilder<B>
- Direct Known Subclasses:
CompareDiffStatsSummaryCommandParameters.Builder
,DiffStatsSummaryCommandParameters.Builder
,PullRequestDiffStatsSummaryCommandParameters.Builder
- Enclosing class:
- AbstractDiffStatsSummaryCommandParameters
public abstract static class AbstractDiffStatsSummaryCommandParameters.AbstractBuilder<B extends AbstractDiffStatsSummaryCommandParameters.AbstractBuilder<B>>
extends Object
-
Field Summary
Modifier and TypeFieldDescriptionprotected final com.google.common.collect.ImmutableSet.Builder<String>
protected DiffWhitespace
-
Constructor Summary
-
Method Summary
-
Field Details
-
paths
-
whitespace
-
-
Constructor Details
-
AbstractBuilder
public AbstractBuilder()
-
-
Method Details
-
path
- Parameters:
value
- limits the diff to include only the specified path- Returns:
this
-
paths
- Parameters:
values
- limits the diff to include only the specified paths- Returns:
this
-
paths
- Parameters:
value
- limits the diff to include only the specified pathvalues
- limits the diff to include only the specified paths- Returns:
this
-
whitespace
- Parameters:
value
- whitespace mode for showing diff- Returns:
this
-
self
-