Home
last modified time | relevance | path

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

/dports/devel/lab/lab-0.17.2/vendor/github.com/xanzy/go-gitlab/
H A Dpipeline_schedules.go37 type PipelineSchedule struct { struct
38 ID int `json:"id"`
39 Description string `json:"description"`
40 Ref string `json:"ref"`
41 Cron string `json:"cron"`
43 NextRunAt *time.Time `json:"next_run_at"`
44 Active bool `json:"active"`
45 CreatedAt *time.Time `json:"created_at"`
46 UpdatedAt *time.Time `json:"updated_at"`
47 Owner *User `json:"owner"`
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/
H A Dpipeline_schedules.go36 type PipelineSchedule struct { struct
37 ID int `json:"id"`
38 Description string `json:"description"`
39 Ref string `json:"ref"`
40 Cron string `json:"cron"`
42 NextRunAt *time.Time `json:"next_run_at"`
43 Active bool `json:"active"`
44 CreatedAt *time.Time `json:"created_at"`
45 UpdatedAt *time.Time `json:"updated_at"`
46 Owner *User `json:"owner"`
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/xanzy/go-gitlab/go-gitlab-0.18.0/
H A Dpipeline_schedules.go36 type PipelineSchedule struct { struct
37 ID int `json:"id"`
38 Description string `json:"description"`
39 Ref string `json:"ref"`
40 Cron string `json:"cron"`
42 NextRunAt *time.Time `json:"next_run_at"`
43 Active bool `json:"active"`
44 CreatedAt *time.Time `json:"created_at"`
45 UpdatedAt *time.Time `json:"updated_at"`
46 Owner *User `json:"owner"`
[all …]
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/xanzy/go-gitlab/
H A Dpipeline_schedules.go37 type PipelineSchedule struct { struct
38 ID int `json:"id"`
39 Description string `json:"description"`
40 Ref string `json:"ref"`
41 Cron string `json:"cron"`
43 NextRunAt *time.Time `json:"next_run_at"`
44 Active bool `json:"active"`
45 CreatedAt *time.Time `json:"created_at"`
46 UpdatedAt *time.Time `json:"updated_at"`
47 Owner *User `json:"owner"`
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/xanzy/go-gitlab/
H A Dpipeline_schedules.go37 type PipelineSchedule struct { struct
38 ID int `json:"id"`
39 Description string `json:"description"`
40 Ref string `json:"ref"`
41 Cron string `json:"cron"`
43 NextRunAt *time.Time `json:"next_run_at"`
44 Active bool `json:"active"`
45 CreatedAt *time.Time `json:"created_at"`
46 UpdatedAt *time.Time `json:"updated_at"`
47 Owner *User `json:"owner"`
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/entities/ci/
H A Dpipeline_schedule.rb6 class PipelineSchedule < Grape::Entity class
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/ci/
H A Dpipeline_schedule.rb4 class PipelineSchedule < Ci::ApplicationRecord class