Versions in this module Expand all Collapse all v1 v1.7.2 May 20, 2020 v1.7.1 May 18, 2020 Changes in this version + type Client struct + func NewClient(server, token string) *Client + func (s *Client) Accept(ctx context.Context, stage int64, machine string) (*core.Stage, error) + func (s *Client) After(ctx context.Context, step *core.Step) error + func (s *Client) AfterAll(ctx context.Context, stage *core.Stage) error + func (s *Client) Before(ctx context.Context, step *core.Step) error + func (s *Client) BeforeAll(ctx context.Context, stage *core.Stage) error + func (s *Client) Details(ctx context.Context, stage int64) (*manager.Context, error) + func (s *Client) Netrc(ctx context.Context, repo int64) (*core.Netrc, error) + func (s *Client) Request(ctx context.Context, args *manager.Request) (*core.Stage, error) + func (s *Client) SetDebug(debug bool) + func (s *Client) Upload(ctx context.Context, step int64, r io.Reader) error + func (s *Client) UploadBytes(ctx context.Context, step int64, data []byte) error + func (s *Client) Watch(ctx context.Context, build int64) (bool, error) + func (s *Client) Write(ctx context.Context, step int64, line *core.Line) error + type Server struct + func NewServer(manager manager.BuildManager, secret string) *Server + func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request)