public class CopiedjobinfoAction extends Object implements hudson.model.Action, Serializable
| コンストラクタと説明 |
|---|
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
|
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()
getIconFileName インタフェース内 hudson.model.ActionAction.getIconFileName()public String getUrlName()
getUrlName インタフェース内 hudson.model.ActionAction.getUrlName()public String getDisplayName()
getDisplayName インタフェース内 hudson.model.ActiongetDisplayName インタフェース内 hudson.model.ModelObjectAction.getDisplayName()Copyright © 2004-2013. All Rights Reserved.