repository

package
v0.4.1-0...-3948fb3 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_repository_artifactory_proto protoreflect.FileDescriptor
View Source
var File_repository_repository_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Artifactory

type Artifactory struct {

	// Whether the Artifactory integration is enabled.
	Enabled *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// Artifactory service search configuration.
	Searches []*Artifactory_Search `protobuf:"bytes,2,rep,name=searches,proto3" json:"searches,omitempty"`
	// contains filtered or unexported fields
}

Artifactory repository integration.

func (*Artifactory) Descriptor deprecated

func (*Artifactory) Descriptor() ([]byte, []int)

Deprecated: Use Artifactory.ProtoReflect.Descriptor instead.

func (*Artifactory) GetEnabled

func (x *Artifactory) GetEnabled() *wrapperspb.BoolValue

func (*Artifactory) GetSearches

func (x *Artifactory) GetSearches() []*Artifactory_Search

func (*Artifactory) ProtoMessage

func (*Artifactory) ProtoMessage()

func (*Artifactory) ProtoReflect

func (x *Artifactory) ProtoReflect() protoreflect.Message

func (*Artifactory) Reset

func (x *Artifactory) Reset()

func (*Artifactory) String

func (x *Artifactory) String() string
type Artifactory_Search struct {

	// Name of the search.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The base URL at which your Artifactory search is reachable.
	BaseUrl string `protobuf:"bytes,2,opt,name=baseUrl,proto3" json:"baseUrl,omitempty"`
	// The repo in your Artifactory to be searched.
	Repo string `protobuf:"bytes,3,opt,name=repo,proto3" json:"repo,omitempty"`
	// The group ID in your Artifactory to be searched.
	GroupId string `protobuf:"bytes,4,opt,name=groupId,proto3" json:"groupId,omitempty"`
	// The package type of repo in your Artifactory to be searched. Defaults to
	// `MAVEN`.
	RepoType string `protobuf:"bytes,5,opt,name=repoType,proto3" json:"repoType,omitempty"`
	// The username of the Artifactory user to authenticate as.
	Username string `protobuf:"bytes,6,opt,name=username,proto3" json:"username,omitempty"`
	// The password of the Artifactory user to authenticate as.
	Password string `protobuf:"bytes,7,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

Artifactory service search configuration.

func (*Artifactory_Search) Descriptor deprecated

func (*Artifactory_Search) Descriptor() ([]byte, []int)

Deprecated: Use Artifactory_Search.ProtoReflect.Descriptor instead.

func (*Artifactory_Search) GetBaseUrl

func (x *Artifactory_Search) GetBaseUrl() string

func (*Artifactory_Search) GetGroupId

func (x *Artifactory_Search) GetGroupId() string

func (*Artifactory_Search) GetName

func (x *Artifactory_Search) GetName() string

func (*Artifactory_Search) GetPassword

func (x *Artifactory_Search) GetPassword() string

func (*Artifactory_Search) GetRepo

func (x *Artifactory_Search) GetRepo() string

func (*Artifactory_Search) GetRepoType

func (x *Artifactory_Search) GetRepoType() string

func (*Artifactory_Search) GetUsername

func (x *Artifactory_Search) GetUsername() string

func (*Artifactory_Search) ProtoMessage

func (*Artifactory_Search) ProtoMessage()

func (*Artifactory_Search) ProtoReflect

func (x *Artifactory_Search) ProtoReflect() protoreflect.Message

func (*Artifactory_Search) Reset

func (x *Artifactory_Search) Reset()

func (*Artifactory_Search) String

func (x *Artifactory_Search) String() string

type Repository

type Repository struct {

	// Artifactory repository integration.
	Artifactory *Artifactory `protobuf:"bytes,1,opt,name=artifactory,proto3" json:"artifactory,omitempty"`
	// contains filtered or unexported fields
}

Repository integrations.

func (*Repository) Descriptor deprecated

func (*Repository) Descriptor() ([]byte, []int)

Deprecated: Use Repository.ProtoReflect.Descriptor instead.

func (*Repository) GetArtifactory

func (x *Repository) GetArtifactory() *Artifactory

func (*Repository) ProtoMessage

func (*Repository) ProtoMessage()

func (*Repository) ProtoReflect

func (x *Repository) ProtoReflect() protoreflect.Message

func (*Repository) Reset

func (x *Repository) Reset()

func (*Repository) String

func (x *Repository) String() string

Jump to

Keyboard shortcuts

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