java.lang.Object
org.apache.maven.model.Scm
org.apache.maven.shared.release.transform.jdom2.JDomScm
All Implemented Interfaces:
Serializable, Cloneable, org.apache.maven.model.InputLocationTracker

public class JDomScm extends org.apache.maven.model.Scm
JDOM2 implementation of poms SCM element
Since:
3.0
Author:
Robert Scholte
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
     
    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

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getConnection

      public String getConnection()
      Overrides:
      getConnection in class org.apache.maven.model.Scm
    • setConnection

      public void setConnection(String connection)
      Overrides:
      setConnection in class org.apache.maven.model.Scm
    • getDeveloperConnection

      public String getDeveloperConnection()
      Overrides:
      getDeveloperConnection in class org.apache.maven.model.Scm
    • setDeveloperConnection

      public void setDeveloperConnection(String developerConnection)
      Overrides:
      setDeveloperConnection in class org.apache.maven.model.Scm
    • getTag

      public String getTag()
      Overrides:
      getTag in class org.apache.maven.model.Scm
    • setTag

      public void setTag(String tag)
      Overrides:
      setTag in class org.apache.maven.model.Scm
    • getUrl

      public String getUrl()
      Overrides:
      getUrl in class org.apache.maven.model.Scm
    • setUrl

      public void setUrl(String url)
      Overrides:
      setUrl in class org.apache.maven.model.Scm