Documentation ¶
Index ¶
- type PipelineHistoryRestHandler
- type PipelineHistoryRestHandlerImpl
- func (handler *PipelineHistoryRestHandlerImpl) FetchDeployedConfigurationsForWorkflow(w http.ResponseWriter, r *http.Request)
- func (handler *PipelineHistoryRestHandlerImpl) FetchDeployedHistoryComponentDetail(w http.ResponseWriter, r *http.Request)
- func (handler *PipelineHistoryRestHandlerImpl) FetchDeployedHistoryComponentList(w http.ResponseWriter, r *http.Request)
- func (handler *PipelineHistoryRestHandlerImpl) GetAllDeployedConfigurationHistoryForLatestWfrIdForPipeline(w http.ResponseWriter, r *http.Request)
- func (handler *PipelineHistoryRestHandlerImpl) GetAllDeployedConfigurationHistoryForSpecificWfrIdForPipeline(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PipelineHistoryRestHandler ¶
type PipelineHistoryRestHandler interface { FetchDeployedConfigurationsForWorkflow(w http.ResponseWriter, r *http.Request) FetchDeployedHistoryComponentList(w http.ResponseWriter, r *http.Request) FetchDeployedHistoryComponentDetail(w http.ResponseWriter, r *http.Request) GetAllDeployedConfigurationHistoryForLatestWfrIdForPipeline(w http.ResponseWriter, r *http.Request) GetAllDeployedConfigurationHistoryForSpecificWfrIdForPipeline(w http.ResponseWriter, r *http.Request) }
type PipelineHistoryRestHandlerImpl ¶
type PipelineHistoryRestHandlerImpl struct {
// contains filtered or unexported fields
}
func NewPipelineHistoryRestHandlerImpl ¶
func NewPipelineHistoryRestHandlerImpl(logger *zap.SugaredLogger, userAuthService user.UserService, enforcer casbin.Enforcer, strategyHistoryService history2.PipelineStrategyHistoryService, deploymentTemplateHistoryService history2.DeploymentTemplateHistoryService, configMapHistoryService history2.ConfigMapHistoryService, prePostCiScriptHistoryService history2.PrePostCiScriptHistoryService, prePostCdScriptHistoryService history2.PrePostCdScriptHistoryService, enforcerUtil rbac.EnforcerUtil, deployedConfigurationHistoryService history2.DeployedConfigurationHistoryService) *PipelineHistoryRestHandlerImpl
func (*PipelineHistoryRestHandlerImpl) FetchDeployedConfigurationsForWorkflow ¶
func (handler *PipelineHistoryRestHandlerImpl) FetchDeployedConfigurationsForWorkflow(w http.ResponseWriter, r *http.Request)
func (*PipelineHistoryRestHandlerImpl) FetchDeployedHistoryComponentDetail ¶
func (handler *PipelineHistoryRestHandlerImpl) FetchDeployedHistoryComponentDetail(w http.ResponseWriter, r *http.Request)
func (*PipelineHistoryRestHandlerImpl) FetchDeployedHistoryComponentList ¶
func (handler *PipelineHistoryRestHandlerImpl) FetchDeployedHistoryComponentList(w http.ResponseWriter, r *http.Request)
func (*PipelineHistoryRestHandlerImpl) GetAllDeployedConfigurationHistoryForLatestWfrIdForPipeline ¶
func (handler *PipelineHistoryRestHandlerImpl) GetAllDeployedConfigurationHistoryForLatestWfrIdForPipeline(w http.ResponseWriter, r *http.Request)
func (*PipelineHistoryRestHandlerImpl) GetAllDeployedConfigurationHistoryForSpecificWfrIdForPipeline ¶
func (handler *PipelineHistoryRestHandlerImpl) GetAllDeployedConfigurationHistoryForSpecificWfrIdForPipeline(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.