Class DoraDashboardAction
java.lang.Object
io.jenkins.plugins.dorametrics.ui.DoraDashboardAction
- All Implemented Interfaces:
ExtensionPoint,Action,ModelObject,RootAction
Dashboard UI at /dora-metrics/. Data methods called from Jelly template.
API endpoints are handled by
DoraApiAction at /dora-api/.-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMttr()Convert job full name to Jenkins URL path for drill-down links.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.RootAction
getBadge, isPrimaryAction
-
Constructor Details
-
DoraDashboardAction
public DoraDashboardAction()
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
getDeploymentFrequency
-
getLeadTime
-
getMttr
-
getChangeFailureRate
-
getSlowestPipelines
-
getMostFailingPipelines
-
getMostImprovedPipelines
-
getFlakiestPipelines
-
getSlowestStages
-
getMostFailingStages
-
jobUrl
Convert job full name to Jenkins URL path for drill-down links. e.g. "production/api-gateway" -> "job/production/job/api-gateway"
-