Package hudson.plugins.jabber.user
Class JabberUserProperty
- java.lang.Object
-
- hudson.model.UserProperty
-
- hudson.plugins.jabber.user.JabberUserProperty
-
- All Implemented Interfaces:
hudson.ExtensionPoint
,hudson.model.Describable<hudson.model.UserProperty>
,hudson.model.ReconfigurableDescribable<hudson.model.UserProperty>
@ExportedBean(defaultVisibility=999) public class JabberUserProperty extends hudson.model.UserProperty
Jabber user property.
-
-
Field Summary
Fields Modifier and Type Field Description static JabberUserPropertyDescriptor
DESCRIPTOR
-
Constructor Summary
Constructors Constructor Description JabberUserProperty()
JabberUserProperty(java.lang.String jid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description hudson.model.UserPropertyDescriptor
getDescriptor()
java.lang.String
getJid()
-
-
-
Field Detail
-
DESCRIPTOR
@Extension public static final JabberUserPropertyDescriptor DESCRIPTOR
-
-