gitlabr-deprecated {gitlabr} | R Documentation |
Deprecated functions
Description
List of deprecated functions that will be removed in future versions.
Usage
gl_builds(project, api_version = 4, ...)
gl_ci_job()
Arguments
project |
id (preferred way) or name of the project. Not repository name. |
api_version |
Since |
... |
Parameters to the new function |
Value
Warning for deprecated functions and output depending on the superseeding function.
Details
gl_builds | in favour of gl_pipelines |
gl_ci_job | in favour of use_gitlab_ci |
[Package gitlabr version 2.1.0 Index]