Documentation ¶
Index ¶
- type SchedulerFactory
- type Server
- func (s *Server) CreateJobBuild(pipeline dbng.Pipeline) http.Handler
- func (s *Server) GetJob(pipeline dbng.Pipeline) http.Handler
- func (s *Server) GetJobBuild(pipeline dbng.Pipeline) http.Handler
- func (s *Server) JobBadge(pipeline dbng.Pipeline) http.Handler
- func (s *Server) ListJobBuilds(pipeline dbng.Pipeline) http.Handler
- func (s *Server) ListJobInputs(pipeline dbng.Pipeline) http.Handler
- func (s *Server) ListJobs(pipeline dbng.Pipeline) http.Handler
- func (s *Server) PauseJob(pipeline dbng.Pipeline) http.Handler
- func (s *Server) UnpauseJob(pipeline dbng.Pipeline) http.Handler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SchedulerFactory ¶
type SchedulerFactory interface {
BuildScheduler(dbng.Pipeline, string) scheduler.BuildScheduler
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.