MCPcopy
hub / github.com/buildbot/buildbot / BuilderDescriptor

Class BuilderDescriptor

www/data-module/src/data/classes/Builder.ts:87–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87export class BuilderDescriptor implements IDataDescriptor<Builder> {
88 restArrayField = "builders";
89 fieldId: string = "builderid";
90
91 parse(accessor: IDataAccessor, object: any) {
92 return new Builder(accessor, object);
93 }
94}
95
96export const builderDescriptor = new BuilderDescriptor();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected