Lines Matching refs:StringProperty
23 name = ndb.StringProperty()
24 schedule = ndb.StringProperty()
32 client_id = ndb.StringProperty()
33 client_secret = ndb.StringProperty()
39 build_tag = ndb.StringProperty()
40 project = ndb.StringProperty()
41 build_ids = ndb.StringProperty(repeated=True)
46 build_tag = ndb.StringProperty()
47 project = ndb.StringProperty()
48 build_id = ndb.StringProperty()
49 finish_time = ndb.StringProperty()