jar

org.sadtech.bot.bitbucketbot : bitbucketbot-data

Maven & Gradle

Nov 16, 2020
2 usages
2 stars

Bitbucket Bot Server Data · Implementation of the Bitbucket server version repository layer

Table Of Contents

Latest Version

Download org.sadtech.bot.bitbucketbot : bitbucketbot-data JAR file - Latest Versions:

All Versions

Download org.sadtech.bot.bitbucketbot : bitbucketbot-data JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window bitbucketbot-data-3.0.1-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.sadtech.bot.vcs.bitbucketbot.data.jpa

├─ org.sadtech.bot.vcs.bitbucketbot.data.jpa.ChatJpaRepository.class - [JAR]

├─ org.sadtech.bot.vcs.bitbucketbot.data.jpa.CommentRepositoryJpa.class - [JAR]

├─ org.sadtech.bot.vcs.bitbucketbot.data.jpa.NotifySettingJpaRepository.class - [JAR]

├─ org.sadtech.bot.vcs.bitbucketbot.data.jpa.PersonJpaRepository.class - [JAR]

├─ org.sadtech.bot.vcs.bitbucketbot.data.jpa.PullRequestMiniRepositoryJpa.class - [JAR]

├─ org.sadtech.bot.vcs.bitbucketbot.data.jpa.PullRequestsRepositoryJpa.class - [JAR]

├─ org.sadtech.bot.vcs.bitbucketbot.data.jpa.RatingHistoryJpaRepository.class - [JAR]

├─ org.sadtech.bot.vcs.bitbucketbot.data.jpa.RatingListJpaRepository.class - [JAR]

├─ org.sadtech.bot.vcs.bitbucketbot.data.jpa.TaskRepositoryJpa.class - [JAR]

org.sadtech.bot.vcs.bitbucketbot.data.impl

├─ org.sadtech.bot.vcs.bitbucketbot.data.impl.ChatRepositoryImpl.class - [JAR]

├─ org.sadtech.bot.vcs.bitbucketbot.data.impl.CommentRepositoryImpl.class - [JAR]

├─ org.sadtech.bot.vcs.bitbucketbot.data.impl.NotifySettingRepositoryImpl.class - [JAR]

├─ org.sadtech.bot.vcs.bitbucketbot.data.impl.PersonRepositoryImpl.class - [JAR]

├─ org.sadtech.bot.vcs.bitbucketbot.data.impl.PullRequestsRepositoryImpl.class - [JAR]

├─ org.sadtech.bot.vcs.bitbucketbot.data.impl.RatingHistoryRepositoryImpl.class - [JAR]

├─ org.sadtech.bot.vcs.bitbucketbot.data.impl.RatingListRepositoryImpl.class - [JAR]

├─ org.sadtech.bot.vcs.bitbucketbot.data.impl.TaskRepositoryImpl.class - [JAR]

Advertisement