|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjp.ikedam.jenkins.plugins.jobcopy_builder.CopiedjobinfoAction
public class CopiedjobinfoAction
Action holds the information of the jobs that the build copied from and to. the information will be shown in the build's Summary page, using summary.jelly.
| フィールドの概要 | |
|---|---|
String |
fromUrl
|
String |
toJobName
|
String |
toUrl
|
| コンストラクタの概要 | |
|---|---|
CopiedjobinfoAction(hudson.model.TopLevelItem fromItem,
hudson.model.TopLevelItem toItem)
constructor. |
|
| メソッドの概要 | |
|---|---|
String |
getDisplayName()
Returns the display name. |
String |
getFromJobName()
Returns the name of the job copied from. |
String |
getFromUrl()
Returns the URI (path) of the job copied from. |
String |
getIconFileName()
Returns null not for being displayed in the link list. |
String |
getToJobName()
Returns the name of the job copied to. |
String |
getToUrl()
Returns the URI (path) of the job copied to. |
String |
getUrlName()
Returns null not for being displayed in the link list. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public String fromUrl
public String toJobName
public String toUrl
| コンストラクタの詳細 |
|---|
public CopiedjobinfoAction(hudson.model.TopLevelItem fromItem,
hudson.model.TopLevelItem toItem)
fromItem - job that was copied from.toItem - job that was copied to.| メソッドの詳細 |
|---|
public String getFromJobName()
public String getFromUrl()
public String getToJobName()
public String getToUrl()
public String getIconFileName()
hudson.model.Action 内の getIconFileNameAction.getIconFileName()public String getUrlName()
hudson.model.Action 内の getUrlNameAction.getUrlName()public String getDisplayName()
hudson.model.Action 内の getDisplayNamehudson.model.ModelObject 内の getDisplayNameAction.getDisplayName()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||