Documentation
¶
Index ¶
Constants ¶
View Source
const LIMIT = 500
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivitiesResponse ¶
type BitbucketServer ¶
type BitbucketServer struct {
Token string
UserName string
Project string
Repo string
PrNumber string
ApiUrl string
ChangeReport change_report.ChangeReport
}
func NewBitbucketServer ¶
func NewBitbucketServer(apiUrl, userName, token, prNumber, project, repo, baseRef string) (b *BitbucketServer, err error)
func (*BitbucketServer) RemovePreviousAquaComments ¶
func (c *BitbucketServer) RemovePreviousAquaComments(msg string) error
func (*BitbucketServer) WriteLineComment ¶
func (c *BitbucketServer) WriteLineComment(file, comment string, line int) error
func (*BitbucketServer) WriteMultiLineComment ¶
func (c *BitbucketServer) WriteMultiLineComment(file, comment string, startLine, _ int) error
type NewComment ¶
Click to show internal directories.
Click to hide internal directories.