server

package
v0.0.0-...-9090b94 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2021 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRouter

func NewRouter(cfg *config.Config, db db.Database) *mux.Router

NewRouter is used to create a new HTTP router

Types

type Handler

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

Handler holds the server context

func NewHandler

func NewHandler(cfg *config.Config, db db.Database) *Handler

NewHandler createss a new HTTP handler

func (*Handler) GetJenkinsBuild

func (h *Handler) GetJenkinsBuild() http.HandlerFunc

GetJenkinsBuild returns data about the given build

func (*Handler) ProcessBuild

func (h *Handler) ProcessBuild() http.HandlerFunc

ProcessBuild Triggers of a job to process a given build

func (*Handler) ProcessOptions

func (h *Handler) ProcessOptions() http.HandlerFunc

ProcessOptions handles the OPTIONS call for CORS

func (*Handler) ServiceMetadata

func (h *Handler) ServiceMetadata() http.HandlerFunc

ServiceMetadata displays hopefully useful information about the service

type ProcessRequest

type ProcessRequest struct {
	BuildID  string `json:"buildId,omitempty"`
	BuildURL string `json:"buildUrl"`
	Recrawl  bool   `json:"forceRecrawl,omitempty"`
}

ProcessRequest represents the json payload of the request

type ProcessResponse

type ProcessResponse struct {
	Location string `json:"location"`
}

ProcessResponse represents the response from a requested processing

Jump to

Keyboard shortcuts

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