Class ProjectFieldValueUpdaterFactory

Source
Expand description

Factory class for creating ProjectFieldValueUpdater instances.

remarks

The ProjectFieldValueUpdaterFactory.create method builds a ProjectFieldUpdaterGroup that aggregates one or more BasicProjectFieldValueUpdater instances.

Constructors§

§

new ProjectFieldValueUpdaterFactory(): ProjectFieldValueUpdaterFactory

Methods§

Source§

create(
    context: PRLogusContext,
    log?: LogusLog | undefined,
): Promise<ProjectFieldValueUpdater>

Creates a ProjectFieldValueUpdater instance.