Documentation ¶
Overview ¶
@Title this file is used to query the action definition @Description query action definition and spec
Index ¶
- type PassedDataWhenCreate
- func (that *PassedDataWhenCreate) GetActionJobDefine(actionTypeVersion string) *diceyml.Job
- func (that *PassedDataWhenCreate) GetActionJobSpecs(actionTypeVersion string) *apistructs.ActionSpec
- func (that *PassedDataWhenCreate) InitData(actionMgr actionmgr.Interface)
- func (that *PassedDataWhenCreate) PutPassedDataByPipelineYml(pipelineYml *pipelineyml.PipelineYml, p *spec.Pipeline) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PassedDataWhenCreate ¶
type PassedDataWhenCreate struct {
// contains filtered or unexported fields
}
passedDataWhenCreate stores data passed recursively when create graph.
func (*PassedDataWhenCreate) GetActionJobDefine ¶
func (that *PassedDataWhenCreate) GetActionJobDefine(actionTypeVersion string) *diceyml.Job
func (*PassedDataWhenCreate) GetActionJobSpecs ¶
func (that *PassedDataWhenCreate) GetActionJobSpecs(actionTypeVersion string) *apistructs.ActionSpec
func (*PassedDataWhenCreate) InitData ¶
func (that *PassedDataWhenCreate) InitData(actionMgr actionmgr.Interface)
func (*PassedDataWhenCreate) PutPassedDataByPipelineYml ¶
func (that *PassedDataWhenCreate) PutPassedDataByPipelineYml(pipelineYml *pipelineyml.PipelineYml, p *spec.Pipeline) error
Click to show internal directories.
Click to hide internal directories.