pipelineserver

package
v3.3.4+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2017 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

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) CreateBuild

func (s *Server) CreateBuild(pipelineDB db.Pipeline) http.Handler

func (*Server) DeletePipeline

func (s *Server) DeletePipeline(pipelineDB db.Pipeline) http.Handler

func (*Server) ExposePipeline

func (s *Server) ExposePipeline(pipeline db.Pipeline) http.Handler

func (*Server) GetPipeline

func (s *Server) GetPipeline(pipeline db.Pipeline) http.Handler

func (*Server) GetVersionsDB

func (s *Server) GetVersionsDB(pipelineDB db.Pipeline) http.Handler

func (*Server) HidePipeline

func (s *Server) HidePipeline(pipelineDB db.Pipeline) http.Handler

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)

func (*Server) PausePipeline

func (s *Server) PausePipeline(pipelineDB db.Pipeline) http.Handler

func (*Server) RenamePipeline

func (s *Server) RenamePipeline(pipeline db.Pipeline) http.Handler

func (*Server) UnpausePipeline

func (s *Server) UnpausePipeline(pipelineDB db.Pipeline) http.Handler

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL