@ExportedBean(defaultVisibility=999) public class BuildData extends Object implements hudson.model.Action, Serializable, Cloneable
Constructor and Description |
---|
BuildData() |
BuildData(Workspace workspace,
ChangeSet changeset) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
ChangeSet |
getChangeset() |
String |
getDisplayName() |
String |
getIconFileName() |
int |
getIndex() |
hudson.model.Run<?,?> |
getOwningRun() |
String |
getUrlName() |
Workspace |
getWorkspace() |
void |
setChangeset(ChangeSet changeset) |
void |
setIndex(int index) |
void |
setWorkspace(Workspace workspace) |
@Exported public Workspace getWorkspace()
public void setWorkspace(Workspace workspace)
@Exported public ChangeSet getChangeset()
public void setChangeset(ChangeSet changeset)
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
public int getIndex()
public void setIndex(int index)
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public hudson.model.Run<?,?> getOwningRun()
Copyright © 2016–2023. All rights reserved.