Uses of Class
io.gitea.model.CreatePullRequestOption
| Package | Description |
|---|---|
| io.gitea.api | |
| io.gitea.model |
-
Uses of CreatePullRequestOption in io.gitea.api
Methods in io.gitea.api with parameters of type CreatePullRequestOption Modifier and Type Method Description PullRequestRepositoryApi. repoCreatePullRequest(java.lang.String owner, java.lang.String repo, CreatePullRequestOption body)Create a pull requestcom.squareup.okhttp.CallRepositoryApi. repoCreatePullRequestAsync(java.lang.String owner, java.lang.String repo, CreatePullRequestOption body, ApiCallback<PullRequest> callback)Create a pull request (asynchronously)com.squareup.okhttp.CallRepositoryApi. repoCreatePullRequestCall(java.lang.String owner, java.lang.String repo, CreatePullRequestOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for repoCreatePullRequestApiResponse<PullRequest>RepositoryApi. repoCreatePullRequestWithHttpInfo(java.lang.String owner, java.lang.String repo, CreatePullRequestOption body)Create a pull request -
Uses of CreatePullRequestOption in io.gitea.model
Methods in io.gitea.model that return CreatePullRequestOption Modifier and Type Method Description CreatePullRequestOptionCreatePullRequestOption. addAssigneesItem(java.lang.String assigneesItem)CreatePullRequestOptionCreatePullRequestOption. addLabelsItem(java.lang.Long labelsItem)CreatePullRequestOptionCreatePullRequestOption. assignee(java.lang.String assignee)CreatePullRequestOptionCreatePullRequestOption. assignees(java.util.List<java.lang.String> assignees)CreatePullRequestOptionCreatePullRequestOption. base(java.lang.String base)CreatePullRequestOptionCreatePullRequestOption. body(java.lang.String body)CreatePullRequestOptionCreatePullRequestOption. dueDate(org.threeten.bp.OffsetDateTime dueDate)CreatePullRequestOptionCreatePullRequestOption. head(java.lang.String head)CreatePullRequestOptionCreatePullRequestOption. labels(java.util.List<java.lang.Long> labels)CreatePullRequestOptionCreatePullRequestOption. milestone(java.lang.Long milestone)CreatePullRequestOptionCreatePullRequestOption. title(java.lang.String title)