Uses of Interface
com.atlassian.bitbucket.content.DiffStatsSummary
Package
Description
-
Uses of DiffStatsSummary in com.atlassian.bitbucket.commit
Modifier and TypeMethodDescriptionCommitService.getDiffStatsSummary
(DiffStatsSummaryRequest request) Retrieve the diff stats summary for the specifiedrequest
. -
Uses of DiffStatsSummary in com.atlassian.bitbucket.compare
Modifier and TypeMethodDescriptionCompareService.getDiffStatsSummary
(CompareDiffStatsSummaryRequest request) -
Uses of DiffStatsSummary in com.atlassian.bitbucket.content
-
Uses of DiffStatsSummary in com.atlassian.bitbucket.pull
Modifier and TypeMethodDescriptionPullRequestService.getDiffStatsSummary
(PullRequestDiffStatsSummaryRequest request) Retrieves the diff stats summary of the given pull request. -
Uses of DiffStatsSummary in com.atlassian.bitbucket.scm
Modifier and TypeMethodDescriptionScmCommandFactory.diffStatsSummary
(DiffStatsSummaryCommandParameters parameters) Retrieves the diff stats summary between twocommits
. -
Uses of DiffStatsSummary in com.atlassian.bitbucket.scm.compare
Modifier 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
Modifier and TypeMethodDescriptionScmPullRequestCommandFactory.diffStatsSummary
(PullRequestDiffStatsSummaryCommandParameters parameters) Retrieves the diff stats summary for the effective diff of the given pull request.