Modifier and Type | Method and Description |
---|---|
Scm |
Scm.Builder.build() |
Scm |
Model.getScm()
Specification for the SCM used by the project, such as CVS, Subversion, etc.
|
static Scm |
Scm.newInstance()
Creates a new
Scm instance. |
static Scm |
Scm.newInstance(boolean withDefaults)
Creates a new
Scm instance using default values or not. |
Scm |
Scm.withChildScmConnectionInheritAppendPath(String childScmConnectionInheritAppendPath)
Creates a new
Scm instance using the specified childScmConnectionInheritAppendPath. |
Scm |
Scm.withChildScmDeveloperConnectionInheritAppendPath(String childScmDeveloperConnectionInheritAppendPath)
Creates a new
Scm instance using the specified childScmDeveloperConnectionInheritAppendPath. |
Scm |
Scm.withChildScmUrlInheritAppendPath(String childScmUrlInheritAppendPath)
Creates a new
Scm instance using the specified childScmUrlInheritAppendPath. |
Scm |
Scm.withConnection(String connection)
Creates a new
Scm instance using the specified connection. |
Scm |
Scm.withDeveloperConnection(String developerConnection)
Creates a new
Scm instance using the specified developerConnection. |
Scm |
Scm.withTag(String tag)
Creates a new
Scm instance using the specified tag. |
Scm |
Scm.withUrl(String url)
Creates a new
Scm instance using the specified url. |
Modifier and Type | Method and Description |
---|---|
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. |
Model.Builder |
Model.Builder.scm(Scm scm) |
Model |
Model.withScm(Scm scm)
Creates a new
Model instance using the specified scm. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.