|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
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.
| コンストラクタの概要 | |
|---|---|
CopiedjobinfoAction(hudson.model.TopLevelItem fromItem,
hudson.model.TopLevelItem toItem,
boolean failed)
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. |
boolean |
isFailed()
Returns whether the job is copied incompletely |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public CopiedjobinfoAction(hudson.model.TopLevelItem fromItem,
hudson.model.TopLevelItem toItem,
boolean failed)
fromItem - job that was copied from.toItem - job that was copied to.failed - whether the job is copied incompletely.| メソッドの詳細 |
|---|
public String getFromJobName()
public String getFromUrl()
public String getToJobName()
public String getToUrl()
public boolean isFailed()
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()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||