hudson.plugins.twitter
クラス UserTwitterProperty
java.lang.Object
hudson.model.UserProperty
hudson.plugins.twitter.UserTwitterProperty
- すべての実装されたインタフェース:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.model.UserProperty>
@ExportedBean(defaultVisibility=999)
public class UserTwitterProperty
- extends hudson.model.UserProperty
UserProperty class which contains a user's twitter id.
- 作成者:
- landir
| インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| クラス hudson.model.UserProperty から継承されたフィールド |
user |
| クラス hudson.model.UserProperty から継承されたメソッド |
all |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
public static final UserTwitterProperty.DescriptorImpl DESCRIPTOR
UserTwitterProperty
public UserTwitterProperty()
UserTwitterProperty
@DataBoundConstructor
public UserTwitterProperty(java.lang.String twitterid)
getDescriptor
public hudson.model.UserPropertyDescriptor getDescriptor()
- 定義:
- インタフェース
hudson.model.Describable<hudson.model.UserProperty> 内の getDescriptor - オーバーライド:
- クラス
hudson.model.UserProperty 内の getDescriptor
getUser
@Exported
public hudson.model.User getUser()
getTwitterid
@Exported
public java.lang.String getTwitterid()
setTwitterid
public void setTwitterid(java.lang.String twitterid)
Copyright © 2009. All Rights Reserved.