gitdependencies

package
v2.111.0 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2026 License: Apache-2.0 Imports: 2 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeploymentActionGitDependency added in v2.44.0

type DeploymentActionGitDependency struct {
	DeploymentActionSlug string `json:"DeploymentActionSlug" validate:"required,notblank"`
	GitDependencyName    string `json:"GitDependencyName"`
}

func (DeploymentActionGitDependency) Validate added in v2.111.0

func (d DeploymentActionGitDependency) Validate() error

Validate checks the state of the deployment action git dependency and returns an error if invalid.

type GitDependency

type GitDependency struct {
	Name                         string   `json:"Name" validate:"required,notblank"`
	RepositoryUri                string   `json:"RepositoryUri" validate:"required,notblank"`
	DefaultBranch                string   `json:"DefaultBranch" validate:"required,notblank"`
	GitCredentialType            string   `json:"GitCredentialType" validate:"required,notblank"`
	FilePathFilters              []string `json:"FilePathFilters,omitempty"`
	GitCredentialId              string   `json:"GitCredentialId,omitempty"`
	StepPackageInputsReferenceId string   `json:"StepPackageInputsReferenceId,omitempty"`
	GitHubConnectionId           string   `json:"GitHubConnectionId,omitempty"`
}

type GitReference added in v2.70.1

type GitReference struct {
	GitRef    string `json:"GitRef,omitempty"`
	GitCommit string `json:"GitCommit,omitempty"`
}

type SelectedGitResources added in v2.70.1

type SelectedGitResources struct {
	ActionName               string        `json:"ActionName,omitempty"`
	GitReference             *GitReference `json:"GitReferenceResource,omitempty"`
	GitResourceReferenceName string        `json:"GitResourceReferenceName,omitempty"`
}

Jump to

Keyboard shortcuts

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