Uses of Class
io.gitea.model.CombinedStatus
| Package | Description |
|---|---|
| io.gitea.api | |
| io.gitea.model |
-
Uses of CombinedStatus in io.gitea.api
Methods in io.gitea.api that return CombinedStatus Modifier and Type Method Description CombinedStatusRepositoryApi. repoGetCombinedStatusByRef(java.lang.String owner, java.lang.String repo, java.lang.String ref, java.lang.Integer page, java.lang.Integer limit)Get a commit's combined status, by branch/tag/commit referenceMethods in io.gitea.api that return types with arguments of type CombinedStatus Modifier and Type Method Description ApiResponse<CombinedStatus>RepositoryApi. repoGetCombinedStatusByRefWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.String ref, java.lang.Integer page, java.lang.Integer limit)Get a commit's combined status, by branch/tag/commit referenceMethod parameters in io.gitea.api with type arguments of type CombinedStatus Modifier and Type Method Description com.squareup.okhttp.CallRepositoryApi. repoGetCombinedStatusByRefAsync(java.lang.String owner, java.lang.String repo, java.lang.String ref, java.lang.Integer page, java.lang.Integer limit, ApiCallback<CombinedStatus> callback)Get a commit's combined status, by branch/tag/commit reference (asynchronously) -
Uses of CombinedStatus in io.gitea.model
Methods in io.gitea.model that return CombinedStatus Modifier and Type Method Description CombinedStatusCombinedStatus. addStatusesItem(CommitStatus statusesItem)CombinedStatusCombinedStatus. commitUrl(java.lang.String commitUrl)CombinedStatusCombinedStatus. repository(Repository repository)CombinedStatusCombinedStatus. sha(java.lang.String sha)CombinedStatusCombinedStatus. state(java.lang.String state)CombinedStatusCombinedStatus. statuses(java.util.List<CommitStatus> statuses)CombinedStatusCombinedStatus. totalCount(java.lang.Long totalCount)CombinedStatusCombinedStatus. url(java.lang.String url)