Class Scm

All Implemented Interfaces:
Serializable, Cloneable, InputLocationTracker

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

    • Scm Link icon

      public Scm()
    • Scm Link icon

      public Scm(Scm delegate)
    • Scm Link icon

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

    • clone Link icon

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

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

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

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

      public String getConnection()
    • setConnection Link icon

      public void setConnection(String connection)
    • getDeveloperConnection Link icon

      public String getDeveloperConnection()
    • setDeveloperConnection Link icon

      public void setDeveloperConnection(String developerConnection)
    • getTag Link icon

      public String getTag()
    • setTag Link icon

      public void setTag(String tag)
    • getUrl Link icon

      public String getUrl()
    • setUrl Link icon

      public void setUrl(String url)
    • getChildScmConnectionInheritAppendPath Link icon

      public String getChildScmConnectionInheritAppendPath()
    • setChildScmConnectionInheritAppendPath Link icon

      public void setChildScmConnectionInheritAppendPath(String childScmConnectionInheritAppendPath)
    • getChildScmDeveloperConnectionInheritAppendPath Link icon

      public String getChildScmDeveloperConnectionInheritAppendPath()
    • setChildScmDeveloperConnectionInheritAppendPath Link icon

      public void setChildScmDeveloperConnectionInheritAppendPath(String childScmDeveloperConnectionInheritAppendPath)
    • getChildScmUrlInheritAppendPath Link icon

      public String getChildScmUrlInheritAppendPath()
    • setChildScmUrlInheritAppendPath Link icon

      public void setChildScmUrlInheritAppendPath(String childScmUrlInheritAppendPath)
    • getLocation Link icon

      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 Link icon

      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.
    • getImportedFrom Link icon

      public InputLocation getImportedFrom()
    • setImportedFrom Link icon

      public void setImportedFrom(InputLocation location)
    • getLocationKeys Link icon

      public Set<Object> getLocationKeys()
    • replace Link icon

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

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

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

      public boolean isChildScmConnectionInheritAppendPath()
    • isChildScmDeveloperConnectionInheritAppendPath Link icon

      public boolean isChildScmDeveloperConnectionInheritAppendPath()
    • isChildScmUrlInheritAppendPath Link icon

      public boolean isChildScmUrlInheritAppendPath()
    • toString Link icon

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