@ExportedBean(defaultVisibility=999) public class BuildData extends Object implements hudson.model.Action, Serializable, Cloneable, hudson.model.ProminentProjectAction
| Constructor and Description |
|---|
BuildData(String serverUrl,
String channel,
Map<String,String> artifacts) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Map<String,String> |
getArtifacts() |
String |
getChannel() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getServerUrl() |
String |
getUrlName() |
Object |
readResolve() |
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Action@Exported public String getChannel()
@Exported public String getServerUrl()
public Object readResolve()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2016–2018. All rights reserved.