gitee-sdk

Project

Properties

Name Type Description Notes
id int   [optional]
fullName string   [optional]
humanName string   [optional]
url string   [optional]
namespace \Gitee\Model\NamespaceMini   [optional]
path string 仓库路径 [optional]
name string 仓库名称 [optional]
owner \Gitee\Model\UserBasic 仓库拥有者 [optional]
assigner \Gitee\Model\UserBasic 仓库负责人 [optional]
description string 仓库描述 [optional]
private bool 是否私有 [optional]
public bool 是否公开 [optional]
internal bool 是否内部开源 [optional]
fork bool 是否是fork仓库 [optional]
htmlUrl string   [optional]
sshUrl string   [optional]
forksUrl string   [optional]
keysUrl string   [optional]
collaboratorsUrl string   [optional]
hooksUrl string   [optional]
branchesUrl string   [optional]
tagsUrl string   [optional]
blobsUrl string   [optional]
stargazersUrl string   [optional]
contributorsUrl string   [optional]
commitsUrl string   [optional]
commentsUrl string   [optional]
issueCommentUrl string   [optional]
issuesUrl string   [optional]
pullsUrl string   [optional]
milestonesUrl string   [optional]
notificationsUrl string   [optional]
labelsUrl string   [optional]
releasesUrl string   [optional]
recommend bool 是否是推荐仓库 [optional]
gvp bool 是否是 GVP 仓库 [optional]
homepage string 主页 [optional]
language string 语言 [optional]
forksCount int 仓库fork数量 [optional]
stargazersCount int 仓库star数量 [optional]
watchersCount int 仓库watch数量 [optional]
defaultBranch string 默认分支 [optional]
openIssuesCount int 开启的issue数量 [optional]
hasIssues bool 是否开启issue功能 [optional]
hasWiki bool 是否开启Wiki功能 [optional]
issueComment bool 是否允许用户对“关闭”状态的 Issue 进行评论 [optional]
canComment bool 是否允许用户对仓库进行评论 [optional]
pullRequestsEnabled bool 是否接受 Pull Request,协作开发 [optional]
hasPage bool 是否开启了 Pages [optional]
license string 开源许可 [optional]
outsourced bool 仓库类型(内部/外包) [optional]
projectCreator string 仓库创建者的 username [optional]
members string[] 仓库成员的username [optional]
pushedAt \DateTime 最近一次代码推送时间 [optional]
createdAt \DateTime   [optional]
updatedAt \DateTime   [optional]
parent \Gitee\Model\Project 源仓库 [optional]
paas string   [optional]
stared bool 是否 star [optional]
watched bool 是否 watch [optional]
permission object 操作权限 [optional]
relation string 当前用户相对于仓库的角色 [optional]
assigneesNumber int 代码审查设置,审查人数 [optional]
testersNumber int 代码审查设置,测试人数 [optional]
assignee \Gitee\Model\UserBasic[] 代码审查设置,审查人员 [optional]
testers \Gitee\Model\UserBasic[] 代码审查设置,测试人员 [optional]
status string 仓库状态 [optional]
programs \Gitee\Model\ProgramBasic[] 仓库所属的项目 [optional]
enterprise \Gitee\Model\NamespaceMini 仓库所属的企业 [optional]
projectLabels \Gitee\Model\ProjectLabel[]   [optional]
issueTemplateSource string Issue 模版来源 project: 使用仓库 Issue Template 作为模版; enterprise: 使用企业工作项作为模版 [optional]

[Back to Model list] [Back to API list] [Back to README]