BurnupChartDailyTotals

class Object
trait Matchable
class Any

Value members

Concrete methods

def completedCount: SelectionBuilder[BurnupChartDailyTotals, Int]

Number of closed issues as of this day.

Number of closed issues as of this day.

def completedWeight: SelectionBuilder[BurnupChartDailyTotals, Int]

Total weight of closed issues as of this day.

Total weight of closed issues as of this day.

def date: SelectionBuilder[BurnupChartDailyTotals, ISO8601Date]

Date for burnup totals.

Date for burnup totals.

def scopeCount: SelectionBuilder[BurnupChartDailyTotals, Int]

Number of issues as of this day.

Number of issues as of this day.

def scopeWeight: SelectionBuilder[BurnupChartDailyTotals, Int]

Total weight of issues as of this day.

Total weight of issues as of this day.