public class MatrixBuildsReportAction extends Object implements hudson.model.Action
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_BUILDS_PER_PARAM_DEF |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<Map<String,String>,hudson.matrix.MatrixRun> |
getBuildsMap(hudson.util.RunList<hudson.matrix.MatrixBuild> builds)
Gets at most
MAX_BUILDS_PER_PARAM_DEF builds per set of parameter values as a map. |
String |
getDisplayName() |
String |
getIconFileName() |
hudson.model.AbstractProject<?,?> |
getProject() |
String |
getUrlName() |
public static final int MAX_BUILDS_PER_PARAM_DEF
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic com.google.common.collect.Multimap<Map<String,String>,hudson.matrix.MatrixRun> getBuildsMap(hudson.util.RunList<hudson.matrix.MatrixBuild> builds)
MAX_BUILDS_PER_PARAM_DEF builds per set of parameter values as a map.builds - all possible builds to look at to generate the mappublic hudson.model.AbstractProject<?,?> getProject()
Copyright © 2004-2016. All Rights Reserved.