@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
See: Description
| Class | Description |
|---|---|
| AggregatedScore |
Stores the scores of an autograding run.
|
| AggregatedScoreXmlStream |
Reads
AggregatedScore from an XML file. |
| AnalysisConfiguration |
Configuration to grade static analysis results.
|
| AnalysisConfiguration.AnalysisConfigurationBuilder |
Builder to create a
AnalysisConfiguration instance. |
| AnalysisScore |
Computes the
AggregatedScore impact of static analysis results. |
| AutoGrader |
This recorder gathers all the needed results of previous run check in the job.
|
| AutoGrader.Descriptor |
Descriptor for this step.
|
| AutoGradingBuildAction |
Controls the live cycle of the score results in a job.
|
| AutoGradingJobAction |
A job action displays a link on the side panel of a job that refers to the last build that contains autograding
results (i.e. a
AutoGradingBuildAction with a AggregatedScore instance). |
| AutoGradingViewModel |
Server side model that provides the data for the details view of the autograding results.
|
| Configuration |
Base class for configurations with a maximum score.
|
| CoverageConfiguration |
Configuration to grade code coverage results.
|
| CoverageConfiguration.CoverageConfigurationBuilder |
Builder to create a
CoverageConfiguration instance. |
| CoverageScore |
Computes the
AggregatedScore impact of code coverage results. |
| Messages |
Generated localization support class.
|
| PercentagePieChart |
Builds the model for a pie chart showing a percentage.
|
| PitConfiguration |
Configuration to grade mutation test results.
|
| PitConfiguration.PitConfigurationBuilder |
Builder to create a
PitConfiguration instance. |
| PitScore |
Computes the
AggregatedScore impact of PIT mutation test results. |
| Score |
A score that has been obtained from a specific tool.
|
| TestConfiguration |
Configuration to grade test results.
|
| TestConfiguration.TestConfigurationBuilder |
Builder to create a
TestConfiguration instance. |
| TestScore |
Computes the
AggregatedScore impact of test results. |
Copyright © 2016–2020. All rights reserved.