public static final class VcsGolangPackage.Builder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
VcsGolangPackage |
build() |
VcsGolangPackage.Builder |
withOriginalVcsInfo(VcsGolangPackage.VcsInfo originalVcsInfo) |
VcsGolangPackage.Builder |
withOriginalVcsInfo(VcsType vcsType,
java.util.List<java.lang.String> urls) |
VcsGolangPackage.Builder |
withPath(java.nio.file.Path path) |
VcsGolangPackage.Builder |
withPath(java.lang.String path) |
VcsGolangPackage.Builder |
withRootPath(java.nio.file.Path rootPath) |
VcsGolangPackage.Builder |
withRootPath(java.lang.String rootPath) |
VcsGolangPackage.Builder |
withSubstitutedVcsInfo(VcsGolangPackage.VcsInfo substitutedVcsInfo) |
VcsGolangPackage.Builder |
withSubstitutedVcsInfo(VcsType vcsType,
java.util.List<java.lang.String> urls) |
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 withOriginalVcsInfo(VcsType vcsType, java.util.List<java.lang.String> urls)
public VcsGolangPackage.Builder withSubstitutedVcsInfo(VcsType vcsType, java.util.List<java.lang.String> urls)
public VcsGolangPackage.Builder withOriginalVcsInfo(VcsGolangPackage.VcsInfo originalVcsInfo)
public VcsGolangPackage.Builder withSubstitutedVcsInfo(VcsGolangPackage.VcsInfo substitutedVcsInfo)
public VcsGolangPackage build()