public class StashApiClient extends Object
| Constructor and Description |
|---|
StashApiClient(String stashHost,
String username,
String password,
String project,
String repositoryName) |
| Modifier and Type | Method and Description |
|---|---|
void |
deletePullRequestComment(String pullRequestId,
String commentId) |
void |
deleteRequest(String path) |
List<StashPullRequestComment> |
getPullRequestComments(String projectCode,
String commentRepositoryName,
String pullRequestId) |
List<StashPullRequestResponseValue> |
getPullRequests() |
StashPullRequestComment |
postPullRequestComment(String pullRequestId,
String comment) |
public List<StashPullRequestResponseValue> getPullRequests()
public List<StashPullRequestComment> getPullRequestComments(String projectCode, String commentRepositoryName, String pullRequestId)
public void deletePullRequestComment(String pullRequestId, String commentId)
public StashPullRequestComment postPullRequestComment(String pullRequestId, String comment)
public void deleteRequest(String path)
Copyright © 2004-2015. All Rights Reserved.