public class CustomHistoryAction extends Object implements hudson.model.Action
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.collect.Multimap<String,hudson.model.AbstractBuild> | 
getAllChanges(hudson.model.AbstractBuild build)
Returns all changes which contribute to a build. 
 | 
Set<hudson.model.AbstractBuild> | 
getContributingBuilds(hudson.model.AbstractBuild build)
Uses all ChangesAggregators to calculate the contributing builds 
 | 
String | 
getDisplayName()  | 
String | 
getIconFileName()  | 
hudson.model.AbstractProject<?,?> | 
getProject()  | 
String | 
getUrlName()  | 
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<String,hudson.model.AbstractBuild> getAllChanges(hudson.model.AbstractBuild build)
build - public Set<hudson.model.AbstractBuild> getContributingBuilds(hudson.model.AbstractBuild build)
public hudson.model.AbstractProject<?,?> getProject()
Copyright © 2004-2013. All Rights Reserved.