Package org.apache.maven.api.model
Class Scm.Builder
java.lang.Object
org.apache.maven.api.model.Scm.Builder
- Enclosing class:
Scm
Builder class used to create Scm instances.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
childScmConnectionInheritAppendPath
(String childScmConnectionInheritAppendPath) childScmDeveloperConnectionInheritAppendPath
(String childScmDeveloperConnectionInheritAppendPath) childScmUrlInheritAppendPath
(String childScmUrlInheritAppendPath) connection
(String connection) developerConnection
(String developerConnection) location
(Object key, InputLocation location)
-
Method Details
-
connection
-
developerConnection
-
tag
-
url
-
childScmConnectionInheritAppendPath
@Nonnull public Scm.Builder childScmConnectionInheritAppendPath(String childScmConnectionInheritAppendPath) -
childScmDeveloperConnectionInheritAppendPath
@Nonnull public Scm.Builder childScmDeveloperConnectionInheritAppendPath(String childScmDeveloperConnectionInheritAppendPath) -
childScmUrlInheritAppendPath
-
location
-
build
-