public class SimpleParameterizedBuildsReportAction 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.model.AbstractBuild> |
getBuildsMap(Collection<hudson.model.AbstractBuild> 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.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public com.google.common.collect.Multimap<Map<String,String>,hudson.model.AbstractBuild> getBuildsMap(Collection<hudson.model.AbstractBuild> builds)
MAX_BUILDS_PER_PARAM_DEF
builds per set of parameter values as a map.builds
- all possible builds to look at in order to generate the mappublic hudson.model.AbstractProject<?,?> getProject()
Copyright © 2004-2016. All Rights Reserved.