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
KonstruktorBeschreibungAutoGradingBuildAction
(Run<?, ?> owner, edu.hm.hafner.grading.AggregatedScore score) Creates a new instance ofAutoGradingBuildAction
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected AutoGradingJobAction
protected AggregatedScoreXmlStream
int
protected String
Returns the detail view for the autograding data for all Stapler requests.int
getTotal()
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:
createXmlStream
in Klasseio.jenkins.plugins.util.BuildAction<edu.hm.hafner.grading.AggregatedScore>
-
createProjectAction
- Angegeben von:
createProjectAction
in Klasseio.jenkins.plugins.util.BuildAction<edu.hm.hafner.grading.AggregatedScore>
-
getBuildResultBaseName
- Angegeben von:
getBuildResultBaseName
in Klasseio.jenkins.plugins.util.BuildAction<edu.hm.hafner.grading.AggregatedScore>
-
getIconFileName
- Angegeben von:
getIconFileName
in SchnittstelleAction
-
getDisplayName
- Angegeben von:
getDisplayName
in SchnittstelleAction
- Angegeben von:
getDisplayName
in SchnittstelleModelObject
-
getTarget
Returns the detail view for the autograding data for all Stapler requests.- Angegeben von:
getTarget
in Schnittstelleorg.kohsuke.stapler.StaplerProxy
- Gibt zurück:
- the detail view for the autograding data
-
getUrlName
- Angegeben von:
getUrlName
in SchnittstelleAction
-
getAchieved
public int getAchieved() -
getTotal
public int getTotal()
-