org.jenkinsci.plugins.gcm.im
Class GcmPublisher

java.lang.Object
  extended by hudson.tasks.BuildStepCompatibilityLayer
      extended by hudson.tasks.Publisher
          extended by hudson.tasks.Notifier
              extended by hudson.plugins.im.IMPublisher
                  extended by org.jenkinsci.plugins.gcm.im.GcmPublisher
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.matrix.MatrixAggregatable, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep

public final class GcmPublisher
extends hudson.plugins.im.IMPublisher


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.tasks.Publisher
hudson.tasks.Publisher.DescriptorExtensionListImpl
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
static GcmPublisherDescriptor DESCRIPTOR
           
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Method Summary
protected  String getConfiguredIMId(hudson.model.User user)
           
 GcmPublisherDescriptor getDescriptor()
           
protected  hudson.plugins.im.IMConnection getIMConnection()
           
protected  String getPluginName()
           
 
Methods inherited from class hudson.plugins.im.IMPublisher
calculateTargets, createAggregator, getBuildToChatNotifier, getIMDescriptor, getMatrixNotifier, getNotificationStrategy, getNotificationTargets, getNotifyCulprits, getNotifyFixers, getNotifyOnStart, getNotifySuspects, getNotifyUpstreamCommitters, getRequiredMonitorService, getStrategy, getTargets, isMatrixProject, log, needsToRunAfterFinalized, perform, prebuild, readResolve, setMatrixNotifier, setNotificationStrategy, setNotificationTargets, setTargets
 
Methods inherited from class hudson.tasks.Publisher
all, getProjectAction, prebuild
 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.tasks.BuildStep
getProjectAction, getProjectActions
 

Field Detail

DESCRIPTOR

@Extension
public static final GcmPublisherDescriptor DESCRIPTOR
Method Detail

getDescriptor

public GcmPublisherDescriptor getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>
Overrides:
getDescriptor in class hudson.plugins.im.IMPublisher

getIMConnection

protected hudson.plugins.im.IMConnection getIMConnection()
                                                  throws hudson.plugins.im.IMException
Specified by:
getIMConnection in class hudson.plugins.im.IMPublisher
Throws:
hudson.plugins.im.IMException

getPluginName

protected String getPluginName()
Specified by:
getPluginName in class hudson.plugins.im.IMPublisher

getConfiguredIMId

protected String getConfiguredIMId(hudson.model.User user)
Specified by:
getConfiguredIMId in class hudson.plugins.im.IMPublisher


Copyright © 2004-2012. All Rights Reserved.