Interface PullRequestApi
-
- All Known Implementing Classes:
TuleapApiClient
public interface PullRequestApi
-
-
Field Summary
Fields Modifier and Type Field Description static String
PULL_REQUEST_API
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PullRequest
getPullRequest(String pullRequestId, TuleapAccessToken accessToken)
-
-
-
Field Detail
-
PULL_REQUEST_API
static final String PULL_REQUEST_API
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPullRequest
PullRequest getPullRequest(String pullRequestId, TuleapAccessToken accessToken)
-
-