Documentation
¶
Index ¶
Constants ¶
View Source
const ( DateCreated = "Date Created" DateCompleted = "Date Completed" Link = "Link" Size = "Size" )
Variables ¶
View Source
var ( EscapedDefectsColumns = []string{DateCreated, Link} QuantityColumns = []string{DateCompleted, Link} SpeedColumns = []string{DateCompleted, Size, Link} UnplannedWorkColumns = []string{DateCompleted, Link} )
Functions ¶
This section is empty.
Types ¶
type CommandLinePrinter ¶
type CommandLinePrinter struct{}
func NewCommandLinePrinter ¶
func NewCommandLinePrinter() *CommandLinePrinter
func (*CommandLinePrinter) Print ¶
func (c *CommandLinePrinter) Print(reports Reports) error
type PdfReportPrinter ¶
type PdfReportPrinter struct {
CycleTimeChart string
ThroughputChart string
EscapedDefectsChart string
UnplannedWorkChart string
JiraProject string
}
func NewPdfReportPrinter ¶
func (*PdfReportPrinter) Print ¶
func (p *PdfReportPrinter) Print(reports Reports) error
type PlotPrinter ¶
func NewPlotPrinter ¶
func NewPlotPrinter(outputDirectory string, project string) *PlotPrinter
func (*PlotPrinter) GetCycleTimeChartLocation ¶
func (pp *PlotPrinter) GetCycleTimeChartLocation() string
func (*PlotPrinter) GetEscapedDefectsChartLocation ¶
func (pp *PlotPrinter) GetEscapedDefectsChartLocation() string
func (*PlotPrinter) GetThroughputChartLocation ¶
func (pp *PlotPrinter) GetThroughputChartLocation() string
func (*PlotPrinter) GetUnplannedWorkChartLocation ¶
func (pp *PlotPrinter) GetUnplannedWorkChartLocation() string
func (*PlotPrinter) Print ¶
func (pp *PlotPrinter) Print(reports Reports) error
type Reports ¶
type Reports struct {
EscapedDefects models.EscapedDefectReport
CycleTimeReports models.CycleTimeReport
ThroughputReports models.ThroughputReport
UnplannedWorkReports models.UnplannedWorkReport
}
Click to show internal directories.
Click to hide internal directories.