Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RepositoryApiRepoListStatusesByRefRequest

Request parameters for repoListStatusesByRef operation in RepositoryApi.

export
interface

RepositoryApiRepoListStatusesByRefRequest

Hierarchy

  • RepositoryApiRepoListStatusesByRefRequest

Index

Properties

limit?: number

page size of results

memberof

RepositoryApiRepoListStatusesByRef

owner: string

owner of the repo

memberof

RepositoryApiRepoListStatusesByRef

page?: number

page number of results to return (1-based)

memberof

RepositoryApiRepoListStatusesByRef

ref: string

name of branch/tag/commit

memberof

RepositoryApiRepoListStatusesByRef

repo: string

name of the repo

memberof

RepositoryApiRepoListStatusesByRef

sort?: "oldest" | "recentupdate" | "leastupdate" | "leastindex" | "highestindex"

type of sort

memberof

RepositoryApiRepoListStatusesByRef

state?: "error" | "pending" | "success" | "failure" | "warning"

type of state

memberof

RepositoryApiRepoListStatusesByRef

Generated using TypeDoc