build method

void build(
  1. String caller
)

Fill lists in effortLM

Implementation

void build(String caller) {
  effortLM.addAll([goalM, planM, phaseM, teamActM, tempoM]);
}