class Controller

Methods

static mixed
list(mixed ...$arg)

获取 Webhooks 列表.

static mixed
add(mixed ...$arg)

增加 Webhooks,增加之前必须先判断是否已存在,GitHub 除外.

static mixed
delete(mixed ...$arg)

删除 Webhooks.

static array
activate(mixed ...$arg)

开启构建.

static array
deactivate(array ...$arg)

停止构建,暂时不主动删除 Webhooks.

static 
codingJson()

No description

static 
giteeJson()

No description

static 
githubJson()

No description

Details

at line 65
static mixed list(mixed ...$arg)

获取 Webhooks 列表.

Parameters

mixed ...$arg

Return Value

mixed

Exceptions

Exception

at line 90
static mixed add(mixed ...$arg)

增加 Webhooks,增加之前必须先判断是否已存在,GitHub 除外.

Parameters

mixed ...$arg

Return Value

mixed

Exceptions

Exception

at line 156
static mixed delete(mixed ...$arg)

删除 Webhooks.

Parameters

mixed ...$arg

Return Value

mixed

Exceptions

Exception

at line 205
static array activate(mixed ...$arg)

开启构建.

Parameters

mixed ...$arg

Return Value

array

Exceptions

Exception

at line 229
static array deactivate(array ...$arg)

停止构建,暂时不主动删除 Webhooks.

Parameters

array ...$arg

Return Value

array

Exceptions

Exception

at line 240
static codingJson()

at line 261
static giteeJson()

at line 281
static githubJson()