buildserver

package
v0.0.0-...-b82edf2 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2016 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const CurrentProtocolVersion = "2.0"
View Source
const ProtocolVersionHeader = "X-ATC-Stream-Version"

Variables

This section is empty.

Functions

func NewEventHandler

func NewEventHandler(logger lager.Logger, build db.Build) http.Handler

func NewScopedHandlerFactory

func NewScopedHandlerFactory(
	logger lager.Logger,
) *scopedHandlerFactory

Types

type BuildsDB

type BuildsDB interface {
	GetPublicBuilds(page db.Page) ([]db.Build, db.Pagination, error)
}

type EventHandlerFactory

type EventHandlerFactory func(lager.Logger, db.Build) http.Handler

type Server

type Server struct {
	// contains filtered or unexported fields
}

func NewServer

func NewServer(
	logger lager.Logger,
	externalURL string,
	engine engine.Engine,
	workerClient worker.Client,
	teamDBFactory db.TeamDBFactory,
	buildsDB BuildsDB,
	eventHandlerFactory EventHandlerFactory,
	drain <-chan struct{},
) *Server

func (*Server) AbortBuild

func (s *Server) AbortBuild(build db.Build) http.Handler

func (*Server) BuildEvents

func (s *Server) BuildEvents(build db.Build) http.Handler

func (*Server) BuildResources

func (s *Server) BuildResources(build db.Build) http.Handler

func (*Server) CreateBuild

func (s *Server) CreateBuild(teamDB db.TeamDB) http.Handler

func (*Server) GetBuild

func (s *Server) GetBuild(build db.Build) http.Handler

func (*Server) GetBuildPlan

func (s *Server) GetBuildPlan(build db.Build) http.Handler

func (*Server) GetBuildPreparation

func (s *Server) GetBuildPreparation(build db.Build) http.Handler

func (*Server) ListBuilds

func (s *Server) ListBuilds(w http.ResponseWriter, r *http.Request)

Directories

Path Synopsis
This file was generated by counterfeiter
This file was generated by counterfeiter

Jump to

Keyboard shortcuts

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