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
    Modifier and Type
    Field
    Description
    private org.jdom.Element
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    JDomScm(org.jdom.Element scm)
     
  • 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, toString

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • scm

      private org.jdom.Element scm
  • Constructor Details

    • JDomScm

      JDomScm(org.jdom.Element scm)
  • 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