hudson.plugins.ircbot
Class IrcPublisher

java.lang.Object
  extended by hudson.tasks.Publisher
      extended by hudson.plugins.ircbot.IrcPublisher
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep

public class IrcPublisher
extends hudson.tasks.Publisher

Version:
$Id: IrcPublisher.java,v 1.3 2006/12/22 16:49:10 bruyeron Exp $
Author:
bruyeron

Nested Class Summary
static class IrcPublisher.DescriptorImpl
          Descriptor for IrcPublisher
 
Field Summary
static IrcPublisher.DescriptorImpl DESCRIPTOR
          Descriptor should be singleton.
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
IrcPublisher()
           
 
Method Summary
 hudson.model.Descriptor<hudson.tasks.Publisher> getDescriptor()
           
 boolean perform(hudson.model.Build build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
Methods inherited from class hudson.tasks.Publisher
getProjectAction, prebuild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTOR

public static final IrcPublisher.DescriptorImpl DESCRIPTOR
Descriptor should be singleton.

Constructor Detail

IrcPublisher

public IrcPublisher()
Method Detail

perform

public boolean perform(hudson.model.Build build,
                       hudson.Launcher launcher,
                       hudson.model.BuildListener listener)
See Also:
BuildStep.perform(hudson.model.Build, hudson.Launcher, hudson.model.BuildListener)

getDescriptor

public hudson.model.Descriptor<hudson.tasks.Publisher> getDescriptor()
See Also:
Describable.getDescriptor()


Copyright © 2007 null. All Rights Reserved.