|
||||||||||
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 | |
---|---|
java.lang.String |
getDisplayName()
|
PatchsetCreated |
getEvent()
The event to show. |
java.lang.String |
getIconFileName()
|
java.lang.String |
getUrl()
Gets the URL for the change. |
java.lang.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 java.lang.String getIconFileName()
getIconFileName
in interface hudson.model.Action
public java.lang.String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public java.lang.String getUrlName()
getUrlName
in interface hudson.model.Action
public PatchsetCreated getEvent()
public void setEvent(PatchsetCreated event)
event
- the event.public java.lang.String getUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |