Documentation ¶
Index ¶
- func ConfigInstance() interface{}
- func GetConfig(connection *plugin.Connection) azureDevOpsConfig
- func GetProjectProperties(ctx context.Context, d *plugin.QueryData, h *plugin.HydrateData) (interface{}, error)
- func Plugin(ctx context.Context) *plugin.Plugin
- type Branch
- type Dashboard
- type Member
- type Pipeline
- type ServiceEndpoint
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigInstance ¶
func ConfigInstance() interface{}
func GetConfig ¶
func GetConfig(connection *plugin.Connection) azureDevOpsConfig
func GetProjectProperties ¶
Types ¶
type Branch ¶
type Branch struct { git.GitBranchStats RepositoryId string }
type Member ¶
type Member struct { webapi.IdentityRef IsTeamAdmin *bool ProjectId string TeamId string }
type ServiceEndpoint ¶
type ServiceEndpoint struct { serviceendpoint.ServiceEndpoint ProjectId string }
Source Files ¶
- common_columns.go
- connection_config.go
- plugin.go
- table_azuredevops_build.go
- table_azuredevops_build_definition.go
- table_azuredevops_dashboard.go
- table_azuredevops_git_repository.go
- table_azuredevops_git_repository_branch.go
- table_azuredevops_group.go
- table_azuredevops_pipeline.go
- table_azuredevops_project.go
- table_azuredevops_release.go
- table_azuredevops_serviceendpoint.go
- table_azuredevops_team.go
- table_azuredevops_team_member.go
- table_azuredevops_user.go
Click to show internal directories.
Click to hide internal directories.