Documentation ¶
Index ¶
- type ScopedHandlerFactory
- type Server
- func (s *Server) CreateBuild(pipelineDB db.Pipeline) http.Handler
- func (s *Server) DeletePipeline(pipelineDB db.Pipeline) http.Handler
- func (s *Server) ExposePipeline(pipeline db.Pipeline) http.Handler
- func (s *Server) GetPipeline(pipeline db.Pipeline) http.Handler
- func (s *Server) GetVersionsDB(pipelineDB db.Pipeline) http.Handler
- func (s *Server) HidePipeline(pipelineDB db.Pipeline) http.Handler
- func (s *Server) ListAllPipelines(w http.ResponseWriter, r *http.Request)
- func (s *Server) ListPipelines(w http.ResponseWriter, r *http.Request)
- func (s *Server) OrderPipelines(w http.ResponseWriter, r *http.Request)
- func (s *Server) PausePipeline(pipelineDB db.Pipeline) http.Handler
- func (s *Server) RenamePipeline(pipeline db.Pipeline) http.Handler
- func (s *Server) UnpausePipeline(pipelineDB db.Pipeline) http.Handler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScopedHandlerFactory ¶
type ScopedHandlerFactory struct {
// contains filtered or unexported fields
}
func NewScopedHandlerFactory ¶
func NewScopedHandlerFactory( teamDBFactory db.TeamFactory, ) *ScopedHandlerFactory
func (*ScopedHandlerFactory) HandlerFor ¶
func (pdbh *ScopedHandlerFactory) HandlerFor(pipelineScopedHandler func(db.Pipeline) http.Handler) http.HandlerFunc
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer( logger lager.Logger, teamFactory db.TeamFactory, pipelineFactory db.PipelineFactory, engine engine.Engine, ) *Server
func (*Server) DeletePipeline ¶
func (*Server) ListAllPipelines ¶
func (s *Server) ListAllPipelines(w http.ResponseWriter, r *http.Request)
show all public pipelines and team private pipelines if authorized
func (*Server) ListPipelines ¶
func (s *Server) ListPipelines(w http.ResponseWriter, r *http.Request)
func (*Server) OrderPipelines ¶
func (s *Server) OrderPipelines(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.