• Home
  • Raw
  • Download

Lines Matching defs:host

147 def GetCookies(host, path, cookie_paths=None):  argument
178 def CreateHttpConn(host, path, reqtype='GET', headers=None, body=None): argument
250 def FetchUrl(host, path, reqtype='GET', headers=None, body=None, argument
383 def QueryChanges(host, param_dict, first_param=None, limit=None, o_params=None, argument
414 def MultiQueryChanges(host, param_dict, change_list, limit=None, o_params=None, argument
438 def GetGerritFetchUrl(host): argument
443 def GetChangePageUrl(host, change_number): argument
453 def GetChangeUrl(host, change): argument
458 def GetChange(host, change): argument
463 def GetChangeReview(host, change, revision=None): argument
471 def GetChangeCommit(host, change, revision=None): argument
479 def GetChangeCurrentRevision(host, change): argument
486 def GetChangeDetail(host, change, o_params=None): argument
494 def GetChangeReviewers(host, change): argument
505 def ReviewedChange(host, change): argument
511 def UnreviewedChange(host, change): argument
517 def IgnoreChange(host, change): argument
523 def UnignoreChange(host, change): argument
529 def AbandonChange(host, change, msg=''): argument
536 def RestoreChange(host, change, msg=''): argument
543 def DeleteDraft(host, change): argument
559 def SubmitChange(host, change, revision=None, wait_for_merge=True): argument
568 def CheckChange(host, change, sha1=None): argument
592 def GetAssignee(host, change): argument
598 def AddAssignee(host, change, assignee): argument
611 def MarkPrivate(host, change): argument
632 def MarkNotPrivate(host, change): argument
660 def GetReviewers(host, change): argument
671 def AddReviewers(host, change, add=None, notify=None): argument
687 def RemoveReviewers(host, change, remove=None, notify=None): argument
706 def SetReview(host, change, revision=None, msg=None, labels=None, notify=None): argument
734 def SetTopic(host, change, topic): argument
741 def SetHashtags(host, change, add, remove): argument
756 def ResetReviewLabels(host, change, label, value='0', revision=None, argument
854 def GetAccount(host): argument