hudson.plugins.ircbot
Class IrcUserProperty

java.lang.Object
  extended by hudson.model.UserProperty
      extended by hudson.plugins.ircbot.IrcUserProperty
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.UserProperty>

public class IrcUserProperty
extends hudson.model.UserProperty

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

Nested Class Summary
static class IrcUserProperty.DescriptorImpl
           
 
Field Summary
static IrcUserProperty.DescriptorImpl DESCRIPTOR
           
 
Fields inherited from class hudson.model.UserProperty
user
 
Constructor Summary
IrcUserProperty(java.lang.String nick)
           
 
Method Summary
 hudson.model.Descriptor<hudson.model.UserProperty> getDescriptor()
           
 java.lang.String getNick()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTOR

public static final IrcUserProperty.DescriptorImpl DESCRIPTOR
Constructor Detail

IrcUserProperty

public IrcUserProperty(java.lang.String nick)
Method Detail

getNick

public java.lang.String getNick()

getDescriptor

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


Copyright © 2007 null. All Rights Reserved.