class documentation

class VersionControl(object):

Constructor: VersionControl(type_, url)

View In Hierarchy

Manifest 'versioncontrol' tag

Method __init__ @param type_: version control type (e.g. 'svn'). must be non empty @type type_: str @param url: URL associated with version control. must be non empty @type url: str
Method xml @return: versioncontrol instance represented as manifest XML @rtype: str
Class Variable __slots__ Undocumented
Instance Variable type Undocumented
Instance Variable url Undocumented
def __init__(self, type_, url):

@param type_: version control type (e.g. 'svn'). must be non empty @type type_: str @param url: URL associated with version control. must be non empty @type url: str

def xml(self):

@return: versioncontrol instance represented as manifest XML @rtype: str

__slots__: list[str] =

Undocumented

type =

Undocumented

url =

Undocumented