|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objecthudson.plugins.persona.Persona
hudson.plugins.persona.simple.SimplePersona
hudson.plugins.persona.random.RandomPersona
public class RandomPersona
Random persona implementation on top of SimplePersona
| 入れ子のクラスの概要 |
|---|
| クラス hudson.plugins.persona.Persona から継承された入れ子のクラス/インタフェース |
|---|
Persona.ConverterImpl |
| インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| フィールドの概要 | |
|---|---|
static java.lang.String |
RANDOM_PERSONA_DISPLAYNAME
Random persona display name |
static java.lang.String |
RANDOM_PERSONA_ID
Random persona id |
| クラス hudson.plugins.persona.Persona から継承されたフィールド |
|---|
id |
| メソッドの概要 | |
|---|---|
static hudson.ExtensionList<XmlBasedPersona> |
allXmlBased()
Returns all the registered XmlBasedPersonas. |
static RandomPersona |
create()
Creates a RandomPersona |
XmlBasedPersona |
getCurrentPersona()
Return the current persona, generate one if non existent |
Image |
getDefaultImage()
|
java.lang.String |
getDisplayName()
|
Image |
getImage(hudson.model.AbstractBuild<?,?> build)
Determines the icon and the background to render. |
java.lang.String |
getRandomQuoteText(hudson.model.AbstractBuild<?,?> build)
|
static XmlBasedPersona |
randomPersona()
Returns a random persona form all personas |
XmlBasedPersona |
resetCurrentPersona()
Reset the current persona and return a new one |
| クラス hudson.plugins.persona.simple.SimplePersona から継承されたメソッド |
|---|
generateProjectQuote, generateQuote, setQuotes |
| クラス hudson.plugins.persona.Persona から継承されたメソッド |
|---|
all, byId |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public static final java.lang.String RANDOM_PERSONA_DISPLAYNAME
public static final java.lang.String RANDOM_PERSONA_ID
| メソッドの詳細 |
|---|
public static RandomPersona create()
public Image getDefaultImage()
SimplePersona 内の getDefaultImagepublic Image getImage(hudson.model.AbstractBuild<?,?> build)
SimplePersona 内の getImagepublic java.lang.String getDisplayName()
public java.lang.String getRandomQuoteText(hudson.model.AbstractBuild<?,?> build)
SimplePersona 内の getRandomQuoteTextpublic XmlBasedPersona getCurrentPersona()
public XmlBasedPersona resetCurrentPersona()
public static XmlBasedPersona randomPersona()
public static hudson.ExtensionList<XmlBasedPersona> allXmlBased()
XmlBasedPersonas.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||