Versions in this module Expand all Collapse all v6 v6.4.2 Aug 17, 2020 Changes in this version + type Badge struct + FillColor string + Status string + Title string + Width int + func BadgeForBuild(build db.Build) Badge + func (b *Badge) EnrichFromQuery(params url.Values) + func (b *Badge) StatusTextWidth() string + func (b *Badge) StatusWidth() int + func (b *Badge) String() string + type Server struct + func NewServer(logger lager.Logger, externalURL string, secretManager creds.Secrets, ...) *Server + func (s *Server) ClearTaskCache(pipeline db.Pipeline) http.Handler + func (s *Server) CreateJobBuild(pipeline db.Pipeline) http.Handler + func (s *Server) GetJob(pipeline db.Pipeline) http.Handler + func (s *Server) GetJobBuild(pipeline db.Pipeline) http.Handler + func (s *Server) JobBadge(pipeline db.Pipeline) http.Handler + func (s *Server) ListAllJobs(w http.ResponseWriter, r *http.Request) + func (s *Server) ListJobBuilds(pipeline db.Pipeline) http.Handler + func (s *Server) ListJobInputs(pipeline db.Pipeline) http.Handler + func (s *Server) ListJobs(pipeline db.Pipeline) http.Handler + func (s *Server) PauseJob(pipeline db.Pipeline) http.Handler + func (s *Server) RerunJobBuild(pipeline db.Pipeline) http.Handler + func (s *Server) ScheduleJob(pipeline db.Pipeline) http.Handler + func (s *Server) UnpauseJob(pipeline db.Pipeline) http.Handler