|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectjavaposse.jobdsl.dsl.helpers.publisher.JabberContext
class JabberContext
Property Summary | |
---|---|
java.lang.String |
channelNotificationName
|
boolean |
notifyCulprits
|
boolean |
notifyFixers
|
boolean |
notifyOnBuildStart
|
boolean |
notifySuspects
|
boolean |
notifyUpstreamCommitters
|
java.lang.String |
strategyName
|
Method Summary | |
---|---|
void
|
channelNotificationName(java.lang.String channelNotificationName)
|
void
|
notifyCulprits(boolean notifyCulprits)
|
void
|
notifyFixers(boolean notifyFixers)
|
void
|
notifyOnBuildStart(boolean notifyOnBuildStart)
|
void
|
notifySuspects(boolean notifySuspects)
|
void
|
notifyUpstreamCommitters(boolean notifyUpstreamCommitters)
|
void
|
strategyName(java.lang.String strategyName)
|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Property Detail |
---|
java.lang.String channelNotificationName
boolean notifyCulprits
boolean notifyFixers
boolean notifyOnBuildStart
boolean notifySuspects
boolean notifyUpstreamCommitters
java.lang.String strategyName
Method Detail |
---|
void channelNotificationName(java.lang.String channelNotificationName)
void notifyCulprits(boolean notifyCulprits)
void notifyFixers(boolean notifyFixers)
void notifyOnBuildStart(boolean notifyOnBuildStart)
void notifySuspects(boolean notifySuspects)
void notifyUpstreamCommitters(boolean notifyUpstreamCommitters)
void strategyName(java.lang.String strategyName)
Groovy Documentation