# Functions
CheckJob validate a job.
CheckParameterInPipeline check if the parameter is already in the pipeline or not.
CountStageByPipelineID Count the number of stages for the given pipeline.
CreateAudit insert current pipeline version on audit table.
DeleteAllParameterFromPipeline Delete all parameters from the given pipeline.
DeleteAllStage Delete all stages from pipeline ID.
DeleteAudit delete audit related to given pipeline.
DeleteJob Delete a job ( action + pipeline_action ).
DeleteParameterFromPipeline Delete a parameter from the given pipeline.
DeletePipeline remove given pipeline and all history from database.
DeletePipelineActionByStage Delete all action from a stage.
DeleteStageByID Delete stage with associated pipeline action.
ExistPipeline Check if the given pipeline exist in database.
Export a pipeline.
GetAllParametersInPipeline Get all parameters for the given pipeline.
Import insert the pipeline in the project.
ImportUpdate import and update the pipeline in the project.
InsertJob Insert a new Job ( pipeline_action + joinedAction ).
InsertParameterInPipeline Insert a new parameter in the given pipeline.
InsertPipeline inserts pipeline informations in database.
InsertStage insert given stage into given database.
LoadAllByIDs loads all pipelines.
LoadAllNames returns all pipeline names.
LoadAllNamesByFromRepository returns all pipeline names for a repository.
LoadAudit load audit for the given pipeline.
LoadAuditByID load audit for the given audit id.
LoadByWorkerModel loads pipelines from database for a given worker model.
LoadByWorkerModelAndGroupIDs loads pipelines from database for a given worker model and group ids.
LoadByWorkflowID loads pipelines from database for a given workflow id.
LoadPipeline loads a pipeline from database.
LoadPipelineByID loads a pipeline from database.
LoadPipelines loads all pipelines in a project.
LoadPipelineStage loads pipeline stage.
LoadStage Get a stage from its ID and pipeline ID.
MoveStage Move a stage.
ParseAndImport parse an exportentities.pipeline and insert or update the pipeline in database.
ResetFromRepository reset fromRepository for all pipelines using the same fromRepository in a given project.
UpdateJob updates the job by actionData.PipelineActionID and actionData.ID.
UpdateParameterInPipeline Update a parameter in the given pipeline.
UpdatePipeline update the pipeline.
UpdatePipelineAction Update an action in a pipeline.
UpdateStage update Stage and all its prequisites.
# Constants
Audit constants.
Audit constants.
Audit constants.
Audit constants.
Audit constants.
Audit constants.
Audit constants.
Audit constants.
# Structs
ImportOptions are options to import pipeline.
# Type aliases
Pipeline is a gorp wrapper around sdk.Pipeline.
PipelineAudit is a gorp wrapper around sdk.PipelineAudit.