【问题标题】:What provides PageUtils and PagedIterable for the Bitbucket API?什么为 Bitbucket API 提供 PageUtils 和 PagedIterable?
【发布时间】:2019-04-11 08:09:57
【问题描述】:

我正在尝试查找提供包的内容:

com.atlassian.bitbucket.util.PageUtils;
com.atlassian.bitbucket.util.PagedIterable;

我看过了:

Bitbucket API

Bitbucket SCM Common

Bitbucket SPI

【问题讨论】:

    标签: bitbucket bitbucket-server bitbucket-api


    【解决方案1】:

    PageUtils 类是 bitbucket-util jar 的一部分。 https://packages.atlassian.com/maven-external/com/atlassian/bitbucket/server/bitbucket-util/ 只需添加一个依赖项

      <dependency>
          <groupId>com.atlassian.bitbucket.server</groupId>
          <artifactId>bitbucket-util</artifactId>
          <scope>provided</scope>
      </dependency>
    

    【讨论】:

    • @eeijlar 很高兴为您提供帮助
    猜你喜欢
    • 1970-01-01
    • 2014-09-30
    • 2010-10-03
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-09-01
    • 1970-01-01
    • 2013-11-30
    相关资源
    最近更新 更多