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 gl_builds is no longer working for GitLab API v4, this must be set to "3" in order to avoid deprecation warning and HTTP error. It currently default to "4" with deprecation message.ยด

...

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]