Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PipelineAppendStep ¶
func PipelineAppendStep(file *os.File, s PipelineStep) error
Types ¶
type Pipeline ¶
type Pipeline struct {
// contains filtered or unexported fields
}
func NewPipeline ¶
type PipelineResult ¶
type PipelineResult struct {
// contains filtered or unexported fields
}
func NewPipelineResultError ¶
func NewPipelineResultError(id int, err error) *PipelineResult
func NewPipelineResultOutput ¶
func NewPipelineResultOutput(id int, output interfaces.Output) *PipelineResult
func (*PipelineResult) GetError ¶
func (p *PipelineResult) GetError() error
func (*PipelineResult) GetId ¶
func (p *PipelineResult) GetId() int
func (*PipelineResult) GetOutput ¶
func (p *PipelineResult) GetOutput() interfaces.Output
func (*PipelineResult) IsError ¶
func (p *PipelineResult) IsError() bool
type PipelineStep ¶
type PipelineStep interface {
UnRaw() (executor.RunCommand, error)
GetMethod() types.CommandType
}
Click to show internal directories.
Click to hide internal directories.