|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.BadgeAction
public class BadgeAction
Adds an icon to the build-schedule telling users that the build was triggered by Gerrit.
Constructor Summary | |
---|---|
BadgeAction()
Default Constructor. |
|
BadgeAction(PatchsetCreated event)
Constructor. |
Method Summary | |
---|---|
String |
getDisplayName()
|
PatchsetCreated |
getEvent()
The event to show. |
String |
getIconFileName()
|
String |
getUrl()
Gets the URL for the change. |
String |
getUrlName()
|
void |
setEvent(PatchsetCreated event)
The event to show. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BadgeAction(PatchsetCreated event)
event
- the event to show.public BadgeAction()
Method Detail |
---|
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 PatchsetCreated getEvent()
public void setEvent(PatchsetCreated event)
event
- the event.public String getUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |