Package io.jenkins.plugins.grading
Klasse AutoGradingBuildAction
java.lang.Object
io.jenkins.plugins.util.BuildAction<edu.hm.hafner.grading.AggregatedScore>
io.jenkins.plugins.grading.AutoGradingBuildAction
- Alle implementierten Schnittstellen:
Action,ModelObject,Serializable,RunAction2,SimpleBuildStep.LastBuildAction,org.kohsuke.stapler.StaplerProxy
public class AutoGradingBuildAction
extends io.jenkins.plugins.util.BuildAction<edu.hm.hafner.grading.AggregatedScore>
implements org.kohsuke.stapler.StaplerProxy
Controls the life cycle of the score results in a job. This action persists the results of a build and displays a
summary on the build page. The actual visualization of the results is defined in the matching
summary.jelly
file.- Autor:
- Eva-Maria Zeintl
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAutoGradingBuildAction(Run<?, ?> owner, edu.hm.hafner.grading.AggregatedScore score) Creates a new instance ofAutoGradingBuildAction. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected AutoGradingJobActionprotected AggregatedScoreXmlStreamintprotected StringReturns the detail view for the autograding data for all Stapler requests.intgetTotal()Von Klasse geerbte Methoden io.jenkins.plugins.util.BuildAction
getBuildActionFromHistoryStartingFrom, getOwner, getProjectActions, getResult, onAttached, onLoad, readResolve
-
Konstruktordetails
-
AutoGradingBuildAction
Creates a new instance ofAutoGradingBuildAction.- Parameter:
owner- the associated build that created the scoresscore- score instance where all results are saved
-
-
Methodendetails
-
createXmlStream
- Angegeben von:
createXmlStreamin Klasseio.jenkins.plugins.util.BuildAction<edu.hm.hafner.grading.AggregatedScore>
-
createProjectAction
- Angegeben von:
createProjectActionin Klasseio.jenkins.plugins.util.BuildAction<edu.hm.hafner.grading.AggregatedScore>
-
getBuildResultBaseName
- Angegeben von:
getBuildResultBaseNamein Klasseio.jenkins.plugins.util.BuildAction<edu.hm.hafner.grading.AggregatedScore>
-
getIconFileName
- Angegeben von:
getIconFileNamein SchnittstelleAction
-
getDisplayName
- Angegeben von:
getDisplayNamein SchnittstelleAction- Angegeben von:
getDisplayNamein SchnittstelleModelObject
-
getTarget
Returns the detail view for the autograding data for all Stapler requests.- Angegeben von:
getTargetin Schnittstelleorg.kohsuke.stapler.StaplerProxy- Gibt zurück:
- the detail view for the autograding data
-
getUrlName
- Angegeben von:
getUrlNamein SchnittstelleAction
-
getAchieved
public int getAchieved() -
getTotal
public int getTotal()
-