Searched refs:FetchMethod (Results 1 – 18 of 18) sorted by relevance
53 from bb.fetch2 import FetchMethod56 class SFTP(FetchMethod):
20 from bb.fetch2 import FetchMethod, FetchError, ParameterError23 class Local(FetchMethod):
34 from bb.fetch2 import check_network_access, FetchMethod, ParameterError, runfetchcmd57 class SSH(FetchMethod):
16 from bb.fetch2 import FetchMethod20 class Repo(FetchMethod):
22 from bb.fetch2 import FetchMethod62 class S3(FetchMethod):
18 from bb.fetch2 import FetchMethod23 class Bzr(FetchMethod):
15 from bb.fetch2 import FetchMethod22 class Osc(FetchMethod):
18 from bb.fetch2 import FetchMethod, FetchError, MissingParameterError, logger21 class Cvs(FetchMethod):
16 from bb.fetch2 import FetchMethod22 class Svn(FetchMethod):
54 from bb.fetch2 import FetchMethod61 class ClearCase(FetchMethod):
29 from bb.fetch2 import FetchMethod64 class Perforce(FetchMethod):
25 from bb.fetch2 import FetchMethod59 class NpmShrinkWrap(FetchMethod):
18 from bb.fetch2 import FetchMethod24 class Hg(FetchMethod):
35 from bb.fetch2 import FetchMethod128 class Npm(FetchMethod):
25 from bb.fetch2 import FetchMethod54 class Wget(FetchMethod):
73 from bb.fetch2 import FetchMethod118 class Git(FetchMethod):
1375 class FetchMethod(object): class
16 from bb.fetch2 import FetchMethod