Groovy Documentation

javaposse.jobdsl.dsl.helpers.publisher
[Groovy] Class JabberContext

java.lang.Object
  javaposse.jobdsl.dsl.helpers.publisher.JabberContext
All Implemented Interfaces:
Context

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

channelNotificationName

java.lang.String channelNotificationName


notifyCulprits

boolean notifyCulprits


notifyFixers

boolean notifyFixers


notifyOnBuildStart

boolean notifyOnBuildStart


notifySuspects

boolean notifySuspects


notifyUpstreamCommitters

boolean notifyUpstreamCommitters


strategyName

java.lang.String strategyName


 
Method Detail

channelNotificationName

void channelNotificationName(java.lang.String channelNotificationName)


notifyCulprits

void notifyCulprits(boolean notifyCulprits)


notifyFixers

void notifyFixers(boolean notifyFixers)


notifyOnBuildStart

void notifyOnBuildStart(boolean notifyOnBuildStart)


notifySuspects

void notifySuspects(boolean notifySuspects)


notifyUpstreamCommitters

void notifyUpstreamCommitters(boolean notifyUpstreamCommitters)


strategyName

void strategyName(java.lang.String strategyName)


 

Groovy Documentation