public class BuildArtifactAction extends Object implements hudson.model.Action
Constructor and Description |
---|
BuildArtifactAction(hudson.model.Run<?,?> build,
String actionID) |
Modifier and Type | Method and Description |
---|---|
String |
getActionID() |
List<BuildArtifactData> |
getBuildArtifact() |
String |
getDisplayName() |
int |
getFailCount() |
String |
getIconFileName() |
hudson.model.Run |
getOwner() |
int |
getSkipCount() |
int |
getTotalCount() |
String |
getUrlName() |
void |
setFailCount(int failCount) |
void |
setOwner(hudson.model.Run owner) |
void |
setSkipCount(int skipCount) |
void |
setTotalcount(int totalCount) |
public BuildArtifactAction(hudson.model.Run<?,?> build, String actionID)
public String getActionID()
@CheckForNull public String getIconFileName()
getIconFileName
in interface hudson.model.Action
@CheckForNull public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
@CheckForNull public String getUrlName()
getUrlName
in interface hudson.model.Action
public List<BuildArtifactData> getBuildArtifact() throws org.json.simple.parser.ParseException, InterruptedException, IOException
org.json.simple.parser.ParseException
InterruptedException
IOException
public void setTotalcount(int totalCount)
public void setSkipCount(int skipCount)
public int getTotalCount()
public int getFailCount()
public void setFailCount(int failCount)
public int getSkipCount()
public hudson.model.Run getOwner()
public void setOwner(hudson.model.Run owner)
owner
- the owner to setCopyright © 2016–2024. All rights reserved.