Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdStop ¶
func NewCmdStop(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdStop creates the command object
func NewCmdStopPipeline ¶
func NewCmdStopPipeline(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdStopPipeline creates the command
Types ¶
type PipelineOptions ¶ added in v2.1.120
type PipelineOptions struct { get.Options Build int Filter string JenkinsSelector opts.JenkinsSelectorOptions Jobs map[string]gojenkins.Job }
StopPipelineOptions contains the command line options
func (*PipelineOptions) Run ¶ added in v2.1.120
func (o *PipelineOptions) Run() error
Run implements this command
Click to show internal directories.
Click to hide internal directories.