Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExtendedProjectPlan

Project plan together the settings used to compute it.

Hierarchy

  • ExtendedProjectPlan

Index

Properties

idToContributorIdx

idToContributorIdx: Map<string, number>

Mapping from contributor IDs in plan to the index of the corresponding contributor in the ProjectPlanningSettings.contributors property of settings.

plan

plan: ProjectPlan

The project plan.

settings

The settings from the user interface.

The settings are guaranteed to have been normalized with toNormalizedPlainSettings().

youTrackTimestamp

youTrackTimestamp: number

Time when the YouTrack activity log had been completely received and processed.

Generated using TypeDoc