public class CopiedjobinfoAction extends Object implements hudson.model.Action, Serializable
| Constructor and Description |
|---|
CopiedjobinfoAction(hudson.model.TopLevelItem fromItem,
hudson.model.TopLevelItem toItem,
boolean failed)
constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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 in interface hudson.model.ActionAction.getIconFileName()public String getUrlName()
getUrlName in interface hudson.model.ActionAction.getUrlName()public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectAction.getDisplayName()Copyright © 2016. All rights reserved.