azuredevops

package
v0.0.0-...-7d3b672 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AzureConnection

type AzureConnection struct {
	Name         string
	Token        string
	Organization string
}

type AzureGitRepo

type AzureGitRepo struct {
	RawDataParams       string `json:"_raw_data_params"`
	Id                  string
	Name                string
	ConnectionId        uint64
	Url                 string
	RemoteUrl           string
	DefaultBranch       string
	ProjectId           string
	OrgId               string
	ParentRepositoryUrl string
	Provider            string
	// special field
	ScopeConfigId uint64
}

type AzureGitRepositoryConfig

type AzureGitRepositoryConfig struct {
	common.ScopeConfig
	Refdiff           Refdiff
	DeploymentPattern string
	ProductionPattern string
}

type Refdiff

type Refdiff struct {
	TagsPattern string
	TagsLimit   int
	TagsOrder   string
}

type TestConfig

type TestConfig struct {
	Org     string
	Project string
	Repos   []string
	Token   string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL