Class Scm

All Implemented Interfaces:
Serializable, Cloneable, InputLocationTracker

@Generated public class Scm extends BaseObject
See Also:
  • Constructor Details

    • Scm

      public Scm()
    • Scm

      public Scm(Scm delegate)
    • Scm

      public Scm(Scm delegate, BaseObject parent)
  • Method Details

    • clone

      public Scm clone()
      Overrides:
      clone in class Object
    • getDelegate

      public Scm getDelegate()
      Overrides:
      getDelegate in class BaseObject
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getConnection

      public String getConnection()
    • setConnection

      public void setConnection(String connection)
    • getDeveloperConnection

      public String getDeveloperConnection()
    • setDeveloperConnection

      public void setDeveloperConnection(String developerConnection)
    • getTag

      public String getTag()
    • setTag

      public void setTag(String tag)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getChildScmConnectionInheritAppendPath

      public String getChildScmConnectionInheritAppendPath()
    • setChildScmConnectionInheritAppendPath

      public void setChildScmConnectionInheritAppendPath(String childScmConnectionInheritAppendPath)
    • getChildScmDeveloperConnectionInheritAppendPath

      public String getChildScmDeveloperConnectionInheritAppendPath()
    • setChildScmDeveloperConnectionInheritAppendPath

      public void setChildScmDeveloperConnectionInheritAppendPath(String childScmDeveloperConnectionInheritAppendPath)
    • getChildScmUrlInheritAppendPath

      public String getChildScmUrlInheritAppendPath()
    • setChildScmUrlInheritAppendPath

      public void setChildScmUrlInheritAppendPath(String childScmUrlInheritAppendPath)
    • getLocation

      public InputLocation getLocation(Object key)
      Description copied from interface: InputLocationTracker
      Gets the location of the specified field in the input source.
      Parameters:
      key - The key of the field, must not be null.
      Returns:
      The location of the field in the input source or null if unknown.
    • setLocation

      public void setLocation(Object key, InputLocation location)
      Description copied from interface: InputLocationTracker
      Sets the location of the specified field.
      Parameters:
      key - The key of the field, must not be null.
      location - The location of the field, may be null.
    • replace

      protected boolean replace(Object oldDelegate, Object newDelegate)
      Overrides:
      replace in class BaseObject
    • scmToApiV4

      public static List<Scm> scmToApiV4(List<Scm> list)
    • scmToApiV3

      public static List<Scm> scmToApiV3(List<Scm> list)
    • isChildScmConnectionInheritAppendPath

      public boolean isChildScmConnectionInheritAppendPath()
    • isChildScmDeveloperConnectionInheritAppendPath

      public boolean isChildScmDeveloperConnectionInheritAppendPath()
    • isChildScmUrlInheritAppendPath

      public boolean isChildScmUrlInheritAppendPath()
    • toString

      public String toString()
      Overrides:
      toString in class Object
      See Also: