new Pipelines()
Methods
-
create(projectId [, ref])
-
Create a new pipeline
Parameters:
Name Type Argument Default Description projectIdinteger | string The ID or URL-encoded path of the project owned by the authenticated user
refstring <optional>
'master' Reference to commit
-
project(projectId, qs)
-
List project pipelines
Parameters:
Name Type Description projectIdinteger | string The ID or URL-encoded path of the project owned by the authenticated user
qsobject -
query(projectId, pipelineId)
-
Get a single pipeline
Parameters:
Name Type Description projectIdinteger | string The ID or URL-encoded path of the project owned by the authenticated user
pipelineIdinteger The ID of a pipeline