Uses of Class
com.atlassian.bitbucket.compare.CompareRequest
Packages that use CompareRequest
Package
Description
- 
Uses of CompareRequest in com.atlassian.bitbucket.compareMethods in com.atlassian.bitbucket.compare that return CompareRequestMethods in com.atlassian.bitbucket.compare with parameters of type CompareRequestModifier and TypeMethodDescriptionvoidCompareService.streamChanges(CompareRequest request, ChangeCallback callback) voidCompareService.streamCommits(CompareRequest request, CommitCallback callback) 
- 
Uses of CompareRequest in com.atlassian.bitbucket.scmMethods in com.atlassian.bitbucket.scm with parameters of type CompareRequestModifier and TypeMethodDescriptionScmService.getCompareCommandFactory(CompareRequest compareRequest) Retrieves anScmCompareCommandFactory, used to createcommandstailored for comparing refs.
- 
Uses of CompareRequest in com.atlassian.bitbucket.scm.compareMethods in com.atlassian.bitbucket.scm.compare with parameters of type CompareRequestModifier and TypeMethodDescriptionCompareDiffCommandParameters.toContext(CompareRequest compareRequest, String mergeBase)