MCPcopy Index your code
hub / github.com/apache/devlake / AzuredevopsOptions

Struct AzuredevopsOptions

backend/plugins/azuredevops_go/tasks/task_data.go:29–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27)
28
29type AzuredevopsOptions struct {
30 ConnectionId uint64 `json:"connectionId" mapstructure:"connectionId,omitempty"`
31 ProjectId string `json:"projectId" mapstructure:"projectId,omitempty"`
32 OrganizationId string `json:"organizationId" mapstructure:"organizationId,omitempty"`
33 RepositoryId string `json:"repositoryId" mapstructure:"repositoryId,omitempty"`
34 RepositoryType string `json:"repositoryType" mapstructure:"repositoryType,omitempty"`
35 ExternalId string `json:"externalId" mapstructure:"externalId,omitempty"`
36
37 ScopeConfigId uint64 `json:"scopeConfigId" mapstructure:"scopeConfigId,omitempty"`
38 TimeAfter string `json:"timeAfter" mapstructure:"timeAfter,omitempty"`
39 ScopeConfig *models.AzuredevopsScopeConfig `mapstructure:"scopeConfig,omitempty" json:"scopeConfig"`
40}
41
42type AzuredevopsTaskData struct {
43 Options *AzuredevopsOptions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected