com.capitalone.dashboard.model.RallyBurnDownData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Core package shared by API layer and Microservices
package com.capitalone.dashboard.model;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.springframework.data.mongodb.core.mapping.Document;
@Document(collection="rally_burndown")
public class RallyBurnDownData extends BaseModel{
public static final String ITERATION_TO_DO_HOURS = "iterationToDoHours";
public static final String ACCEPTED_POINTS = "acceptedPoints";
public static final String ITERATION_DATE = "iterationDate";
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy