Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitbucketPoller ¶
type BitbucketPoller struct { }
func NewBitbucketPoller ¶
func NewBitbucketPoller() *BitbucketPoller
func (BitbucketPoller) Poll ¶
func (bitbucketPoller BitbucketPoller) Poll(accessToken string, pullRequest pullrequestv1alpha1.PullRequest) (pullrequestv1alpha1.Branches, error)
type GithubPoller ¶
type GithubPoller struct { }
func NewGithubPoller ¶
func NewGithubPoller() *GithubPoller
func (GithubPoller) Poll ¶
func (githubPoller GithubPoller) Poll(accessToken string, pullRequest pullrequestv1alpha1.PullRequest) (pullrequestv1alpha1.Branches, error)
type PullrequestPoller ¶
type PullrequestPoller interface {
Poll(accessToken string, pullRequest pullrequestv1alpha1.PullRequest) (pullrequestv1alpha1.Branches, error)
}
Click to show internal directories.
Click to hide internal directories.