tokki.abc.
Project
Base for all Continous Integration projects.
A Project is a Repo inside a CI service.
It takes the same parameters as Repo.
Repo
get_builds
Gets a specific number of builds from the project.
quantity (int) – How many builds we should get.
int
List[Build]
Build
trigger_build
Triggers a manual build of the project.
branch (str) – The branch to trigger the build from.
str
message (str) – The custom message to show on the build. Custom messages are not available on AppVeyor.