public class AllChangesAction extends Object implements hudson.model.Action
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<hudson.scm.ChangeLogSet.Entry,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() |
int |
getNumChanges() |
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<hudson.scm.ChangeLogSet.Entry,hudson.model.AbstractBuild> getAllChanges(hudson.model.AbstractBuild build)
build - public Set<hudson.model.AbstractBuild> getContributingBuilds(hudson.model.AbstractBuild build)
public hudson.model.AbstractProject<?,?> getProject()
public int getNumChanges()
Copyright © 2016–2017. All rights reserved.