Documentation
¶
Overview ¶
Package trigger provides the trigger command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilterSpec ¶
type FilterSpec struct {
WorkingDir string
Engine *engine.Engine
Printers printer.Printers
GitFilter engine.GitFilter
StatusFilters StatusFilters
Change bool
IgnoreChange bool
Reason string
}
FilterSpec represents the trigger filter specification.
type PathSpec ¶
type PathSpec struct {
WorkingDir string
Printers printer.Printers
Engine *engine.Engine
Path string
Change bool
IgnoreChange bool
Reason string
Recursive bool
}
PathSpec represents the trigger specification for when you trigger an specific path.
type StatusFilters ¶
StatusFilters represents the status filters for stacks.
Click to show internal directories.
Click to hide internal directories.