Uses of Class
com.atlassian.bitbucket.util.AbstractSummary
Packages that use AbstractSummary
Package
Description
-
Uses of AbstractSummary in com.atlassian.bitbucket.commit
Subclasses of AbstractSummary in com.atlassian.bitbucket.commitModifier and TypeClassDescriptionclass
class
Constructors in com.atlassian.bitbucket.commit with parameters of type AbstractSummaryModifierConstructorDescriptionBuilder
(AbstractSummary summary) Creates and initializes a new builder by copying details from the providedsummary
. -
Uses of AbstractSummary in com.atlassian.bitbucket.commit.graph
Subclasses of AbstractSummary in com.atlassian.bitbucket.commit.graphModifier and TypeClassDescriptionclass
Contains a summary about the traversal which just ended.Constructors in com.atlassian.bitbucket.commit.graph with parameters of type AbstractSummary -
Uses of AbstractSummary in com.atlassian.bitbucket.content
Subclasses of AbstractSummary in com.atlassian.bitbucket.contentModifier and TypeClassDescriptionclass
Summarizeschanges
which have been streamed to aChangeCallback
.class
class
class
Constructors in com.atlassian.bitbucket.content with parameters of type AbstractSummaryModifierConstructorDescriptionBuilder
(AbstractSummary summary) Creates and initializes a new builder using details from the providedsummary
.Builder
(AbstractSummary summary) Creates and initializes a new builder using details from the providedsummary
.Builder
(AbstractSummary summary) Creates and initializes a new builder using details from the providedsummary
.Builder
(AbstractSummary summary) Creates and initializes a new builder using details from the providedsummary
. -
Uses of AbstractSummary in com.atlassian.bitbucket.repository
Subclasses of AbstractSummary in com.atlassian.bitbucket.repositoryConstructors in com.atlassian.bitbucket.repository with parameters of type AbstractSummaryModifierConstructorDescriptionBuilder
(AbstractSummary summary) Creates and initializes a new builder using details from the providedsummary
.Builder
(AbstractSummary summary) Creates and initializes a new builder using details from the providedsummary
.Builder
(AbstractSummary summary) Creates and initializes a new builder using details from the providedsummary
. -
Uses of AbstractSummary in com.atlassian.bitbucket.scm
Subclasses of AbstractSummary in com.atlassian.bitbucket.scmConstructors in com.atlassian.bitbucket.scm with parameters of type AbstractSummaryModifierConstructorDescriptionBuilder
(AbstractSummary summary) Creates and initializes a new builder using details from the providedsummary
. -
Uses of AbstractSummary in com.atlassian.bitbucket.scm.bulk
Subclasses of AbstractSummary in com.atlassian.bitbucket.scm.bulkModifier and TypeClassDescriptionclass
Summarizes the results ofstreaming bulk commits
.class
Summarizes the results of a bulk content command.class
Contains a summary about the traversal which just ended.Constructors in com.atlassian.bitbucket.scm.bulk with parameters of type AbstractSummaryModifierConstructorDescriptionBuilder
(AbstractSummary summary) Creates and initializes a new builder by copying details from the provided summary.Builder
(AbstractSummary summary) Creates and initializes a new builder by copying details from the provided summary.Builder
(AbstractSummary summary) -
Uses of AbstractSummary in com.atlassian.bitbucket.scm.mirror
Subclasses of AbstractSummary in com.atlassian.bitbucket.scm.mirrorConstructors in com.atlassian.bitbucket.scm.mirror with parameters of type AbstractSummaryModifierConstructorDescriptionBuilder
(AbstractSummary summary) Creates and initializes a new builder using details from the providedsummary
. -
Uses of AbstractSummary in com.atlassian.bitbucket.scm.signed
Subclasses of AbstractSummary in com.atlassian.bitbucket.scm.signedModifier and TypeClassDescriptionclass
Summarizes the results of a bulk signed commits command.Constructors in com.atlassian.bitbucket.scm.signed with parameters of type AbstractSummaryModifierConstructorDescriptionBuilder
(AbstractSummary summary) Creates and initializes a new builder by copying details from the provided summary. -
Uses of AbstractSummary in com.atlassian.bitbucket.util
Classes in com.atlassian.bitbucket.util with type parameters of type AbstractSummaryModifier and TypeClassDescriptionstatic class
AbstractSummary.AbstractBuilder<B extends AbstractSummary.AbstractBuilder<B,
S>, S extends AbstractSummary> Subclasses of AbstractSummary in com.atlassian.bitbucket.utilModifier and TypeClassDescriptionclass
ExtendsAbstractSummary
and adds additional properties for summarizing a page of output.Constructors in com.atlassian.bitbucket.util with parameters of type AbstractSummaryModifierConstructorDescriptionprotected
AbstractBuilder
(AbstractSummary summary) Creates and initializes a new builder using details from the providedsummary
.protected
AbstractPagedBuilder
(AbstractSummary summary) Creates and initializes a new builder using details from the providedsummary
.