Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.16 KB

RepositoryRep.md

File metadata and controls

34 lines (20 loc) · 1.16 KB

LaunchDarklyApi.RepositoryRep

Properties

Name Type Description Notes
name String The repository name
sourceLink String A URL to access the repository [optional]
commitUrlTemplate String A template for constructing a valid URL to view the commit [optional]
hunkUrlTemplate String A template for constructing a valid URL to view the hunk [optional]
type String The type of repository
defaultBranch String The repository's default branch
enabled Boolean Whether or not a repository is enabled for code reference scanning
version Number The version of the repository's saved information
branches [BranchRep] An array of the repository's branches that have been scanned for code references [optional]
links {String: Object}
access Access [optional]

Enum: TypeEnum

  • bitbucket (value: "bitbucket")

  • custom (value: "custom")

  • github (value: "github")

  • gitlab (value: "gitlab")