network

package
v1.10.5 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2017 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CertificateDirectory string

Functions

This section is empty.

Types

type GitLabClient

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

func (*GitLabClient) DeleteRunner

func (n *GitLabClient) DeleteRunner(runner common.RunnerCredentials) bool

func (*GitLabClient) DownloadArtifacts

func (n *GitLabClient) DownloadArtifacts(config common.BuildCredentials, artifactsFile string) common.DownloadState

func (*GitLabClient) GetBuild

func (n *GitLabClient) GetBuild(config common.RunnerConfig) (*common.GetBuildResponse, bool)

func (*GitLabClient) PatchTrace added in v1.3.0

func (n *GitLabClient) PatchTrace(config common.RunnerConfig, buildCredentials *common.BuildCredentials, tracePatch common.BuildTracePatch) common.UpdateState

func (*GitLabClient) ProcessBuild

func (n *GitLabClient) ProcessBuild(config common.RunnerConfig, buildCredentials *common.BuildCredentials) common.BuildTrace

func (*GitLabClient) RegisterRunner

func (n *GitLabClient) RegisterRunner(runner common.RunnerCredentials, description, tags string, runUntagged bool) *common.RegisterRunnerResponse

func (*GitLabClient) UpdateBuild

func (n *GitLabClient) UpdateBuild(config common.RunnerConfig, id int, state common.BuildState, trace *string) common.UpdateState

func (*GitLabClient) UploadArtifacts

func (n *GitLabClient) UploadArtifacts(config common.BuildCredentials, artifactsFile string) common.UploadState

func (*GitLabClient) UploadRawArtifacts

func (n *GitLabClient) UploadRawArtifacts(config common.BuildCredentials, reader io.Reader, baseName string, expireIn string) common.UploadState

func (*GitLabClient) VerifyRunner

func (n *GitLabClient) VerifyRunner(runner common.RunnerCredentials) bool

type TracePatchResponse added in v1.8.0

type TracePatchResponse struct {
	RemoteState string
	RemoteRange string
	// contains filtered or unexported fields
}

func NewTracePatchResponse added in v1.8.0

func NewTracePatchResponse(response *http.Response) *TracePatchResponse

func (*TracePatchResponse) IsAborted added in v1.8.0

func (p *TracePatchResponse) IsAborted() bool

func (*TracePatchResponse) NewOffset added in v1.8.0

func (p *TracePatchResponse) NewOffset() int

Jump to

Keyboard shortcuts

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