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 {
GitFilter engine.GitFilter
StatusFilters StatusFilters
Tags []string
NoTags []string
Change bool
IgnoreChange bool
Reason string
// contains filtered or unexported fields
}
FilterSpec represents the trigger filter specification.
func (*FilterSpec) Requirements ¶ added in v0.15.0
Requirements returns the requirements of the command.
type PathSpec ¶
type PathSpec struct {
Path string
Change bool
IgnoreChange bool
Tags []string
NoTags []string
Reason string
Recursive bool
// contains filtered or unexported fields
}
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.