Uses of Interface
com.atlassian.bitbucket.content.DiffStatsSummary
Packages that use DiffStatsSummary
Package
Description
-
Uses of DiffStatsSummary in com.atlassian.bitbucket.commit
Methods in com.atlassian.bitbucket.commit that return DiffStatsSummaryModifier and TypeMethodDescriptionCommitService.getDiffStatsSummary
(DiffStatsSummaryRequest request) Retrieve the diff stats summary for the specifiedrequest
. -
Uses of DiffStatsSummary in com.atlassian.bitbucket.compare
Methods in com.atlassian.bitbucket.compare that return DiffStatsSummaryModifier and TypeMethodDescriptionCompareService.getDiffStatsSummary
(CompareDiffStatsSummaryRequest request) -
Uses of DiffStatsSummary in com.atlassian.bitbucket.content
Classes in com.atlassian.bitbucket.content that implement DiffStatsSummaryMethods in com.atlassian.bitbucket.content that return DiffStatsSummary -
Uses of DiffStatsSummary in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return DiffStatsSummaryModifier and TypeMethodDescriptionPullRequestService.getDiffStatsSummary
(PullRequestDiffStatsSummaryRequest request) Retrieves the diff stats summary of the given pull request. -
Uses of DiffStatsSummary in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm that return types with arguments of type DiffStatsSummaryModifier and TypeMethodDescriptionScmCommandFactory.diffStatsSummary
(DiffStatsSummaryCommandParameters parameters) Retrieves the diff stats summary between twocommits
. -
Uses of DiffStatsSummary in com.atlassian.bitbucket.scm.compare
Methods in com.atlassian.bitbucket.scm.compare that return types with arguments of type DiffStatsSummaryModifier and TypeMethodDescriptionScmCompareCommandFactory.diffStatsSummary
(CompareDiffStatsSummaryCommandParameters parameters) Retrieves the diff stats summary for the diff between two given commits -
Uses of DiffStatsSummary in com.atlassian.bitbucket.scm.pull
Methods in com.atlassian.bitbucket.scm.pull that return types with arguments of type DiffStatsSummaryModifier and TypeMethodDescriptionScmPullRequestCommandFactory.diffStatsSummary
(PullRequestDiffStatsSummaryCommandParameters parameters) Retrieves the diff stats summary for the effective diff of the given pull request.