Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisplayNameToIdentifier ¶ added in v0.22.0
DisplayNameToIdentifier converts display name to a unique identifier.
func LogNotSupportedWebhookEvents ¶ added in v0.22.0
Types ¶
type ClientInterface ¶ added in v0.22.0
type ClientInterface interface { ListPRComments(ctx context.Context, repoSlug string, prNumber int, opts types.ListOptions) ([]*types.PRComment, *scm.Response, error) ListBranchRules(ctx context.Context, repoSlug string, logger gitexporter.Logger, opts types.ListOptions) ([]*types.BranchRule, *scm.Response, error) ListBranchRulesets(ctx context.Context, repoSlug string, opts types.ListOptions) (*[]types.BranchRule, *scm.Response, error) FindBranchRuleset(ctx context.Context, repoSlug string, logger gitexporter.Logger, ruleID int) (*types.BranchRule, *scm.Response, error) }
type HunkHeader ¶ added in v0.30.0
func ParseDiffHunkHeader ¶ added in v0.30.0
func ParseDiffHunkHeader(line string) (HunkHeader, bool)
type Importer ¶
Directories ¶
Path | Synopsis |
---|---|
Package bitbucket provides automatic migration tools from Bitbucket Cloud to Harness.
|
Package bitbucket provides automatic migration tools from Bitbucket Cloud to Harness. |
Package circle provides automatic migration tools from Circle to Harness.
|
Package circle provides automatic migration tools from Circle to Harness. |
client
Package client provides a Circle http client.
|
Package client provides a Circle http client. |
Package drone provides automatic migration tools from Drone to Harness.
|
Package drone provides automatic migration tools from Drone to Harness. |
Package github provides automatic migration tools from Github to Harness.
|
Package github provides automatic migration tools from Github to Harness. |
Package gitlab provides automatic migration tools from GitLab to Harness.
|
Package gitlab provides automatic migration tools from GitLab to Harness. |
Package travis provides automatic migration tools from Travis to Harness.
|
Package travis provides automatic migration tools from Travis to Harness. |
Click to show internal directories.
Click to hide internal directories.