Class JDomScm
java.lang.Object
org.apache.maven.model.Scm
org.apache.maven.shared.release.transform.jdom.JDomScm
- All Implemented Interfaces:
Serializable
,Cloneable
,org.apache.maven.model.InputLocationTracker
public class JDomScm
extends org.apache.maven.model.Scm
JDom implementation of poms SCM element
- Since:
- 3.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTag()
getUrl()
void
setConnection
(String connection) void
setDeveloperConnection
(String developerConnection) void
void
Methods inherited from class org.apache.maven.model.Scm
clone, getChildScmConnectionInheritAppendPath, getChildScmDeveloperConnectionInheritAppendPath, getChildScmUrlInheritAppendPath, getLocation, isChildScmConnectionInheritAppendPath, isChildScmDeveloperConnectionInheritAppendPath, isChildScmUrlInheritAppendPath, setChildScmConnectionInheritAppendPath, setChildScmConnectionInheritAppendPath, setChildScmDeveloperConnectionInheritAppendPath, setChildScmDeveloperConnectionInheritAppendPath, setChildScmUrlInheritAppendPath, setChildScmUrlInheritAppendPath, setLocation, setOtherLocation, toString
-
Field Details
-
scm
private org.jdom.Element scm
-
-
Constructor Details
-
JDomScm
JDomScm(org.jdom.Element scm)
-
-
Method Details
-
getConnection
- Overrides:
getConnection
in classorg.apache.maven.model.Scm
-
setConnection
- Overrides:
setConnection
in classorg.apache.maven.model.Scm
-
getDeveloperConnection
- Overrides:
getDeveloperConnection
in classorg.apache.maven.model.Scm
-
setDeveloperConnection
- Overrides:
setDeveloperConnection
in classorg.apache.maven.model.Scm
-
getTag
- Overrides:
getTag
in classorg.apache.maven.model.Scm
-
setTag
- Overrides:
setTag
in classorg.apache.maven.model.Scm
-
getUrl
- Overrides:
getUrl
in classorg.apache.maven.model.Scm
-
setUrl
- Overrides:
setUrl
in classorg.apache.maven.model.Scm
-