Uses of Interface
com.atlassian.bitbucket.content.DiffStatsSummary
Packages that use DiffStatsSummary
Package
Description
- 
Uses of DiffStatsSummary in com.atlassian.bitbucket.commitMethods 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.compareMethods in com.atlassian.bitbucket.compare that return DiffStatsSummaryModifier and TypeMethodDescriptionCompareService.getDiffStatsSummary(CompareDiffStatsSummaryRequest request) 
- 
Uses of DiffStatsSummary in com.atlassian.bitbucket.contentClasses in com.atlassian.bitbucket.content that implement DiffStatsSummaryMethods in com.atlassian.bitbucket.content that return DiffStatsSummary
- 
Uses of DiffStatsSummary in com.atlassian.bitbucket.pullMethods 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.scmMethods 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.compareMethods 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.pullMethods 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.