|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sonyericsson.hudson.plugins.gerrit.trigger.gerritnotifier.GerritMessageProvider
public abstract class GerritMessageProvider
ExtensionPoint that allows other plug-ins to provide custom messages.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Constructor Summary | |
---|---|
GerritMessageProvider()
|
Method Summary | |
---|---|
static List<GerritMessageProvider> |
all()
Method fetching instances of ExtensionPoints implementing GerritMessageProvider. |
String |
getBuildCompletedMessage(hudson.model.AbstractBuild build)
Method allowing plug-ins to provide extra custom messages to Gerrit when a build is completed. |
String |
getBuildStartedMessage(hudson.model.AbstractBuild build)
Method allowing plug-ins to provide extra custom messages to Gerrit when a build is started. |
Collection<CommentedFile> |
getFileComments(hudson.model.AbstractBuild build)
Provide any file comments. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GerritMessageProvider()
Method Detail |
---|
public String getBuildStartedMessage(hudson.model.AbstractBuild build)
build
- Triggered build to provide custom message for
public String getBuildCompletedMessage(hudson.model.AbstractBuild build)
build
- Triggered build to provide custom message for
public Collection<CommentedFile> getFileComments(hudson.model.AbstractBuild build)
build
- the build to complain about
public static List<GerritMessageProvider> all()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |