ActiveController
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
at line 28
void
activate(...$args)
This will activate a repository, allowing its tests to be run on PCIT.
POST
/repo/{repository.slug}/activate
at line 40
void
deactivate(...$args)
This will deactivate a repository, preventing any tests.
POST
/repo/{repository.slug}/deactivate