java.lang.Object | |||
↳ | com.atlassian.bitbucket.util.BuilderSupport | ||
↳ | com.atlassian.bitbucket.scm.AbstractCommandParameters | ||
↳ | com.atlassian.bitbucket.scm.AbstractDiffCommandParameters |
![]() |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AbstractDiffCommandParameters.AbstractBuilder<B extends AbstractBuilder<B>> |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DEFAULT_CONTEXT_LINES |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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