Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchFileStep ¶
type BatchFileStep struct { JobOutput []string Logger *log.JobLogger // contains filtered or unexported fields }
func NewBatchFileStep ¶
func NewBatchFileStep(jobOutput []string, spec interface{}, dirs *types.AgentWorkDirs, envs, secretEnvs []string, logger *log.JobLogger) (*BatchFileStep, error)
type PowerShellStep ¶
type PowerShellStep struct { JobOutput []string Logger *log.JobLogger // contains filtered or unexported fields }
func NewPowerShellStep ¶
func NewPowerShellStep(jobOutput []string, spec interface{}, dirs *types.AgentWorkDirs, envs, secretEnvs []string, logger *log.JobLogger) (*PowerShellStep, error)
type ShellStep ¶
type ShellStep struct { JobOutput []string Logger *log.JobLogger // contains filtered or unexported fields }
func NewShellStep ¶
type StepBatchFileSpec ¶
type StepPowerShellSpec ¶
type StepShellSpec ¶
Click to show internal directories.
Click to hide internal directories.