View source: R/travis-builds.R
travis_get_builds | R Documentation |
Functions around completed or pending Travis CI builds and jobs.
travis_get_builds(repo = github_repo(), endpoint = get_endpoint()) travis_restart_build( build_id = NULL, repo = github_repo(), endpoint = get_endpoint() ) travis_cancel_build(build_id, repo = github_repo(), endpoint = get_endpoint()) travis_get_jobs( build_id = NULL, repo = github_repo(), endpoint = get_endpoint() ) travis_restart_job(job_id, repo = github_repo(), endpoint = get_endpoint()) travis_cancel_job(job_id, repo = github_repo(), endpoint = get_endpoint()) travis_debug_job( job_id, log_output = FALSE, repo = github_repo(), endpoint = get_endpoint() ) travis_get_log(job_id = NULL, repo = github_repo(), endpoint = get_endpoint()) travis_delete_log(job_id, repo = github_repo(), endpoint = get_endpoint())
repo |
|
endpoint |
|
build_id |
|
job_id |
|
log_output |
Show the debugging output in the publicly visible log? When
set to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.