jar

com.github.nfalco79 : bitbucket-rest-client

Maven & Gradle

Mar 08, 2023
1 usages
0 stars

Bitbucket Client · A Bitbucket Cloud REST APIs client

Table Of Contents

Latest Version

Download com.github.nfalco79 : bitbucket-rest-client JAR file - Latest Versions:

All Versions

Download com.github.nfalco79 : bitbucket-rest-client JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2.x
2.1.x
2.0.x
1.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 bitbucket-rest-client-2.2.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.nfalco79.bitbucket.client.internal.rest

├─ com.github.nfalco79.bitbucket.client.internal.rest.BranchPermissionResponse.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.internal.rest.CodeInsightsReportResponse.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.internal.rest.GroupPermissionResponse.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.internal.rest.PaginatedResponse.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.internal.rest.PrivilegesRequest.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.internal.rest.PullRequestActivityResponse.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.internal.rest.PullRequestCommitsResponse.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.internal.rest.PullRequestResponse.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.internal.rest.RepositoryResponse.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.internal.rest.UserPermissionResponse.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.internal.rest.WebhookResponse.class - [JAR]

com.github.nfalco79.bitbucket.client.model

├─ com.github.nfalco79.bitbucket.client.model.Activity.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.model.Approval.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.model.AuthToken.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.model.BitbucketObject.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.model.BitbucketReference.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.model.Branch.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.model.BranchRestriction.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.model.CodeInsightsReport.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.model.Commit.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.model.GroupInfo.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.model.GroupPermission.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.model.Links.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.model.Permission.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.model.Project.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.model.PullRequest.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.model.ReportData.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.model.Repository.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.model.ResourceType.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.model.UserInfo.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.model.UserPermission.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.model.Webhook.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.model.Workspace.class - [JAR]

com.github.nfalco79.bitbucket.client

├─ com.github.nfalco79.bitbucket.client.BitbucketCloudClient.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.ClientException.class - [JAR]

├─ com.github.nfalco79.bitbucket.client.Credentials.class - [JAR]

Advertisement