Versions in this module Expand all Collapse all v1 v1.41.2-prerelease7 Jul 23, 2024 v1.41.2-prerelease6 Jul 23, 2024 v1.41.2-prerelease5 Jul 23, 2024 v1.41.2-prerelease4 Jul 23, 2024 v1.41.2-prerelease3 Jul 18, 2024 v1.41.2-prerelease2p Jul 18, 2024 v1.41.2-prerelease Jul 18, 2024 v1.41.1 Jun 6, 2024 v1.41.0 Jun 6, 2024 Changes in this version + const APIKeyPath + const DefaultMinChecksumDeploy + const FederatedRepositoryRepoType + const JfrogCliUploadEmptyArchiveEnv + const LocalRepositoryRepoType + const ReleaseBundleImportRestApiEndpoint + const RemoteRepositoryRepoType + const StorageRestApi + const VirtualRepositoryRepoType + func CollectFilesForUpload(uploadParams UploadParams, progressMgr ioutils.ProgressMgr, ...) error + func NewReleaseService(artDetails auth.ServiceDetails, client *jfroghttpclient.JfrogHttpClient) *releaseService + func SearchBySpecFiles(searchParams SearchParams, flags utils.CommonConf, ...) (*content.ContentReader, error) + type Actions struct + Groups map[string][]string + Users map[string][]string + type AdditionalRepositoryBaseParams struct + BlackedOut *bool + CdnRedirect *bool + DownloadRedirect *bool + PriorityResolution *bool + PropertySets []string + XrayIndex *bool + type AlpineFederatedRepositoryParams struct + func NewAlpineFederatedRepositoryParams() AlpineFederatedRepositoryParams + type AlpineLocalRepositoryParams struct + func NewAlpineLocalRepositoryParams() AlpineLocalRepositoryParams + type AlpineRemoteRepositoryParams struct + func NewAlpineRemoteRepositoryParams() AlpineRemoteRepositoryParams + type AlpineVirtualRepositoryParams struct + func NewAlpineVirtualRepositoryParams() AlpineVirtualRepositoryParams + type AqlService struct + func NewAqlService(artDetails auth.ServiceDetails, client *jfroghttpclient.JfrogHttpClient) *AqlService + func (s *AqlService) ExecAql(aql string) (io.ReadCloser, error) + func (s *AqlService) GetArtifactoryDetails() auth.ServiceDetails + func (s *AqlService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + func (s *AqlService) IsDryRun() bool + type ArchiveUploadData struct + func (aud *ArchiveUploadData) GetWriter() *content.ContentWriter + func (aud *ArchiveUploadData) SetUploadParams(uploadParams UploadParams) *ArchiveUploadData + func (aud *ArchiveUploadData) SetWriter(writer *content.ContentWriter) *ArchiveUploadData + type ArtifactoryRefreshTokenParams struct + AccessToken string + RefreshToken string + Token CreateTokenParams + func NewArtifactoryRefreshTokenParams() ArtifactoryRefreshTokenParams + type BowerFederatedRepositoryParams struct + func NewBowerFederatedRepositoryParams() BowerFederatedRepositoryParams + type BowerLocalRepositoryParams struct + func NewBowerLocalRepositoryParams() BowerLocalRepositoryParams + type BowerRemoteRepositoryParams struct + BowerRegistryUrl string + func NewBowerRemoteRepositoryParams() BowerRemoteRepositoryParams + type BowerVirtualRepositoryParams struct + ExternalDependenciesEnabled *bool + ExternalDependenciesPatterns []string + ExternalDependenciesRemoteRepo string + func NewBowerVirtualRepositoryParams() BowerVirtualRepositoryParams + type BuildDistributionBody struct + Async *bool + DryRun *bool + GpgPassphrase string + OverrideExistingFiles *bool + Publish bool + SourceRepos []string + TargetRepo string + type BuildDistributionParams struct + Async bool + BuildName string + BuildNumber string + GpgPassphrase string + OverrideExistingFiles bool + Publish bool + SourceRepos string + TargetRepo string + func NewBuildDistributionParams() BuildDistributionParams + func (bd *BuildDistributionParams) GetBuildName() string + func (bd *BuildDistributionParams) GetBuildNumber() string + func (bd *BuildDistributionParams) GetGpgPassphrase() string + func (bd *BuildDistributionParams) GetSourceRepos() string + func (bd *BuildDistributionParams) GetTargetRepo() string + func (bd *BuildDistributionParams) IsAsync() bool + func (bd *BuildDistributionParams) IsOverrideExistingFiles() bool + func (bd *BuildDistributionParams) IsPublish() bool + type BuildInfoParams struct + BuildName string + BuildNumber string + ProjectKey string + func NewBuildInfoParams() BuildInfoParams + type BuildInfoService struct + DryRun bool + func NewBuildInfoService(artDetails auth.ServiceDetails, client *jfroghttpclient.JfrogHttpClient) *BuildInfoService + func (bis *BuildInfoService) GetArtifactoryDetails() auth.ServiceDetails + func (bis *BuildInfoService) GetBuildInfo(params BuildInfoParams) (pbi *buildinfo.PublishedBuildInfo, found bool, err error) + func (bis *BuildInfoService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + func (bis *BuildInfoService) IsDryRun() bool + func (bis *BuildInfoService) PublishBuildInfo(build *buildinfo.BuildInfo, projectKey string) (*clientutils.Sha256Summary, error) + type BuildPromotionBody struct + Comment string + Copy *bool + DryRun *bool + FailFast bool + IncludeDependencies *bool + Properties map[string][]string + SourceRepo string + Status string + TargetRepo string + type CargoFederatedRepositoryParams struct + func NewCargoFederatedRepositoryParams() CargoFederatedRepositoryParams + type CargoLocalRepositoryParams struct + func NewCargoLocalRepositoryParams() CargoLocalRepositoryParams + type CargoRemoteRepositoryParams struct + GitRegistryUrl string + func NewCargoRemoteRepositoryParams() CargoRemoteRepositoryParams + type CargoRepositoryParams struct + CargoAnonymousAccess *bool + type ChefFederatedRepositoryParams struct + func NewChefFederatedRepositoryParams() ChefFederatedRepositoryParams + type ChefLocalRepositoryParams struct + func NewChefLocalRepositoryParams() ChefLocalRepositoryParams + type ChefRemoteRepositoryParams struct + func NewChefRemoteRepositoryParams() ChefRemoteRepositoryParams + type ChefVirtualRepositoryParams struct + func NewChefVirtualRepositoryParams() ChefVirtualRepositoryParams + type CocoapodsFederatedRepositoryParams struct + func NewCocoapodsFederatedRepositoryParams() CocoapodsFederatedRepositoryParams + type CocoapodsLocalRepositoryParams struct + func NewCocoapodsLocalRepositoryParams() CocoapodsLocalRepositoryParams + type CocoapodsRemoteRepositoryParams struct + PodsSpecsRepoUrl string + func NewCocoapodsRemoteRepositoryParams() CocoapodsRemoteRepositoryParams + type CommonCacheVirtualRepositoryParams struct + VirtualRetrievalCachePeriodSecs int + type CommonJavaVirtualRepositoryParams struct + KeyPair string + PomRepositoryReferencesCleanupPolicy string + type ComposerFederatedRepositoryParams struct + func NewComposerFederatedRepositoryParams() ComposerFederatedRepositoryParams + type ComposerLocalRepositoryParams struct + func NewComposerLocalRepositoryParams() ComposerLocalRepositoryParams + type ComposerRemoteRepositoryParams struct + ComposerRegistryUrl string + func NewComposerRemoteRepositoryParams() ComposerRemoteRepositoryParams + type ComposerVirtualRepositoryParams struct + func NewComposerVirtualRepositoryParams() ComposerVirtualRepositoryParams + type ConanFederatedRepositoryParams struct + func NewConanFederatedRepositoryParams() ConanFederatedRepositoryParams + type ConanLocalRepositoryParams struct + func NewConanLocalRepositoryParams() ConanLocalRepositoryParams + type ConanRemoteRepositoryParams struct + func NewConanRemoteRepositoryParams() ConanRemoteRepositoryParams + type ConanVirtualRepositoryParams struct + func NewConanVirtualRepositoryParams() ConanVirtualRepositoryParams + type CondaFederatedRepositoryParams struct + func NewCondaFederatedRepositoryParams() CondaFederatedRepositoryParams + type CondaLocalRepositoryParams struct + func NewCondaLocalRepositoryParams() CondaLocalRepositoryParams + type CondaRemoteRepositoryParams struct + func NewCondaRemoteRepositoryParams() CondaRemoteRepositoryParams + type CondaVirtualRepositoryParams struct + func NewCondaVirtualRepositoryParams() CondaVirtualRepositoryParams + type ContentSynchronisation struct + Enabled *bool + Properties *ContentSynchronisationProperties + Source *ContentSynchronisationSource + Statistics *ContentSynchronisationStatistics + type ContentSynchronisationProperties struct + Enabled *bool + type ContentSynchronisationSource struct + OriginAbsenceDetection *bool + type ContentSynchronisationStatistics struct + Enabled *bool + type CranFederatedRepositoryParams struct + func NewCranFederatedRepositoryParams() CranFederatedRepositoryParams + type CranLocalRepositoryParams struct + func NewCranLocalRepositoryParams() CranLocalRepositoryParams + type CranRemoteRepositoryParams struct + func NewCranRemoteRepositoryParams() CranRemoteRepositoryParams + type CranVirtualRepositoryParams struct + func NewCranVirtualRepositoryParams() CranVirtualRepositoryParams + type CreateReplicationParams struct + func NewCreateReplicationParams() CreateReplicationParams + type CreateReplicationService struct + ArtDetails auth.ServiceDetails + func NewCreateReplicationService(client *jfroghttpclient.JfrogHttpClient) *CreateReplicationService + func (rs *CreateReplicationService) CreateReplication(params CreateReplicationParams) error + func (rs *CreateReplicationService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + type CreateTokenParams struct + Audience string + ExpiresIn int + Refreshable bool + Scope string + Username string + func NewCreateTokenParams() CreateTokenParams + type DebianFederatedRepositoryParams struct + func NewDebianFederatedRepositoryParams() DebianFederatedRepositoryParams + type DebianLocalRepositoryParams struct + func NewDebianLocalRepositoryParams() DebianLocalRepositoryParams + type DebianRemoteRepositoryParams struct + ListRemoteFolderItems *bool + func NewDebianRemoteRepositoryParams() DebianRemoteRepositoryParams + type DebianRepositoryParams struct + DebianTrivialLayout *bool + OptionalIndexCompressionFormats []string + type DebianVirtualRepositoryParams struct + DebianDefaultArchitectures string + OptionalIndexCompressionFormats []string + func NewDebianVirtualRepositoryParams() DebianVirtualRepositoryParams + type DeleteConfiguration struct + ArtDetails auth.ServiceDetails + DryRun bool + func (conf *DeleteConfiguration) GetArtifactoryDetails() auth.ServiceDetails + func (conf *DeleteConfiguration) IsDryRun() bool + func (conf *DeleteConfiguration) SetArtifactoryDetails(art auth.ServiceDetails) + type DeleteParams struct + func NewDeleteParams() DeleteParams + func (ds *DeleteParams) GetFile() *utils.CommonParams + func (ds *DeleteParams) SetIncludeDirs(includeDirs bool) + type DeleteReplicationService struct + ArtDetails auth.ServiceDetails + func NewDeleteReplicationService(client *jfroghttpclient.JfrogHttpClient) *DeleteReplicationService + func (drs *DeleteReplicationService) DeleteReplication(repoKey string) error + func (drs *DeleteReplicationService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + type DeleteRepositoryService struct + ArtDetails auth.ServiceDetails + func NewDeleteRepositoryService(client *jfroghttpclient.JfrogHttpClient) *DeleteRepositoryService + func (drs *DeleteRepositoryService) Delete(repoKey string) error + func (drs *DeleteRepositoryService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + type DeleteService struct + DryRun bool + Threads int + func NewDeleteService(artDetails auth.ServiceDetails, client *jfroghttpclient.JfrogHttpClient) *DeleteService + func (ds *DeleteService) DeleteFiles(deleteItems *content.ContentReader) (int, error) + func (ds *DeleteService) GetArtifactoryDetails() auth.ServiceDetails + func (ds *DeleteService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + func (ds *DeleteService) GetPathsToDelete(deleteParams DeleteParams) (resultItems *content.ContentReader, err error) + func (ds *DeleteService) GetThreads() int + func (ds *DeleteService) IsDryRun() bool + func (ds *DeleteService) SetThreads(threads int) + type DiscardBuildsBody struct + DeleteArtifacts bool + ExcludeBuilds []string + MaxBuilds string + MinimumBuildDate string + type DiscardBuildsParams struct + Async bool + BuildName string + DeleteArtifacts bool + ExcludeBuilds string + MaxBuilds string + MaxDays string + ProjectKey string + func NewDiscardBuildsParams() DiscardBuildsParams + func (bd *DiscardBuildsParams) GetBuildName() string + func (bd *DiscardBuildsParams) GetExcludeBuilds() string + func (bd *DiscardBuildsParams) GetMaxBuilds() string + func (bd *DiscardBuildsParams) GetMaxDays() string + func (bd *DiscardBuildsParams) GetProjectKey() string + func (bd *DiscardBuildsParams) IsAsync() bool + func (bd *DiscardBuildsParams) IsDeleteArtifacts() bool + type DiscardBuildsService struct + ArtDetails auth.ServiceDetails + func NewDiscardBuildsService(client *jfroghttpclient.JfrogHttpClient) *DiscardBuildsService + func (ds *DiscardBuildsService) DiscardBuilds(params DiscardBuildsParams) error + type DistributeService struct + ArtDetails auth.ServiceDetails + DryRun bool + func NewDistributionService(client *jfroghttpclient.JfrogHttpClient) *DistributeService + func (ds *DistributeService) BuildDistribute(params BuildDistributionParams) error + type DockerFederatedRepositoryParams struct + func NewDockerFederatedRepositoryParams() DockerFederatedRepositoryParams + type DockerLocalRepositoryParams struct + func NewDockerLocalRepositoryParams() DockerLocalRepositoryParams + type DockerPromoteBody struct + Copy bool + DockerRepository string + Tag string + TargetDockerRepository string + TargetRepo string + TargetTag string + type DockerPromoteParams struct + Copy bool + SourceDockerImage string + SourceRepo string + SourceTag string + TargetDockerImage string + TargetRepo string + TargetTag string + func NewDockerPromoteParams(sourceDockerImage, sourceRepo, targetRepo string) DockerPromoteParams + func (dp *DockerPromoteParams) GetSourceDockerImage() string + func (dp *DockerPromoteParams) GetSourceTag() string + func (dp *DockerPromoteParams) GetTargetDockerRepository() string + func (dp *DockerPromoteParams) GetTargetRepo() string + func (dp *DockerPromoteParams) GetTargetTag() string + func (dp *DockerPromoteParams) IsCopy() bool + type DockerPromoteService struct + func NewDockerPromoteService(artDetails auth.ServiceDetails, client *jfroghttpclient.JfrogHttpClient) *DockerPromoteService + func (ps *DockerPromoteService) GetArtifactoryDetails() auth.ServiceDetails + func (ps *DockerPromoteService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + func (ps *DockerPromoteService) IsDryRun() bool + func (ps *DockerPromoteService) PromoteDocker(params DockerPromoteParams) error + type DockerRemoteRepositoryParams struct + BlockPushingSchema1 *bool + EnableTokenAuthentication *bool + ExternalDependenciesEnabled *bool + ExternalDependenciesPatterns []string + func NewDockerRemoteRepositoryParams() DockerRemoteRepositoryParams + type DockerRepositoryParams struct + BlockPushingSchema1 *bool + DockerApiVersion string + DockerTagRetention *int + MaxUniqueTags *int + type DockerVirtualRepositoryParams struct + ResolveDockerTagsByTimestamp *bool + func NewDockerVirtualRepositoryParams() DockerVirtualRepositoryParams + type DownloadData struct + Dependency utils.ResultItem + DownloadPath string + Flat bool + Target string + type DownloadParams struct + BypassArchiveInspection bool + Explode bool + Flat bool + MinSplitSize int64 + PublicGpgKey string + SkipChecksum bool + SplitCount int + Symlink bool + ValidateSymlink bool + func NewDownloadParams() DownloadParams + func (ds *DownloadParams) GetFile() *utils.CommonParams + func (ds *DownloadParams) GetPublicGpgKey() string + func (ds *DownloadParams) IsBypassArchiveInspection() bool + func (ds *DownloadParams) IsExplode() bool + func (ds *DownloadParams) IsFlat() bool + func (ds *DownloadParams) IsSkipChecksum() bool + func (ds *DownloadParams) IsSymlink() bool + func (ds *DownloadParams) ValidateSymlinks() bool + type DownloadService struct + DryRun bool + Progress clientio.ProgressMgr + Threads int + func NewDownloadService(artDetails auth.ServiceDetails, client *jfroghttpclient.JfrogHttpClient) *DownloadService + func (ds *DownloadService) DownloadFiles(downloadParams ...DownloadParams) (opertaionSummary *utils.OperationSummary, err error) + func (ds *DownloadService) GetArtifactoryDetails() auth.ServiceDetails + func (ds *DownloadService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + func (ds *DownloadService) GetThreads() int + func (ds *DownloadService) IsDryRun() bool + func (ds *DownloadService) SetDryRun(isDryRun bool) + func (ds *DownloadService) SetSaveSummary(saveSummary bool) + func (ds *DownloadService) SetThreads(threads int) + type ErrorDetail struct + Message string + Status int + type ErrorResponseWithMessage struct + Errors []ErrorDetail + type ExportBody struct + CreateArchive *bool + ExcludeContent *bool + ExportPath string + IncludeMetadata *bool + M2 *bool + Verbose *bool + type ExportParams struct + CreateArchive *bool + ExcludeContent *bool + ExportPath string + IncludeMetadata *bool + M2 *bool + Verbose *bool + func NewExportParams(exportPath string) ExportParams + type ExportService struct + DryRun bool + func NewExportService(artDetails auth.ServiceDetails, client *jfroghttpclient.JfrogHttpClient) *ExportService + func (drs *ExportService) Export(exportParams ExportParams) error + func (drs *ExportService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + type FederatedRepositoryBaseParams struct + ArchiveBrowsingEnabled *bool + Members []FederatedRepositoryMember + func NewFederatedRepositoryBaseParams() FederatedRepositoryBaseParams + func NewFederatedRepositoryPackageParams(packageType string) FederatedRepositoryBaseParams + type FederatedRepositoryMember struct + Enabled *bool + Url string + type FederatedRepositoryService struct + func NewFederatedRepositoryService(client *jfroghttpclient.JfrogHttpClient, isUpdate bool) *FederatedRepositoryService + func (frs *FederatedRepositoryService) Alpine(params AlpineFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Bower(params BowerFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Cargo(params CargoFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Chef(params ChefFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Cocoapods(params CocoapodsFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Composer(params ComposerFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Conan(params ConanFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Conda(params CondaFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Cran(params CranFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Debian(params DebianFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Docker(params DockerFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Gems(params GemsFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Generic(params GenericFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + func (frs *FederatedRepositoryService) Gitlfs(params GitlfsFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Go(params GoFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Gradle(params GradleFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Helm(params HelmFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Ivy(params IvyFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Maven(params MavenFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Npm(params NpmFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Nuget(params NugetFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Opkg(params OpkgFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Puppet(params PuppetFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Pypi(params PypiFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Rpm(params RpmFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Sbt(params SbtFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Swift(params SwiftFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Terraform(params TerraformFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Vagrant(params VagrantFederatedRepositoryParams) error + func (frs *FederatedRepositoryService) Yum(params YumFederatedRepositoryParams) error + type FederationService struct + ArtDetails auth.ServiceDetails + func NewFederationService(client *jfroghttpclient.JfrogHttpClient) *FederationService + func (fs *FederationService) ConvertLocalToFederated(repoKey string) error + func (fs *FederationService) SetArtifactoryDetails(rt auth.ServiceDetails) + func (fs *FederationService) TriggerFederatedFullSyncAll(repoKey string) error + func (fs *FederationService) TriggerFederatedFullSyncMirror(repoKey string, mirrorUrl string) error + type GemsFederatedRepositoryParams struct + func NewGemsFederatedRepositoryParams() GemsFederatedRepositoryParams + type GemsLocalRepositoryParams struct + func NewGemsLocalRepositoryParams() GemsLocalRepositoryParams + type GemsRemoteRepositoryParams struct + ListRemoteFolderItems *bool + func NewGemsRemoteRepositoryParams() GemsRemoteRepositoryParams + type GemsVirtualRepositoryParams struct + func NewGemsVirtualRepositoryParams() GemsVirtualRepositoryParams + type GenericFederatedRepositoryParams struct + func NewGenericFederatedRepositoryParams() GenericFederatedRepositoryParams + type GenericLocalRepositoryParams struct + func NewGenericLocalRepositoryParams() GenericLocalRepositoryParams + type GenericRemoteRepositoryParams struct + ListRemoteFolderItems *bool + func NewGenericRemoteRepositoryParams() GenericRemoteRepositoryParams + type GenericVirtualRepositoryParams struct + func NewGenericVirtualRepositoryParams() GenericVirtualRepositoryParams + type GetReplicationService struct + ArtDetails auth.ServiceDetails + func NewGetReplicationService(client *jfroghttpclient.JfrogHttpClient) *GetReplicationService + func (drs *GetReplicationService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + func (drs *GetReplicationService) GetReplication(repoKey string) ([]utils.ReplicationParams, error) + type GetTokensResponseData struct + Tokens []Token + type GitLfsCleanParams struct + GitPath string + Refs string + Repo string + func NewGitLfsCleanParams() GitLfsCleanParams + func (glc *GitLfsCleanParams) GetGitPath() string + func (glc *GitLfsCleanParams) GetRef() string + func (glc *GitLfsCleanParams) GetRepo() string + type GitLfsCleanService struct + DryRun bool + func NewGitLfsCleanService(artDetails auth.ServiceDetails, client *jfroghttpclient.JfrogHttpClient) *GitLfsCleanService + func (glc *GitLfsCleanService) GetArtifactoryDetails() auth.ServiceDetails + func (glc *GitLfsCleanService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + func (glc *GitLfsCleanService) GetUnreferencedGitLfsFiles(gitLfsCleanParams GitLfsCleanParams) (filesToDeleteReader *content.ContentReader, err error) + func (glc *GitLfsCleanService) IsDryRun() bool + type GitlfsFederatedRepositoryParams struct + func NewGitlfsFederatedRepositoryParams() GitlfsFederatedRepositoryParams + type GitlfsLocalRepositoryParams struct + func NewGitlfsLocalRepositoryParams() GitlfsLocalRepositoryParams + type GitlfsRemoteRepositoryParams struct + func NewGitlfsRemoteRepositoryParams() GitlfsRemoteRepositoryParams + type GitlfsVirtualRepositoryParams struct + func NewGitlfsVirtualRepositoryParams() GitlfsVirtualRepositoryParams + type GoFederatedRepositoryParams struct + func NewGoFederatedRepositoryParams() GoFederatedRepositoryParams + type GoLocalRepositoryParams struct + func NewGoLocalRepositoryParams() GoLocalRepositoryParams + type GoRemoteRepositoryParams struct + VcsGitProvider string + func NewGoRemoteRepositoryParams() GoRemoteRepositoryParams + type GoVirtualRepositoryParams struct + ExternalDependenciesEnabled *bool + ExternalDependenciesPatterns []string + func NewGoVirtualRepositoryParams() GoVirtualRepositoryParams + type GradleFederatedRepositoryParams struct + func NewGradleFederatedRepositoryParams() GradleFederatedRepositoryParams + type GradleLocalRepositoryParams struct + func NewGradleLocalRepositoryParams() GradleLocalRepositoryParams + type GradleRemoteRepositoryParams struct + func NewGradleRemoteRepositoryParams() GradleRemoteRepositoryParams + type GradleVirtualRepositoryParams struct + func NewGradleVirtualRepositoryParams() GradleVirtualRepositoryParams + type Group struct + AdminPrivileges *bool + AutoJoin *bool + Description string + Name string + Realm string + RealmAttributes string + UsersNames []string + type GroupAlreadyExistsError struct + InnerError error + func (*GroupAlreadyExistsError) Error() string + type GroupParams struct + GroupDetails Group + IncludeUsers bool + ReplaceIfExists bool + func NewGroupParams() GroupParams + type GroupService struct + ArtDetails auth.ServiceDetails + func NewGroupService(client *jfroghttpclient.JfrogHttpClient) *GroupService + func (gs *GroupService) CreateGroup(params GroupParams) error + func (gs *GroupService) DeleteGroup(name string) error + func (gs *GroupService) GetAllGroups() (*[]string, error) + func (gs *GroupService) GetGroup(params GroupParams) (*Group, error) + func (gs *GroupService) SetArtifactoryDetails(rt auth.ServiceDetails) + func (gs *GroupService) UpdateGroup(params GroupParams) error + type HelmFederatedRepositoryParams struct + func NewHelmFederatedRepositoryParams() HelmFederatedRepositoryParams + type HelmLocalRepositoryParams struct + func NewHelmLocalRepositoryParams() HelmLocalRepositoryParams + type HelmRemoteRepositoryParams struct + ChartsBaseUrl string + ExternalDependenciesEnabled bool + ExternalDependenciesPatterns []string + func NewHelmRemoteRepositoryParams() HelmRemoteRepositoryParams + type HelmVirtualRepositoryParams struct + func NewHelmVirtualRepositoryParams() HelmVirtualRepositoryParams + type IvyFederatedRepositoryParams struct + func NewIvyFederatedRepositoryParams() IvyFederatedRepositoryParams + type IvyLocalRepositoryParams struct + func NewIvyLocalRepositoryParams() IvyLocalRepositoryParams + type IvyRemoteRepositoryParams struct + func NewIvyRemoteRepositoryParams() IvyRemoteRepositoryParams + type IvyVirtualRepositoryParams struct + func NewIvyVirtualRepositoryParams() IvyVirtualRepositoryParams + type JavaPackageManagersRemoteRepositoryParams struct + FetchJarsEagerly *bool + FetchSourcesEagerly *bool + HandleReleases *bool + HandleSnapshots *bool + MaxUniqueSnapshots *int + RejectInvalidJars *bool + RemoteRepoChecksumPolicyType string + SuppressPomConsistencyChecks *bool + type JavaPackageManagersRepositoryParams struct + ChecksumPolicyType string + HandleReleases *bool + HandleSnapshots *bool + MaxUniqueSnapshots *int + SnapshotVersionBehavior string + SuppressPomConsistencyChecks *bool + type KeyPairRefsRepositoryParams struct + PrimaryKeyPairRef string + SecondaryKeyPairRef string + type LocalRepositoryBaseParams struct + ArchiveBrowsingEnabled *bool + func NewLocalRepositoryBaseParams() LocalRepositoryBaseParams + func NewLocalRepositoryPackageParams(packageType string) LocalRepositoryBaseParams + type LocalRepositoryService struct + func NewLocalRepositoryService(client *jfroghttpclient.JfrogHttpClient, isUpdate bool) *LocalRepositoryService + func (lrs *LocalRepositoryService) Alpine(params AlpineLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Bower(params BowerLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Cargo(params CargoLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Chef(params ChefLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Cocoapods(params CocoapodsLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Composer(params ComposerLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Conan(params ConanLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Conda(params CondaLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Cran(params CranLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Debian(params DebianLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Docker(params DockerLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Gems(params GemsLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Generic(params GenericLocalRepositoryParams) error + func (lrs *LocalRepositoryService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + func (lrs *LocalRepositoryService) Gitlfs(params GitlfsLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Go(params GoLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Gradle(params GradleLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Helm(params HelmLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Ivy(params IvyLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Maven(params MavenLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Npm(params NpmLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Nuget(params NugetLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Opkg(params OpkgLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Puppet(params PuppetLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Pypi(params PypiLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Rpm(params RpmLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Sbt(params SbtLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Swift(params SwiftLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Terraform(params TerraformLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Vagrant(params VagrantLocalRepositoryParams) error + func (lrs *LocalRepositoryService) Yum(params YumLocalRepositoryParams) error + type MavenFederatedRepositoryParams struct + func NewMavenFederatedRepositoryParams() MavenFederatedRepositoryParams + type MavenLocalRepositoryParams struct + func NewMavenLocalRepositoryParams() MavenLocalRepositoryParams + type MavenRemoteRepositoryParams struct + func NewMavenRemoteRepositoryParams() MavenRemoteRepositoryParams + type MavenVirtualRepositoryParams struct + ForceMavenAuthentication *bool + func NewMavenVirtualRepositoryParams() MavenVirtualRepositoryParams + type MoveCopyParams struct + Flat bool + func NewMoveCopyParams() MoveCopyParams + func (mc *MoveCopyParams) GetFile() *utils.CommonParams + func (mc *MoveCopyParams) IsFlat() bool + func (mc *MoveCopyParams) SetIncludeDir(isIncludeDir bool) + type MoveCopyService struct + DryRun bool + Threads int + func NewMoveCopyService(artDetails auth.ServiceDetails, client *jfroghttpclient.JfrogHttpClient, ...) *MoveCopyService + func (mc *MoveCopyService) GetArtifactoryDetails() auth.ServiceDetails + func (mc *MoveCopyService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + func (mc *MoveCopyService) GetThreads() int + func (mc *MoveCopyService) IsDryRun() bool + func (mc *MoveCopyService) MoveCopyServiceMoveFilesWrapper(moveSpecs ...MoveCopyParams) (successCount, failedCount int, err error) + func (mc *MoveCopyService) SetThreads(threads int) + type MoveOptions struct + MovedMsg string + MovingMsg string + type MoveResultItem struct + FileSpecId int + type MoveType string + const COPY + const MOVE + type NpmFederatedRepositoryParams struct + func NewNpmFederatedRepositoryParams() NpmFederatedRepositoryParams + type NpmLocalRepositoryParams struct + func NewNpmLocalRepositoryParams() NpmLocalRepositoryParams + type NpmRemoteRepositoryParams struct + func NewNpmRemoteRepositoryParams() NpmRemoteRepositoryParams + type NpmVirtualRepositoryParams struct + ExternalDependenciesEnabled *bool + ExternalDependenciesPatterns []string + ExternalDependenciesRemoteRepo string + func NewNpmVirtualRepositoryParams() NpmVirtualRepositoryParams + type NugetFederatedRepositoryParams struct + func NewNugetFederatedRepositoryParams() NugetFederatedRepositoryParams + type NugetLocalRepositoryParams struct + func NewNugetLocalRepositoryParams() NugetLocalRepositoryParams + type NugetRemoteRepositoryParams struct + DownloadContextPath string + FeedContextPath string + ForceNugetAuthentication *bool + V3FeedUrl string + func NewNugetRemoteRepositoryParams() NugetRemoteRepositoryParams + type NugetRepositoryParams struct + ForceNugetAuthentication *bool + MaxUniqueSnapshots *int + type NugetVirtualRepositoryParams struct + ForceNugetAuthentication *bool + func NewNugetVirtualRepositoryParams() NugetVirtualRepositoryParams + type OpkgFederatedRepositoryParams struct + func NewOpkgFederatedRepositoryParams() OpkgFederatedRepositoryParams + type OpkgLocalRepositoryParams struct + func NewOpkgLocalRepositoryParams() OpkgLocalRepositoryParams + type OpkgRemoteRepositoryParams struct + func NewOpkgRemoteRepositoryParams() OpkgRemoteRepositoryParams + type P2RemoteRepositoryParams struct + ListRemoteFolderItems *bool + func NewP2RemoteRepositoryParams() P2RemoteRepositoryParams + type P2VirtualRepositoryParams struct + P2Urls []string + func NewP2VirtualRepositoryParams() P2VirtualRepositoryParams + type PermissionTargetAlreadyExistsError struct + InnerError error + func (*PermissionTargetAlreadyExistsError) Error() string + type PermissionTargetParams struct + Build *PermissionTargetSection + Name string + ReleaseBundle *PermissionTargetSection + Repo *PermissionTargetSection + func NewPermissionTargetParams() PermissionTargetParams + type PermissionTargetSection struct + Actions *Actions + ExcludePatterns []string + IncludePatterns []string + Repositories []string + type PermissionTargetService struct + ArtDetails auth.ServiceDetails + func NewPermissionTargetService(client *jfroghttpclient.JfrogHttpClient) *PermissionTargetService + func (pts *PermissionTargetService) Create(params PermissionTargetParams) error + func (pts *PermissionTargetService) Delete(permissionTargetName string) error + func (pts *PermissionTargetService) Get(permissionTargetName string) (*PermissionTargetParams, error) + func (pts *PermissionTargetService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + func (pts *PermissionTargetService) Update(params PermissionTargetParams) error + type PingService struct + func NewPingService(artDetails auth.ServiceDetails, client *jfroghttpclient.JfrogHttpClient) *PingService + func (ps *PingService) GetArtifactoryDetails() auth.ServiceDetails + func (ps *PingService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + func (ps *PingService) IsDryRun() bool + func (ps *PingService) Ping() ([]byte, error) + type PromoteService struct + ArtDetails auth.ServiceDetails + DryRun bool + func NewPromotionService(client *jfroghttpclient.JfrogHttpClient) *PromoteService + func (ps *PromoteService) BuildPromote(promotionParams PromotionParams) error + type PromotionParams struct + BuildName string + BuildNumber string + Comment string + Copy bool + FailFast bool + IncludeDependencies bool + ProjectKey string + Properties string + SourceRepo string + Status string + TargetRepo string + func NewPromotionParams() PromotionParams + func (bp *PromotionParams) GetBuildName() string + func (bp *PromotionParams) GetBuildNumber() string + func (bp *PromotionParams) GetComment() string + func (bp *PromotionParams) GetProjectKey() string + func (bp *PromotionParams) GetProperties() string + func (bp *PromotionParams) GetSourceRepo() string + func (bp *PromotionParams) GetStatus() string + func (bp *PromotionParams) GetTargetRepo() string + func (bp *PromotionParams) IsCopy() *bool + func (bp *PromotionParams) IsFailFast() bool + func (bp *PromotionParams) IsIncludeDependencies() *bool + type PropsParams struct + Props string + Reader *content.ContentReader + func NewPropsParams() PropsParams + func (sp *PropsParams) GetProps() string + func (sp *PropsParams) GetReader() *content.ContentReader + type PropsService struct + ArtDetails auth.ServiceDetails + Threads int + func NewPropsService(client *jfroghttpclient.JfrogHttpClient) *PropsService + func (ps *PropsService) DeleteProps(propsParams PropsParams) (int, error) + func (ps *PropsService) GetArtifactoryDetails() auth.ServiceDetails + func (ps *PropsService) GetItemProperties(relativePath string) (*utils.ItemProperties, error) + func (ps *PropsService) GetThreads() int + func (ps *PropsService) IsDryRun() bool + func (ps *PropsService) SetArtifactoryDetails(rt auth.ServiceDetails) + func (ps *PropsService) SetProps(propsParams PropsParams) (int, error) + type PuppetFederatedRepositoryParams struct + func NewPuppetFederatedRepositoryParams() PuppetFederatedRepositoryParams + type PuppetLocalRepositoryParams struct + func NewPuppetLocalRepositoryParams() PuppetLocalRepositoryParams + type PuppetRemoteRepositoryParams struct + func NewPuppetRemoteRepositoryParams() PuppetRemoteRepositoryParams + type PuppetVirtualRepositoryParams struct + func NewPuppetVirtualRepositoryParams() PuppetVirtualRepositoryParams + type PypiFederatedRepositoryParams struct + func NewPypiFederatedRepositoryParams() PypiFederatedRepositoryParams + type PypiLocalRepositoryParams struct + func NewPypiLocalRepositoryParams() PypiLocalRepositoryParams + type PypiRemoteRepositoryParams struct + PypiRegistryUrl string + PypiRepositorySuffix string + func NewPypiRemoteRepositoryParams() PypiRemoteRepositoryParams + type PypiVirtualRepositoryParams struct + func NewPypiVirtualRepositoryParams() PypiVirtualRepositoryParams + type ReadFileService struct + DryRun bool + MinSplitSize int64 + SplitCount int + func NewReadFileService(artDetails auth.ServiceDetails, client *jfroghttpclient.JfrogHttpClient) *ReadFileService + func (ds *ReadFileService) GetArtifactoryDetails() auth.ServiceDetails + func (ds *ReadFileService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + func (ds *ReadFileService) IsDryRun() bool + func (ds *ReadFileService) ReadRemoteFile(downloadPath string) (io.ReadCloser, error) + func (ds *ReadFileService) SetDryRun(isDryRun bool) + type ReaderSpecTuple struct + MoveSpec int + Reader *content.ContentReader + type RemoteRepositoryBaseParams struct + AllowAnyHostAuth *bool + AssumedOfflinePeriodSecs *int + BlockMismatchingMimeTypes *bool + BypassHeadRequests *bool + ClientTlsCertificate string + ContentSynchronisation *ContentSynchronisation + EnableCookieManagement *bool + HardFail *bool + LocalAddress string + MetadataRetrievalTimeoutSecs *int + MismatchingMimeTypesOverrideList string + MissedRetrievalCachePeriodSecs *int + Offline *bool + Password string + Proxy string + QueryParams string + RetrievalCachePeriodSecs *int + ShareConfiguration *bool + SocketTimeoutMillis *int + StoreArtifactsLocally *bool + SynchronizeProperties *bool + UnusedArtifactsCleanupPeriodHours *int + Url string + Username string + func NewRemoteRepositoryBaseParams() RemoteRepositoryBaseParams + func NewRemoteRepositoryPackageParams(packageType string) RemoteRepositoryBaseParams + type RemoteRepositoryService struct + func NewRemoteRepositoryService(client *jfroghttpclient.JfrogHttpClient, isUpdate bool) *RemoteRepositoryService + func (rrs *RemoteRepositoryService) Alpine(params AlpineRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Bower(params BowerRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Cargo(params CargoRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Chef(params ChefRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Cocoapods(params CocoapodsRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Composer(params ComposerRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Conan(params ConanRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Conda(params CondaRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Cran(params CranRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Debian(params DebianRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Docker(params DockerRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Gems(params GemsRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Generic(params GenericRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + func (rrs *RemoteRepositoryService) Gitlfs(params GitlfsRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Go(params GoRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Gradle(params GradleRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Helm(params HelmRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Ivy(params IvyRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Maven(params MavenRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Npm(params NpmRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Nuget(params NugetRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Opkg(params OpkgRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) P2(params P2RemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Puppet(params PuppetRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Pypi(params PypiRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Rpm(params RpmRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Sbt(params SbtRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Swift(params SwiftRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Terraform(params TerraformRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Vcs(params VcsRemoteRepositoryParams) error + func (rrs *RemoteRepositoryService) Yum(params YumRemoteRepositoryParams) error + type RepositoriesFilterParams struct + PackageType string + RepoType string + func NewRepositoriesFilterParams() RepositoriesFilterParams + type RepositoriesService struct + ArtDetails auth.ServiceDetails + func NewRepositoriesService(client *jfroghttpclient.JfrogHttpClient) *RepositoriesService + func (rs *RepositoriesService) Create(params interface{}, repoName string) error + func (rs *RepositoriesService) Get(repoKey string, repoDetails interface{}) error + func (rs *RepositoriesService) GetAll() (*[]RepositoryDetails, error) + func (rs *RepositoriesService) GetWithFilter(params RepositoriesFilterParams) (*[]RepositoryDetails, error) + func (rs *RepositoriesService) IsExists(repoKey string) (exists bool, err error) + func (rs *RepositoriesService) Update(params interface{}, repoName string) error + type RepositoryBaseParams struct + Description string + Environments []string + ExcludesPattern string + IncludesPattern string + Key string + Notes string + PackageType string + ProjectKey string + Rclass string + RepoLayoutRef string + type RepositoryDetails struct + Description string + Key string + PackageType string + Rclass string + Type string + Url string + func (rd RepositoryDetails) GetRepoType() string + type RepositoryService struct + ArtDetails auth.ServiceDetails + func NewRepositoryService(client *jfroghttpclient.JfrogHttpClient, isUpdate bool) *RepositoryService + func (rs *RepositoryService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + type RevokeTokenParams struct + Token string + TokenId string + func NewRevokeTokenParams() RevokeTokenParams + type RpmFederatedRepositoryParams struct + func NewRpmFederatedRepositoryParams() RpmFederatedRepositoryParams + type RpmLocalRepositoryParams struct + func NewRpmLocalRepositoryParams() RpmLocalRepositoryParams + type RpmRemoteRepositoryParams struct + ListRemoteFolderItems *bool + func NewRpmRemoteRepositoryParams() RpmRemoteRepositoryParams + type RpmRepositoryParams struct + CalculateYumMetadata *bool + EnableFileListsIndexing *bool + YumGroupFileNames string + YumRootDepth *int + type RpmVirtualRepositoryParams struct + func NewRpmVirtualRepositoryParams() RpmVirtualRepositoryParams + type SbtFederatedRepositoryParams struct + func NewSbtFederatedRepositoryParams() SbtFederatedRepositoryParams + type SbtLocalRepositoryParams struct + func NewSbtLocalRepositoryParams() SbtLocalRepositoryParams + type SbtRemoteRepositoryParams struct + func NewSbtRemoteRepositoryParams() SbtRemoteRepositoryParams + type SbtVirtualRepositoryParams struct + func NewSbtVirtualRepositoryParams() SbtVirtualRepositoryParams + type SearchParams struct + func NewSearchParams() SearchParams + func (s *SearchParams) GetFile() *utils.CommonParams + type SearchService struct + func NewSearchService(artDetails auth.ServiceDetails, client *jfroghttpclient.JfrogHttpClient) *SearchService + func (s *SearchService) GetArtifactoryDetails() auth.ServiceDetails + func (s *SearchService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + func (s *SearchService) IsDryRun() bool + func (s *SearchService) Search(searchParams SearchParams) (*content.ContentReader, error) + type SecurityService struct + ArtDetails auth.ServiceDetails + func NewSecurityService(client *jfroghttpclient.JfrogHttpClient) *SecurityService + func (ss *SecurityService) CreateAPIKey() (string, error) + func (ss *SecurityService) CreateToken(params CreateTokenParams) (auth.CreateTokenResponseData, error) + func (ss *SecurityService) GetAPIKey() (string, error) + func (ss *SecurityService) GetTokens() (GetTokensResponseData, error) + func (ss *SecurityService) GetUserTokens(username string) ([]string, error) + func (ss *SecurityService) RefreshToken(params ArtifactoryRefreshTokenParams) (auth.CreateTokenResponseData, error) + func (ss *SecurityService) RegenerateAPIKey() (string, error) + func (ss *SecurityService) RevokeToken(params RevokeTokenParams) (string, error) + type StorageService struct + func NewStorageService(artDetails auth.ServiceDetails, client *jfroghttpclient.JfrogHttpClient) *StorageService + func (s *StorageService) FileInfo(relativePath string) (*utils.FileInfo, error) + func (s *StorageService) FileList(relativePath string, optionalParams utils.FileListParams) (*utils.FileListResponse, error) + func (s *StorageService) FolderInfo(relativePath string) (*utils.FolderInfo, error) + func (s *StorageService) GetArtifactoryDetails() auth.ServiceDetails + func (s *StorageService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + func (s *StorageService) StorageInfo() (*utils.StorageInfo, error) + func (s *StorageService) StorageInfoRefresh() error + type SwiftFederatedRepositoryParams struct + func NewSwiftFederatedRepositoryParams() SwiftFederatedRepositoryParams + type SwiftLocalRepositoryParams struct + func NewSwiftLocalRepositoryParams() SwiftLocalRepositoryParams + type SwiftRemoteRepositoryParams struct + func NewSwiftRemoteRepositoryParams() SwiftRemoteRepositoryParams + type SwiftVirtualRepositoryParams struct + func NewSwiftVirtualRepositoryParams() SwiftVirtualRepositoryParams + type SystemService struct + func NewSystemService(artDetails auth.ServiceDetails, client *jfroghttpclient.JfrogHttpClient) *SystemService + func (ss *SystemService) ActivateKeyEncryption() error + func (ss *SystemService) DeactivateKeyEncryption() (wasEncrypted bool, err error) + func (ss *SystemService) GetArtifactoryDetails() auth.ServiceDetails + func (ss *SystemService) GetConfigDescriptor() (string, error) + func (ss *SystemService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + func (ss *SystemService) GetRunningNodes() ([]string, error) + func (ss *SystemService) GetServiceId() (string, error) + func (ss *SystemService) GetVersion() (string, error) + func (ss *SystemService) IsDryRun() bool + type TerraformFederatedRepositoryParams struct + func NewTerraformFederatedRepositoryParams() TerraformFederatedRepositoryParams + type TerraformLocalRepositoryParams struct + func NewTerraformLocalRepositoryParams() TerraformLocalRepositoryParams + type TerraformRemoteRepositoryParams struct + TerraformProvidersUrl string + TerraformRegistryUrl string + func NewTerraformRemoteRepositoryParams() TerraformRemoteRepositoryParams + type TerraformVirtualRepositoryParams struct + func NewTerraformVirtualRepositoryParams() TerraformVirtualRepositoryParams + type Token struct + Expiry int + IssuedAt int + Issuer string + Refreshable bool + Subject string + TokenId string + type UpdateReplicationParams struct + func NewUpdateReplicationParams() UpdateReplicationParams + type UpdateReplicationService struct + ArtDetails auth.ServiceDetails + func NewUpdateReplicationService(client *jfroghttpclient.JfrogHttpClient) *UpdateReplicationService + func (rs *UpdateReplicationService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + func (rs *UpdateReplicationService) UpdateReplication(params UpdateReplicationParams) error + type UploadData struct + Artifact clientutils.Artifact + BuildProps string + IsDir bool + IsSymlinkFlow bool + TargetProps *utils.Properties + type UploadDataHandlerFunc func(data UploadData) + type UploadParams struct + AddVcsProps bool + Archive string + BuildProps string + ChecksumsCalcEnabled bool + ChunkSize int64 + Deb string + ExplodeArchive bool + Flat bool + MinChecksumDeploy int64 + MinSplitSize int64 + SplitCount int + Symlink bool + TargetPathInArchive string + func DeepCopyUploadParams(params *UploadParams) UploadParams + func NewUploadParams() UploadParams + func (up *UploadParams) GetDebian() string + func (up *UploadParams) IsAddVcsProps() bool + func (up *UploadParams) IsExplodeArchive() bool + func (up *UploadParams) IsFlat() bool + func (up *UploadParams) IsSymlink() bool + type UploadService struct + ArtDetails auth.ServiceDetails + DryRun bool + MultipartUpload *utils.MultipartUpload + Progress ioutils.ProgressMgr + Threads int + func NewUploadService(client *jfroghttpclient.JfrogHttpClient) *UploadService + func (us *UploadService) CreateUploadAsZipFunc(uploadResult *utils.Result, targetPath string, archiveData *ArchiveUploadData, ...) parallel.TaskFunc + func (us *UploadService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + func (us *UploadService) SetDryRun(isDryRun bool) + func (us *UploadService) SetSaveSummary(saveSummary bool) + func (us *UploadService) SetServiceDetails(artDetails auth.ServiceDetails) + func (us *UploadService) SetThreads(threads int) + func (us *UploadService) UploadFiles(uploadParams ...UploadParams) (summary *utils.OperationSummary, err error) + type User struct + Admin *bool + DisableUIAccess *bool + Email string + Groups *[]string + InternalPasswordDisabled *bool + LastLoggedIn string + Name string + Password string + PolicyManager *bool + ProfileUpdatable *bool + ProjectAdmin *bool + Realm string + ReportsManager *bool + ShouldInvite *bool + Source string + WatchManager *bool + type UserParams struct + ClearGroups bool + ReplaceIfExists bool + UserDetails User + func NewUserParams() UserParams + type UserService struct + ArtDetails auth.ServiceDetails + func NewUserService(client *jfroghttpclient.JfrogHttpClient) *UserService + func (us *UserService) CreateUser(params UserParams) error + func (us *UserService) DeleteUser(name string) error + func (us *UserService) GetAllUsers() ([]*User, error) + func (us *UserService) GetLockedUsers() ([]string, error) + func (us *UserService) GetUser(params UserParams) (u *User, err error) + func (us *UserService) SetArtifactoryDetails(rt auth.ServiceDetails) + func (us *UserService) UnlockUser(name string) error + func (us *UserService) UpdateUser(params UserParams) error + type VagrantFederatedRepositoryParams struct + func NewVagrantFederatedRepositoryParams() VagrantFederatedRepositoryParams + type VagrantLocalRepositoryParams struct + func NewVagrantLocalRepositoryParams() VagrantLocalRepositoryParams + type VcsGitRemoteRepositoryParams struct + VcsGitDownloadUrl string + VcsGitProvider string + VcsType string + type VcsRemoteRepositoryParams struct + MaxUniqueSnapshots int + func NewVcsRemoteRepositoryParams() VcsRemoteRepositoryParams + type VirtualRepositoryBaseParams struct + ArtifactoryRequestsCanRetrieveRemoteArtifacts *bool + DefaultDeploymentRepo string + Repositories []string + func NewVirtualRepositoryBaseParams() VirtualRepositoryBaseParams + func NewVirtualRepositoryPackageParams(packageType string) VirtualRepositoryBaseParams + type VirtualRepositoryService struct + func NewVirtualRepositoryService(client *jfroghttpclient.JfrogHttpClient, isUpdate bool) *VirtualRepositoryService + func (vrs *VirtualRepositoryService) Alpine(params AlpineVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Bower(params BowerVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Chef(params ChefVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Composer(params ComposerVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Conan(params ConanVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Conda(params CondaVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Cran(params CranVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Debian(params DebianVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Docker(params DockerVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Gems(params GemsVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Generic(params GenericVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient + func (vrs *VirtualRepositoryService) Gitlfs(params GitlfsVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Go(params GoVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Gradle(params GradleVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Helm(params HelmVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Ivy(params IvyVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Maven(params MavenVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Npm(params NpmVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Nuget(params NugetVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) P2(params P2VirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Puppet(params PuppetVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Pypi(params PypiVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Rpm(params RpmVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Sbt(params SbtVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Swift(params SwiftVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Terraform(params TerraformVirtualRepositoryParams) error + func (vrs *VirtualRepositoryService) Yum(params YumVirtualRepositoryParams) error + type XrayScanBody struct + BuildName string + BuildNumber string + Context string + Project string + type XrayScanParams struct + BuildName string + BuildNumber string + ProjectKey string + func NewXrayScanParams() XrayScanParams + func (bp *XrayScanParams) GetBuildName() string + func (bp *XrayScanParams) GetBuildNumber() string + func (bp *XrayScanParams) GetProjectKey() string + type XrayScanService struct + ArtDetails auth.ServiceDetails + func NewXrayScanService(client *jfroghttpclient.JfrogHttpClient) *XrayScanService + func (ps *XrayScanService) ScanBuild(scanParams XrayScanParams) ([]byte, error) + type YumFederatedRepositoryParams struct + func NewYumFederatedRepositoryParams() YumFederatedRepositoryParams + type YumLocalRepositoryParams struct + func NewYumLocalRepositoryParams() YumLocalRepositoryParams + type YumRemoteRepositoryParams struct + ListRemoteFolderItems *bool + func NewYumRemoteRepositoryParams() YumRemoteRepositoryParams + type YumVirtualRepositoryParams struct + func NewYumVirtualRepositoryParams() YumVirtualRepositoryParams