Searched refs:FetchMethod (Results 1 – 19 of 19) sorted by relevance
53 from bb.fetch2 import FetchMethod56 class SFTP(FetchMethod):
20 from bb.fetch2 import FetchMethod, FetchError, ParameterError23 class Local(FetchMethod):
23 from bb.fetch2 import FetchMethod27 class GCP(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):
18 from bb.fetch2 import FetchMethod, FetchError, MissingParameterError, logger21 class Cvs(FetchMethod):
16 from bb.fetch2 import FetchMethod23 class Osc(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):
35 from bb.fetch2 import FetchMethod132 class Npm(FetchMethod):
18 from bb.fetch2 import FetchMethod24 class Hg(FetchMethod):
25 from bb.fetch2 import FetchMethod73 class NpmShrinkWrap(FetchMethod):
25 from bb.fetch2 import FetchMethod53 class Wget(FetchMethod):
87 from bb.fetch2 import FetchMethod136 class Git(FetchMethod):
1407 class FetchMethod(object): class
18 from bb.fetch2 import FetchMethod