executors

package
v12.5.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AbstractExecutor

type AbstractExecutor struct {
	ExecutorOptions
	common.BuildLogger
	Config     common.RunnerConfig
	Build      *common.Build
	Trace      common.JobTrace
	BuildShell *common.ShellConfiguration

	Context   context.Context
	ProxyPool proxy.Pool
	// contains filtered or unexported fields
}

func (*AbstractExecutor) CacheDir

func (e *AbstractExecutor) CacheDir() string

func (*AbstractExecutor) Cleanup

func (e *AbstractExecutor) Cleanup()

func (*AbstractExecutor) CustomBuildEnabled

func (e *AbstractExecutor) CustomBuildEnabled() bool

func (*AbstractExecutor) Finish

func (e *AbstractExecutor) Finish(err error)

func (*AbstractExecutor) GetCurrentStage

func (e *AbstractExecutor) GetCurrentStage() common.ExecutorStage

func (*AbstractExecutor) Prepare

func (*AbstractExecutor) PrepareBuildAndShell

func (e *AbstractExecutor) PrepareBuildAndShell() error

func (*AbstractExecutor) PrepareConfiguration

func (e *AbstractExecutor) PrepareConfiguration(options common.ExecutorPrepareOptions)

func (*AbstractExecutor) RootDir

func (e *AbstractExecutor) RootDir() string

func (*AbstractExecutor) SetCurrentStage

func (e *AbstractExecutor) SetCurrentStage(stage common.ExecutorStage)

func (*AbstractExecutor) Shell added in v1.3.0

type DefaultExecutorProvider

type DefaultExecutorProvider struct {
	Creator          func() common.Executor
	FeaturesUpdater  func(features *common.FeaturesInfo)
	DefaultShellName string
}

func (DefaultExecutorProvider) Acquire

func (DefaultExecutorProvider) CanCreate

func (e DefaultExecutorProvider) CanCreate() bool

func (DefaultExecutorProvider) Create

func (DefaultExecutorProvider) GetDefaultShell

func (e DefaultExecutorProvider) GetDefaultShell() string

func (DefaultExecutorProvider) GetFeatures

func (e DefaultExecutorProvider) GetFeatures(features *common.FeaturesInfo) error

func (DefaultExecutorProvider) Release

type ExecutorOptions

type ExecutorOptions struct {
	DefaultCustomBuildsDirEnabled bool
	DefaultBuildsDir              string
	DefaultCacheDir               string
	SharedBuildsDir               bool
	Shell                         common.ShellScriptInfo
	ShowHostname                  bool
	Metadata                      map[string]string
}

Jump to

Keyboard shortcuts

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