Home
last modified time | relevance | path

Searched defs:PipelineVariable (Results 1 – 7 of 7) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/ci/
H A Dpipeline_variable.rb4 class PipelineVariable < Ci::ApplicationRecord class
/dports/devel/lab/lab-0.17.2/vendor/github.com/xanzy/go-gitlab/
H A Dpipelines.go36 type PipelineVariable struct { struct
37 Key string `json:"key"`
38 Value string `json:"value"`
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/go-gitlab-0.18.0/
H A Dpipelines.go35 type PipelineVariable struct { struct
36 Key string `json:"key"`
37 Value string `json:"value"`
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/
H A Dpipelines.go35 type PipelineVariable struct { struct
36 Key string `json:"key"`
37 Value string `json:"value"`
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/xanzy/go-gitlab/
H A Dpipelines.go36 type PipelineVariable struct { struct
37 Key string `json:"key"`
38 Value string `json:"value"`
39 VariableType string `json:"variable_type"`
/dports/www/gitea/gitea-1.16.5/vendor/github.com/xanzy/go-gitlab/
H A Dpipelines.go36 type PipelineVariable struct { struct
37 Key string `json:"key"`
38 Value string `json:"value"`
39 VariableType string `json:"variable_type"`
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/
H A Daggregations.ts33 export interface PipelineVariable { interface