Documentation ¶
Index ¶
- type ArmPlugin
- type ArmStepper
- func (stepper ArmStepper) ExecuteStep(exec config.StepExecution) (output config.StepOutput)
- func (stepper ArmStepper) ExecuteStepDestroy(exec config.StepExecution) (output config.StepOutput)
- func (stepper ArmStepper) ExecuteStepTests(exec config.StepExecution) (output config.StepTestOutput)
- func (stepper ArmStepper) PreExecute(exec config.StepExecution) (config.StepExecution, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArmStepper ¶
type ArmStepper struct{}
func (ArmStepper) ExecuteStep ¶
func (stepper ArmStepper) ExecuteStep(exec config.StepExecution) (output config.StepOutput)
ExecuteStep deploys a step
func (ArmStepper) ExecuteStepDestroy ¶
func (stepper ArmStepper) ExecuteStepDestroy(exec config.StepExecution) (output config.StepOutput)
ExecuteStepDestroy destroys a step
func (ArmStepper) ExecuteStepTests ¶
func (stepper ArmStepper) ExecuteStepTests(exec config.StepExecution) (output config.StepTestOutput)
ExecuteStepTests executes the tests for a step
func (ArmStepper) PreExecute ¶
func (stepper ArmStepper) PreExecute(exec config.StepExecution) (config.StepExecution, error)
Click to show internal directories.
Click to hide internal directories.