Documentation
¶
Index ¶
- Variables
- func ComposeProjectId(workspaceId string, projectId string, key string) string
- func ComposeRepositoryId(projectId, repositoryId string) string
- func ComposedGroupId(workspaceId, groupSlug string) string
- func DecomposeGroupId(id string) (string, string, error)
- func DecomposeProjectId(id string) (string, string, string, error)
- func DecomposeRepositoryId(repositoryId string) (string, string, error)
- func GetIdFromComposedId(resource *v2.Resource) string
- func ParseEntitlementID(id string) (*v2.ResourceId, string, error)
- type Bitbucket
Constants ¶
This section is empty.
Variables ¶
View Source
var ResourcesPageSize = 50
Functions ¶
func ComposeProjectId ¶ added in v0.0.6
func ComposeRepositoryId ¶ added in v0.0.6
func ComposedGroupId ¶ added in v0.0.6
func DecomposeProjectId ¶ added in v0.0.6
func DecomposeRepositoryId ¶ added in v0.0.6
func GetIdFromComposedId ¶ added in v0.0.6
func ParseEntitlementID ¶ added in v0.0.6
func ParseEntitlementID(id string) (*v2.ResourceId, string, error)
Types ¶
type Bitbucket ¶
type Bitbucket struct {
// contains filtered or unexported fields
}
func (*Bitbucket) ResourceSyncers ¶
func (bb *Bitbucket) ResourceSyncers(ctx context.Context) []connectorbuilder.ResourceSyncer
func (*Bitbucket) Validate ¶
func (bb *Bitbucket) Validate(ctx context.Context) (annotations.Annotations, error)
Validate hits the Bitbucket API to validate that the configured credentials are valid and compatible.
Click to show internal directories.
Click to hide internal directories.