public class AutoGradingBuildAction
extends io.jenkins.plugins.util.BuildAction<edu.hm.hafner.grading.AggregatedScore>
implements org.kohsuke.stapler.StaplerProxy
summary.jelly
file.| Constructor and Description |
|---|
AutoGradingBuildAction(Run<?,?> owner,
edu.hm.hafner.grading.AggregatedScore score)
Creates a new instance of
AutoGradingBuildAction. |
| Modifier and Type | Method and Description |
|---|---|
protected AutoGradingJobAction |
createProjectAction() |
protected AggregatedScoreXmlStream |
createXmlStream() |
int |
getAchieved() |
protected String |
getBuildResultBaseName() |
String |
getDisplayName() |
String |
getIconFileName() |
Object |
getTarget()
Returns the detail view for the autograding data for all Stapler requests.
|
int |
getTotal() |
String |
getUrlName() |
public AutoGradingBuildAction(Run<?,?> owner, edu.hm.hafner.grading.AggregatedScore score)
AutoGradingBuildAction.owner - the associated build that created the scoresscore - score instance where all results are savedprotected AggregatedScoreXmlStream createXmlStream()
createXmlStream in class io.jenkins.plugins.util.BuildAction<edu.hm.hafner.grading.AggregatedScore>protected AutoGradingJobAction createProjectAction()
createProjectAction in class io.jenkins.plugins.util.BuildAction<edu.hm.hafner.grading.AggregatedScore>protected String getBuildResultBaseName()
getBuildResultBaseName in class io.jenkins.plugins.util.BuildAction<edu.hm.hafner.grading.AggregatedScore>public String getIconFileName()
getIconFileName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic Object getTarget()
getTarget in interface org.kohsuke.stapler.StaplerProxypublic String getUrlName()
getUrlName in interface Actionpublic int getAchieved()
public int getTotal()
Copyright © 2016–2020. All rights reserved.