Uses of Class
org.apache.maven.api.model.Scm
-
Uses of Scm in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return ScmModifier and TypeMethodDescriptionScm.Builder.build()
Model.getScm()
Specification for the SCM used by the project, such as CVS, Subversion, etc.static Scm
Scm.newInstance()
Creates a newScm
instance.static Scm
Scm.newInstance
(boolean withDefaults) Creates a newScm
instance using default values or not.Scm.withChildScmConnectionInheritAppendPath
(String childScmConnectionInheritAppendPath) Creates a newScm
instance using the specified childScmConnectionInheritAppendPath.Scm.withChildScmDeveloperConnectionInheritAppendPath
(String childScmDeveloperConnectionInheritAppendPath) Creates a newScm
instance using the specified childScmDeveloperConnectionInheritAppendPath.Scm.withChildScmUrlInheritAppendPath
(String childScmUrlInheritAppendPath) Creates a newScm
instance using the specified childScmUrlInheritAppendPath.Scm.withConnection
(String connection) Creates a newScm
instance using the specified connection.Scm.withDeveloperConnection
(String developerConnection) Creates a newScm
instance using the specified developerConnection.Creates a newScm
instance using the specified tag.Creates a newScm
instance using the specified url.Methods in org.apache.maven.api.model with parameters of type ScmModifier and TypeMethodDescriptionstatic Scm.Builder
Scm.newBuilder
(Scm from) Creates a newScm
builder instance using the specified object as a basis.static Scm.Builder
Scm.newBuilder
(Scm from, boolean forceCopy) Creates a newScm
builder instance using the specified object as a basis.Creates a newModel
instance using the specified scm.