| java.lang.Object | |||
| ↳ | com.atlassian.bitbucket.util.BuilderSupport | ||
| ↳ | com.atlassian.bitbucket.scm.AbstractCommandParameters | ||
| ↳ | com.atlassian.bitbucket.scm.AbstractDiffCommandParameters | ||
Known Direct Subclasses
|
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AbstractDiffCommandParameters.AbstractBuilder<B extends AbstractBuilder<B>> | |||||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | DEFAULT_CONTEXT_LINES | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.util.BuilderSupport
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
in 5.4 for removal in 6.0. Use
AbstractDiffCommandParameters(AbstractBuilder) instead.
| |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Appends common attributes to the provided
DiffContext.Builder before building
it and returning the final DiffContext. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.util.BuilderSupport
| |||||||||||
From class
java.lang.Object
| |||||||||||
This constructor is deprecated.
in 5.4 for removal in 6.0. Use AbstractDiffCommandParameters(AbstractBuilder) instead.
| maxLineLength | the maximum length for any diff line |
|---|---|
| maxLines | the maximum number of diff lines to stream |
| contextLines | the number of context (unmodified) lines to include around changed (added/removed) lines |
| whitespace | controls how whitespace changes affect the diff |
| paths | a set containing zero or more paths to include changes for |
| builder | a builder containing the assembled parameters |
|---|
Appends common attributes to the provided DiffContext.Builder before building
it and returning the final DiffContext.
| builder | the starting builder to apply common attributes to before building |
|---|
DiffContext from the provided builder