public static final class VcsGolangPackage.Builder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
VcsGolangPackage |
build() |
VcsGolangPackage.Builder |
withPath(java.nio.file.Path path) |
VcsGolangPackage.Builder |
withPath(java.lang.String path) |
VcsGolangPackage.Builder |
withRepository(GolangRepository repository) |
VcsGolangPackage.Builder |
withRootPath(java.nio.file.Path rootPath) |
VcsGolangPackage.Builder |
withRootPath(java.lang.String rootPath) |
public VcsGolangPackage.Builder withPath(java.lang.String path)
public VcsGolangPackage.Builder withRootPath(java.lang.String rootPath)
public VcsGolangPackage.Builder withPath(java.nio.file.Path path)
public VcsGolangPackage.Builder withRootPath(java.nio.file.Path rootPath)
public VcsGolangPackage.Builder withRepository(GolangRepository repository)
public VcsGolangPackage build()