java.lang.Object | |||
↳ | com.atlassian.bitbucket.util.BuilderSupport | ||
↳ | com.atlassian.bitbucket.util.AbstractSummary.AbstractBuilder<B extends com.atlassian.bitbucket.util.AbstractSummary.AbstractBuilder<B, S extends com.atlassian.bitbucket.util.AbstractSummary>, S> | ||
↳ | com.atlassian.bitbucket.repository.RefSummary.Builder |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates and initializes a new builder using details from the provided
summary . | |||||||||||
Creates a new builder with the provided
result . |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates and initializes a new builder using details from the provided summary
.
summary | the summary to initialize this builder from |
---|
Creates a new builder with the provided result
.
result | the operation result for the summary |
---|