Documentation ¶
Index ¶
- Constants
- func NewEventHandler(logger lager.Logger, build db.Build) http.Handler
- func NewScopedHandlerFactory(logger lager.Logger) *scopedHandlerFactory
- type EventHandlerFactory
- type Server
- func (s *Server) AbortBuild(build db.Build) http.Handler
- func (s *Server) BuildEvents(build db.Build) http.Handler
- func (s *Server) BuildResources(build db.Build) http.Handler
- func (s *Server) CreateBuild(team db.Team) http.Handler
- func (s *Server) GetBuild(build db.Build) http.Handler
- func (s *Server) GetBuildPlan(build db.Build) http.Handler
- func (s *Server) GetBuildPreparation(build db.Build) http.Handler
- func (s *Server) ListBuilds(w http.ResponseWriter, r *http.Request)
- func (s *Server) ReadOutputFromBuildPlan(build db.Build) http.Handler
- func (s *Server) SendInputToBuildPlan(build db.Build) http.Handler
Constants ¶
View Source
const CurrentProtocolVersion = "2.0"
View Source
const ProtocolVersionHeader = "X-ATC-Stream-Version"
Variables ¶
This section is empty.
Functions ¶
func NewScopedHandlerFactory ¶
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer( logger lager.Logger, externalURL string, peerURL string, engine engine.Engine, workerClient worker.Client, teamFactory db.TeamFactory, buildFactory db.BuildFactory, eventHandlerFactory EventHandlerFactory, drain <-chan struct{}, ) *Server
func (*Server) GetBuildPreparation ¶
func (*Server) ListBuilds ¶
func (s *Server) ListBuilds(w http.ResponseWriter, r *http.Request)
func (*Server) ReadOutputFromBuildPlan ¶
Click to show internal directories.
Click to hide internal directories.