Class VcsGolangPackage.Builder
- java.lang.Object
-
- com.github.blindpirate.gogradle.core.VcsGolangPackage.Builder
-
- Enclosing class:
- VcsGolangPackage
public static final class VcsGolangPackage.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VcsGolangPackagebuild()VcsGolangPackage.BuilderwithPath(java.lang.String path)VcsGolangPackage.BuilderwithPath(java.nio.file.Path path)VcsGolangPackage.BuilderwithRepository(GolangRepository repository)VcsGolangPackage.BuilderwithRootPath(java.lang.String rootPath)VcsGolangPackage.BuilderwithRootPath(java.nio.file.Path rootPath)
-
-
-
Method Detail
-
withPath
public VcsGolangPackage.Builder withPath(java.lang.String path)
-
withRootPath
public VcsGolangPackage.Builder withRootPath(java.lang.String rootPath)
-
withPath
public VcsGolangPackage.Builder withPath(java.nio.file.Path path)
-
withRootPath
public VcsGolangPackage.Builder withRootPath(java.nio.file.Path rootPath)
-
withRepository
public VcsGolangPackage.Builder withRepository(GolangRepository repository)
-
build
public VcsGolangPackage build()
-
-