Documentation ¶
Index ¶
- Constants
- func NewEventHandler(logger lager.Logger, build db.Build) http.Handler
- func NewScopedHandlerFactory(logger lager.Logger) *scopedHandlerFactory
- type BuildsDB
- 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(teamDB db.TeamDB) 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)
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 (*Server) GetBuildPreparation ¶
func (*Server) ListBuilds ¶
func (s *Server) ListBuilds(w http.ResponseWriter, r *http.Request)
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
Click to show internal directories.
Click to hide internal directories.