Modifier and Type | Method and Description |
---|---|
Scm.Builder |
Scm.Builder.childScmConnectionInheritAppendPath(String childScmConnectionInheritAppendPath) |
Scm.Builder |
Scm.Builder.childScmDeveloperConnectionInheritAppendPath(String childScmDeveloperConnectionInheritAppendPath) |
Scm.Builder |
Scm.Builder.childScmUrlInheritAppendPath(String childScmUrlInheritAppendPath) |
Scm.Builder |
Scm.Builder.connection(String connection) |
Scm.Builder |
Scm.Builder.developerConnection(String developerConnection) |
Scm.Builder |
Scm.Builder.location(Object key,
InputLocation location) |
static Scm.Builder |
Scm.newBuilder()
Creates a new
Scm builder instance. |
static Scm.Builder |
Scm.newBuilder(boolean withDefaults)
Creates a new
Scm builder instance using default values or not. |
static Scm.Builder |
Scm.newBuilder(Scm from)
Creates a new
Scm builder instance using the specified object as a basis. |
static Scm.Builder |
Scm.newBuilder(Scm from,
boolean forceCopy)
Creates a new
Scm builder instance using the specified object as a basis. |
Scm.Builder |
Scm.Builder.tag(String tag) |
Scm.Builder |
Scm.Builder.url(String url) |
Scm.Builder |
Scm.with()
Creates a new builder with this object as the basis.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.