Skip navigation links
A C E G I M O P R V W Z 

A

archiveOutputStream - Variable in class org.jfrog.build.extractor.go.extractor.GoZipBallStreamer
 

C

close() - Method in class org.jfrog.build.extractor.go.extractor.GoZipBallStreamer
 
createDependencyTree(GoDriver, Log, boolean, boolean) - Static method in class org.jfrog.build.extractor.go.extractor.GoDependencyTree
Create Go dependency tree of actually used dependencies.

E

execute() - Method in class org.jfrog.build.extractor.go.extractor.GoPublish
 
execute() - Method in class org.jfrog.build.extractor.go.extractor.GoRun
 

G

get(String, boolean) - Method in class org.jfrog.build.extractor.go.GoDriver
Run go get.
getCleanVersion(String) - Static method in class org.jfrog.build.extractor.go.extractor.GoVersionUtils
 
getMajorProjectVersion(String, Log) - Static method in class org.jfrog.build.extractor.go.extractor.GoVersionUtils
Compatible Go module from major version of 2 and above will end with /vMajor github.com/owner/repo/v3 - 3 github.com/owner/repo/v2 - 2 github.com/owner/repo - 0 or 1
getMajorVersion(String, Log) - Static method in class org.jfrog.build.extractor.go.extractor.GoVersionUtils
 
getModuleName() - Method in class org.jfrog.build.extractor.go.GoDriver
 
getParent(String) - Static method in class org.jfrog.build.extractor.go.extractor.GoVersionUtils
 
getSubModule(String) - Static method in class org.jfrog.build.extractor.go.extractor.GoVersionUtils
 
getUsedModules(boolean, boolean, boolean) - Method in class org.jfrog.build.extractor.go.GoDriver
If ignoreErrors=false, run: go list -f "{{with .Module}}{{.Path}} {{.Version}}{{end}}" all If ignoreErrors=false, run: go list -e -f "{{with .Module}}{{.Path}} {{.Version}}{{end}}" all
GoDependencyTree - Class in org.jfrog.build.extractor.go.extractor
 
GoDependencyTree() - Constructor for class org.jfrog.build.extractor.go.extractor.GoDependencyTree
 
GoDriver - Class in org.jfrog.build.extractor.go
Created by Bar Belity on 13/02/2020.
GoDriver(String, Map<String, String>, File, Log) - Constructor for class org.jfrog.build.extractor.go.GoDriver
 
GoPublish - Class in org.jfrog.build.extractor.go.extractor
 
GoPublish(ArtifactoryManagerBuilder, ArrayListMultimap<String, String>, String, Path, String, String, Log) - Constructor for class org.jfrog.build.extractor.go.extractor.GoPublish
Publish go package.
GoRun - Class in org.jfrog.build.extractor.go.extractor
 
GoRun(String, Path, String, ArtifactoryManagerBuilder, String, String, String, Log, Map<String, String>) - Constructor for class org.jfrog.build.extractor.go.extractor.GoRun
Run go command and collect dependencies.
GoVersionUtils - Class in org.jfrog.build.extractor.go.extractor
 
GoVersionUtils() - Constructor for class org.jfrog.build.extractor.go.extractor.GoVersionUtils
 
GoZipBallStreamer - Class in org.jfrog.build.extractor.go.extractor
 
GoZipBallStreamer(ZipFile, String, String, Log) - Constructor for class org.jfrog.build.extractor.go.extractor.GoZipBallStreamer
 

I

INCOMPATIBLE - Static variable in class org.jfrog.build.extractor.go.extractor.GoVersionUtils
 
isCompatibleGoModuleNaming(String, String, Log) - Static method in class org.jfrog.build.extractor.go.extractor.GoVersionUtils
From major versions of 2+, the project name must end with a /vMajor prefix (for majors of 0 and 1 it will stay without the prefix) github.com/owner/repo , v2.0.5 - false github.com/owner/repo , v2.0.5+incompatible - false github.com/owner/repo/v2 , v2.0.5 - true github.com/owner/repo , v1.0.5 - true github.com/owner/repo , v0.0.5 - true
isInstalled() - Method in class org.jfrog.build.extractor.go.GoDriver
 

M

main(String[]) - Static method in class org.jfrog.build.extractor.go.extractor.GoPublish
Allow publishing Go packages using a new Java process.
main(String[]) - Static method in class org.jfrog.build.extractor.go.extractor.GoRun
Allow running go run using a new Java process.
modGraph(boolean) - Method in class org.jfrog.build.extractor.go.GoDriver
Run go mod graph.
modTidy(boolean, boolean) - Method in class org.jfrog.build.extractor.go.GoDriver
If ignoreErrors=false, run: go mod tidy If ignoreErrors=true, run: go mod tidy -e

O

org.jfrog.build.extractor.go - package org.jfrog.build.extractor.go
 
org.jfrog.build.extractor.go.extractor - package org.jfrog.build.extractor.go.extractor
 

P

packProject() - Method in class org.jfrog.build.extractor.go.extractor.GoZipBallStreamer
 

R

runCmd(String, boolean) - Method in class org.jfrog.build.extractor.go.GoDriver
 
runCmd(List<String>, boolean) - Method in class org.jfrog.build.extractor.go.GoDriver
Run go client cmd with goArs.

V

version(boolean) - Method in class org.jfrog.build.extractor.go.GoDriver
 
VERSION_PATTERN - Static variable in class org.jfrog.build.extractor.go.extractor.GoVersionUtils
 

W

writeDeployableZip(File) - Method in class org.jfrog.build.extractor.go.extractor.GoZipBallStreamer
 

Z

ZERO_OR_ONE - Static variable in class org.jfrog.build.extractor.go.extractor.GoVersionUtils
 
A C E G I M O P R V W Z 
Skip navigation links