|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.batch_task.BatchRunAction
public final class BatchRunAction
Build Action that shows the records of executed tasks.
| Field Summary | |
|---|---|
hudson.model.AbstractBuild<?,?> |
owner
|
protected java.util.List<BatchRun> |
records
|
| Constructor Summary | |
|---|---|
BatchRunAction(hudson.model.AbstractBuild<?,?> owner)
|
|
| Method Summary | |
|---|---|
protected BatchRun |
createRecord(BatchTask task)
Creates and adds a new reocrd. |
java.lang.String |
getDisplayName()
|
BatchRun |
getDynamic(java.lang.String token,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
|
java.lang.String |
getIconFileName()
|
BatchRun |
getRecord(int id)
Returns the record that has the given ID. |
java.util.List<BatchRun> |
getRecords()
Gets run records. |
java.util.List<BatchRun> |
getRecords(java.lang.String taskName)
Get run records for a particular task. |
java.lang.String |
getUrlName()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final hudson.model.AbstractBuild<?,?> owner
protected final java.util.List<BatchRun> records
| Constructor Detail |
|---|
public BatchRunAction(hudson.model.AbstractBuild<?,?> owner)
| Method Detail |
|---|
public java.lang.String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic java.lang.String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic java.lang.String getUrlName()
getUrlName in interface hudson.model.Action
protected BatchRun createRecord(BatchTask task)
throws java.io.IOException
java.io.IOExceptionpublic java.util.List<BatchRun> getRecords()
public java.util.List<BatchRun> getRecords(java.lang.String taskName)
taskName - Get runs for this taskpublic BatchRun getRecord(int id)
public BatchRun getDynamic(java.lang.String token,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||