Documentation ¶
Index ¶
- Constants
- func MergePullRequest(ciService orchestrator.PullRequestService, prNumber int)
- func RunJob(job orchestrator.Job, repo string, requestedBy string, ...) error
- func RunJobs(jobs []orchestrator.Job, prService orchestrator.PullRequestService, ...) (bool, bool, error)
- func SortedCommandsByDependency(project []orchestrator.Job, ...) []orchestrator.Job
- type CIName
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func MergePullRequest ¶
func MergePullRequest(ciService orchestrator.PullRequestService, prNumber int)
func RunJob ¶
func RunJob( job orchestrator.Job, repo string, requestedBy string, orgService orchestrator.OrgService, policyChecker policy.Checker, planStorage storage.PlanStorage, backendApi backend.Api, workingDir string, ) error
func RunJobs ¶
func RunJobs( jobs []orchestrator.Job, prService orchestrator.PullRequestService, orgService orchestrator.OrgService, lock core_locking.Lock, reporter core_reporting.Reporter, planStorage storage.PlanStorage, policyChecker policy.Checker, backendApi backend.Api, workingDir string, ) (bool, bool, error)
func SortedCommandsByDependency ¶
func SortedCommandsByDependency(project []orchestrator.Job, dependencyGraph *graph.Graph[string, config.Project]) []orchestrator.Job
Types ¶
Click to show internal directories.
Click to hide internal directories.