circle_ci v0.1.0 CircleCI.Project View Source

Link to this section Summary

Functions

Clears the cache for a project

Creates an ssh key that will be used to access the external system identified by the hostname parameter for SSH key-based authentication

Build summary for each of the last 30 builds for a single git repo

Link to this section Types

Link to this type t() View Source
t() :: %{vcs_type: String.t, username: String.t, project: String.t}

Link to this section Functions

Clears the cache for a project

https://circleci.com/docs/api/v1-reference/#clear-cache

Link to this function create_ssh_key(project, hostname, private_key) View Source

Creates an ssh key that will be used to access the external system identified by the hostname parameter for SSH key-based authentication.

https://circleci.com/docs/api/v1-reference/#ssh-keys

Build summary for each of the last 30 builds for a single git repo.

https://circleci.com/docs/api/v1-reference/#recent-builds-project