@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.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public 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 Object
CloneNotSupportedException
Copyright © 2016–2018. All rights reserved.