Package org.azd.git.pullrequest
Class PullRequestIterationsBuilder
java.lang.Object
org.azd.abstractions.BaseRequestBuilder
org.azd.git.pullrequest.PullRequestIterationsBuilder
-
Nested Class Summary
Nested classes/interfaces inherited from class org.azd.abstractions.BaseRequestBuilder
BaseRequestBuilder.ProjectExcludeParameter
-
Field Summary
Fields inherited from class org.azd.abstractions.BaseRequestBuilder
accessTokenCredential, apiVersion, area, locationId, organizationUrl, serializer
-
Constructor Summary
ConstructorsConstructorDescriptionPullRequestIterationsBuilder
(String organizationUrl, AccessTokenCredential accessTokenCredential) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.azd.abstractions.BaseRequestBuilder
builder
-
Constructor Details
-
PullRequestIterationsBuilder
public PullRequestIterationsBuilder(String organizationUrl, AccessTokenCredential accessTokenCredential)
-
-
Method Details
-
getAsync
public CompletableFuture<GitPullRequestIteration> getAsync(String repositoryId, int pullRequestId, int iterationId) throws AzDException - Throws:
AzDException
-
listAsync
public CompletableFuture<GitPullRequestIterations> listAsync(String repositoryId, int pullRequestId) throws AzDException - Throws:
AzDException
-
get
public GitPullRequestIteration get(String repositoryId, int pullRequestId, int iterationId) throws AzDException - Throws:
AzDException
-
list
- Throws:
AzDException
-