|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.jobConfigHistory.JobConfigBadgeAction
public class JobConfigBadgeAction
This class adds a badge to the build history marking builds that occurred after the configuration was changed.
| Nested Class Summary | |
|---|---|
static class |
JobConfigBadgeAction.Listener
Listener. |
| Method Summary | |
|---|---|
String |
createLink()
Creates the target for the link to the showDiffFiles page. |
String |
getDisplayName()
Non-use interface method. |
String |
getIcon()
Returns the path to our nice little icon. |
String |
getIconFileName()
Non-use interface method. |
String |
getTooltip()
Returns tooltip so users know what our nice little icon stands for. |
String |
getUrlName()
Non-use interface method. |
boolean |
oldConfigsExist()
Check if the config history files that are attached to the build still exist. |
void |
onAttached(hudson.model.Run<?,?> r)
|
void |
onLoad(hudson.model.Run<?,?> r)
|
boolean |
showBadge()
Returns true if the config change build badges should appear (depending on plugin settings and user permissions). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void onAttached(hudson.model.Run<?,?> r)
onAttached in interface jenkins.model.RunAction2public void onLoad(hudson.model.Run<?,?> r)
onLoad in interface jenkins.model.RunAction2public boolean showBadge()
public boolean oldConfigsExist()
public String createLink()
public String getTooltip()
public String getIcon()
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.Action
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||