class ActiveController

Methods

void
__invoke(array ...$args)

Returns a list of "active" builds for the owner.

void
activate(...$args)

This will activate a repository, allowing its tests to be run on PCIT.

void
deactivate(...$args)

This will deactivate a repository, preventing any tests.

Details

at line 16
void __invoke(array ...$args)

Returns a list of "active" builds for the owner.

/owner/{git_type}/{username}/active

Parameters

array ...$args

Return Value

void

at line 28
void activate(...$args)

This will activate a repository, allowing its tests to be run on PCIT.

POST

/repo/{repository.slug}/activate

Parameters

...$args

Return Value

void

at line 40
void deactivate(...$args)

This will deactivate a repository, preventing any tests.

POST

/repo/{repository.slug}/deactivate

Parameters

...$args

Return Value

void