Documentation ¶
Overview ¶
A Jira web-hook sending messages when new commits arrive.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JiraChangelog ¶
type JiraChangelog struct { Id int `json:",string"` Items []JiraChangelogItem }
type JiraChangelogItem ¶
type JiraComment ¶
type JiraHook ¶
type JiraHook struct {
// contains filtered or unexported fields
}
func (*JiraHook) SetMessageChan ¶
type JiraIssue ¶
type JiraIssue struct { Id int `json:",string"` Self string Key string Fields JiraIssueFields }
type JiraIssueFields ¶
type JiraIssueFields struct { Summary string Description string Labels []string Priority JiraPriority }
type JiraPriority ¶
type JiraWebhook ¶
type JiraWebhook struct { Id int `json:",string"` Issue JiraIssue User JiraUser Changelog *JiraChangelog Comment *JiraComment WebhookEvent string }
Click to show internal directories.
Click to hide internal directories.