Versions in this module Expand all Collapse all v1 v1.2.0 Mar 27, 2021 Changes in this version + type Plugin struct + Store store.Store + func (p *Plugin) ExecuteCommand(c *plugin.Context, args *model.CommandArgs) (*model.CommandResponse, *model.AppError) + func (p *Plugin) OnActivate() error + func (p *Plugin) OnConfigurationChange() error + func (p *Plugin) ServeHTTP(c *plugin.Context, w http.ResponseWriter, r *http.Request) + type WebhookInfo struct + AssociatedPullRequests string + Branch string + CircleBuildNumber int + CircleBuildURL string + Commit string + IsFailed bool + IsWaitingApproval bool + JobName string + Message string + Organization string + Repository string + RepositoryURL string + Tag string + Username string + WorkflowID string + func (wi *WebhookInfo) ToPost(buildFailedIconURL, buildGreenIconURL string) *model.Post