Documentation
¶
Index ¶
Constants ¶
View Source
const ( StatementSymbolicLink = "link" StatementFile = "file" StatementEnv = "env" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildContext ¶
type Env ¶
type Env struct {
// contains filtered or unexported fields
}
func (*Env) MutatesConfig ¶
func (*Env) Run ¶
func (s *Env) Run(ctx *BuildContext) error
func (*Env) SetOptions ¶ added in v0.1.2
type File ¶
type File struct {
// contains filtered or unexported fields
}
func (*File) MutatesConfig ¶
func (*File) Run ¶
func (s *File) Run(ctx *BuildContext) error
func (*File) SetOptions ¶ added in v0.1.2
type OrderedPipelineStatement ¶ added in v0.1.2
type OrderedPipelineStatement struct {
ID string
Options cbev1.Options
Statement PipelineStatement
DependsOn []string
}
type PipelineStatement ¶
type StatementFinder ¶
type StatementFinder = func(name string, options cbev1.Options) PipelineStatement
type SymbolicLink ¶
type SymbolicLink struct {
// contains filtered or unexported fields
}
func (*SymbolicLink) MutatesConfig ¶
func (*SymbolicLink) MutatesConfig() bool
func (*SymbolicLink) MutatesFS ¶
func (*SymbolicLink) MutatesFS() bool
func (*SymbolicLink) Name ¶
func (*SymbolicLink) Name() string
func (*SymbolicLink) Run ¶
func (s *SymbolicLink) Run(ctx *BuildContext) error
func (*SymbolicLink) SetOptions ¶ added in v0.1.2
func (s *SymbolicLink) SetOptions(options cbev1.Options)
Click to show internal directories.
Click to hide internal directories.