Documentation
¶
Index ¶
- type Action
- type CommentProcessor
- func (p CommentProcessor) AddBasic(body string) error
- func (p CommentProcessor) AddMarkdown() error
- func (p CommentProcessor) Process(body string) ([]*jira.Comment, error)
- func (p CommentProcessor) Render(comments []*jira.Comment) error
- func (p CommentProcessor) UpdateMarkdown(comment *jira.Comment) error
- type IssueProcessor
- type Processor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommentProcessor ¶
type CommentProcessor struct {
// contains filtered or unexported fields
}
func NewCommentProcessor ¶
func NewCommentProcessor(action, issueId string, useMarkdown bool) CommentProcessor
func (CommentProcessor) AddBasic ¶
func (p CommentProcessor) AddBasic(body string) error
func (CommentProcessor) AddMarkdown ¶
func (p CommentProcessor) AddMarkdown() error
func (CommentProcessor) Process ¶
func (p CommentProcessor) Process(body string) ([]*jira.Comment, error)
func (CommentProcessor) UpdateMarkdown ¶
func (p CommentProcessor) UpdateMarkdown(comment *jira.Comment) error
type IssueProcessor ¶
type IssueProcessor struct {
// contains filtered or unexported fields
}
func NewIssueProcessor ¶
func NewIssueProcessor(action string, issueId string) IssueProcessor
Click to show internal directories.
Click to hide internal directories.