Expand description
Constructors§
Source§new ProjectFieldUpdaterGroup(
fieldUpdaters: BasicProjectFieldValueUpdater[],
): ProjectFieldUpdaterGroup
new ProjectFieldUpdaterGroup(
fieldUpdaters: BasicProjectFieldValueUpdater[],
): ProjectFieldUpdaterGroup
Constructor for ProjectFieldUpdaterGroup.
Properties§
§
field Updaters: BasicProjectFieldValueUpdater[]Methods§
Source§increment(
fieldNameSelector: (s: OrganizationConfig) => string | undefined,
): Promise<void>
increment(
fieldNameSelector: (s: OrganizationConfig) => string | undefined,
): Promise<void>
Increments the number field in all projects.
Source§updateDate(
fieldNameSelector: (s: OrganizationConfig) => string | undefined,
newFieldValue: string,
condition?: (currentFieldVal: string) => boolean,
): Promise<void>
updateDate(
fieldNameSelector: (s: OrganizationConfig) => string | undefined,
newFieldValue: string,
condition?: (currentFieldVal: string) => boolean,
): Promise<void>
Updates the date field in all projects.
Class for updating multiple project fields.