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

入れ子のクラスの概要
static class UserTwitterProperty.DescriptorImpl
           
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
フィールドの概要
static UserTwitterProperty.DescriptorImpl DESCRIPTOR
           
 
クラス hudson.model.UserProperty から継承されたフィールド
user
 
コンストラクタの概要
UserTwitterProperty()
           
UserTwitterProperty(java.lang.String twitterid)
           
 
メソッドの概要
 hudson.model.UserPropertyDescriptor getDescriptor()
           
 java.lang.String getTwitterid()
           
 hudson.model.User getUser()
           
 void setTwitterid(java.lang.String twitterid)
           
 
クラス hudson.model.UserProperty から継承されたメソッド
all, reconfigure
 
クラス 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 © 2010. All Rights Reserved.