PipelineAnalytics

class Object
trait Matchable
class Any

Value members

Concrete methods

def monthPipelinesLabels: SelectionBuilder[PipelineAnalytics, Option[List[String]]]

Labels for the monthly pipeline count.

Labels for the monthly pipeline count.

def monthPipelinesSuccessful: SelectionBuilder[PipelineAnalytics, Option[List[Int]]]

Total monthly successful pipeline count.

Total monthly successful pipeline count.

def monthPipelinesTotals: SelectionBuilder[PipelineAnalytics, Option[List[Int]]]

Total monthly pipeline count.

Total monthly pipeline count.

def pipelineTimesLabels: SelectionBuilder[PipelineAnalytics, Option[List[String]]]

Pipeline times labels.

Pipeline times labels.

def pipelineTimesValues: SelectionBuilder[PipelineAnalytics, Option[List[Int]]]

Pipeline times.

Pipeline times.

def weekPipelinesLabels: SelectionBuilder[PipelineAnalytics, Option[List[String]]]

Labels for the weekly pipeline count.

Labels for the weekly pipeline count.

def weekPipelinesSuccessful: SelectionBuilder[PipelineAnalytics, Option[List[Int]]]

Total weekly successful pipeline count.

Total weekly successful pipeline count.

def weekPipelinesTotals: SelectionBuilder[PipelineAnalytics, Option[List[Int]]]

Total weekly pipeline count.

Total weekly pipeline count.

def yearPipelinesLabels: SelectionBuilder[PipelineAnalytics, Option[List[String]]]

Labels for the yearly pipeline count.

Labels for the yearly pipeline count.

def yearPipelinesSuccessful: SelectionBuilder[PipelineAnalytics, Option[List[Int]]]

Total yearly successful pipeline count.

Total yearly successful pipeline count.

def yearPipelinesTotals: SelectionBuilder[PipelineAnalytics, Option[List[Int]]]

Total yearly pipeline count.

Total yearly pipeline count.