Uses of Class
org.apache.maven.api.model.Scm.Builder
-
Uses of Scm.Builder in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return Scm.BuilderModifier and TypeMethodDescriptionScm.Builder.childScmConnectionInheritAppendPath(String childScmConnectionInheritAppendPath) Scm.Builder.childScmDeveloperConnectionInheritAppendPath(String childScmDeveloperConnectionInheritAppendPath) Scm.Builder.childScmUrlInheritAppendPath(String childScmUrlInheritAppendPath) Scm.Builder.connection(String connection) Scm.Builder.developerConnection(String developerConnection) Scm.Builder.location(Object key, InputLocation location) static Scm.BuilderScm.newBuilder()Creates a newScmbuilder instance.static Scm.BuilderScm.newBuilder(boolean withDefaults) Creates a newScmbuilder instance using default values or not.static Scm.BuilderScm.newBuilder(Scm from) Creates a newScmbuilder instance using the specified object as a basis.static Scm.BuilderScm.newBuilder(Scm from, boolean forceCopy) Creates a newScmbuilder instance using the specified object as a basis.Scm.with()Creates a new builder with this object as the basis.