public abstract class GeneratedObjectsRunAction<T>
extends java.lang.Object
implements jenkins.model.RunAction2, jenkins.tasks.SimpleBuildStep.LastBuildAction
| Modifier and Type | Field and Description |
|---|---|
protected hudson.model.Run |
owner |
| Modifier and Type | Method and Description |
|---|---|
void |
addModifiedObjects(java.util.Collection<T> modifiedObjects) |
java.lang.String |
getDisplayName() |
java.lang.String |
getIconFileName() |
java.util.Collection<T> |
getModifiedObjects() |
java.lang.String |
getUrlName() |
void |
onAttached(hudson.model.Run run) |
void |
onLoad(hudson.model.Run<?,?> run) |
public java.lang.String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic java.lang.String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic java.lang.String getUrlName()
getUrlName in interface hudson.model.Actionpublic void onLoad(hudson.model.Run<?,?> run)
onLoad in interface jenkins.model.RunAction2public void onAttached(hudson.model.Run run)
onAttached in interface jenkins.model.RunAction2public java.util.Collection<T> getModifiedObjects()
public void addModifiedObjects(java.util.Collection<T> modifiedObjects)