public final class BatchRunAction extends Object implements hudson.model.Action
Build Action that shows the records of executed tasks.| Modifier and Type | Field and Description |
|---|---|
hudson.model.AbstractBuild<?,?> |
owner |
protected List<BatchRun> |
records |
| Constructor and Description |
|---|
BatchRunAction(hudson.model.AbstractBuild<?,?> owner) |
| Modifier and Type | Method and Description |
|---|---|
protected BatchRun |
createRecord(BatchTask task)
Creates and adds a new reocrd.
|
String |
getDisplayName() |
BatchRun |
getDynamic(String token,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getIconFileName() |
BatchRun |
getRecord(int id)
Returns the record that has the given ID.
|
List<BatchRun> |
getRecords()
Gets run records.
|
List<BatchRun> |
getRecords(String taskName)
Get run records for a particular task.
|
String |
getUrlName() |
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.Actionprotected BatchRun createRecord(BatchTask task) throws IOException
IOExceptionpublic List<BatchRun> getRecords(String taskName)
taskName - Get runs for this taskpublic BatchRun getRecord(int id)
Copyright © 2016. All rights reserved.