| Package | Description |
|---|---|
| org.jenkinsci.plugins.pipeline.github.client |
| Modifier and Type | Method and Description |
|---|---|
ExtendedCommitComment |
ExtendedCommitService.addComment(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
String sha,
ExtendedCommitComment comment) |
ExtendedCommitComment |
ExtendedPullRequestService.createComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
int id,
ExtendedCommitComment comment) |
ExtendedCommitComment |
ExtendedCommitService.editComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
ExtendedCommitComment comment) |
ExtendedCommitComment |
ExtendedPullRequestService.editComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
ExtendedCommitComment comment) |
ExtendedCommitComment |
ExtendedCommitService.replyToComment(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
String sha,
int commentId,
String body) |
ExtendedCommitComment |
ExtendedPullRequestService.replyToComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
int pullRequestId,
int commentId,
String body) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.egit.github.core.client.PageIterator<ExtendedCommitComment> |
ExtendedPullRequestService.pageComments2(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
int id) |
org.eclipse.egit.github.core.client.PageIterator<ExtendedCommitComment> |
ExtendedCommitService.pageComments2(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
String sha) |
org.eclipse.egit.github.core.client.PageIterator<ExtendedCommitComment> |
ExtendedCommitService.pageComments2(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
String sha,
int size) |
org.eclipse.egit.github.core.client.PageIterator<ExtendedCommitComment> |
ExtendedCommitService.pageComments2(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
String sha,
int start,
int size) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedCommitComment |
ExtendedCommitService.addComment(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
String sha,
ExtendedCommitComment comment) |
ExtendedCommitComment |
ExtendedPullRequestService.createComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
int id,
ExtendedCommitComment comment) |
ExtendedCommitComment |
ExtendedCommitService.editComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
ExtendedCommitComment comment) |
ExtendedCommitComment |
ExtendedPullRequestService.editComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
ExtendedCommitComment comment) |
Copyright © 2016–2020. All rights reserved.