MCPcopy
hub / github.com/buildbot/buildbot / ISettings

Interface ISettings

www/plugin_support/src/index.ts:56–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56export interface ISettings {
57 getIntegerSetting(selector: string): number;
58 getFloatSetting(selector: string): number;
59 getStringSetting(selector: string): string;
60 getChoiceComboSetting(selector: string): string;
61 getBooleanSetting(selector: string): boolean;
62 setSetting(selector: string, value: SettingValue): void;
63 save(): void;
64};
65
66export type PluginRegistrationCallback = (registrationCallbacks: RegistrationCallbacks, config: any) => void;
67

Callers 29

GridView.tsxFile · 0.65
ConsoleView.tsxFile · 0.65
LogPreview.tsxFile · 0.65
BuildersTable.tsxFile · 0.65
WorkersView.tsxFile · 0.65
ChangesView.tsxFile · 0.65
WaterfallView.tsxFile · 0.65
BuildSummary.tsxFile · 0.65
formatBuildLinkTextFunction · 0.65

Implementers 1

GlobalSettingswww/base/src/plugins/GlobalSettings.ts

Calls

no outgoing calls

Tested by

no test coverage detected