Class TestResultsAggregatorProjectAction
java.lang.Object
hudson.tasks.test.TestResultProjectAction
com.jenkins.testresultsaggregator.TestResultsAggregatorProjectAction
- All Implemented Interfaces:
Action
,ModelObject
,ProminentProjectAction
,io.jenkins.plugins.echarts.AsyncConfigurableTrendChart
,io.jenkins.plugins.echarts.AsyncTrendChart
public class TestResultsAggregatorProjectAction
extends hudson.tasks.test.TestResultProjectAction
implements ProminentProjectAction
Action to associate the TestNG reports with the project
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class hudson.tasks.test.TestResultProjectAction
job, project
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doGraphJob
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) void
doGraphMapJob
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) void
doGraphMapTests
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) void
doGraphTests
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) protected Class<TestResultsAggregatorTestResultBuildAction>
int
int
Job<?,
?> getUpUrl()
boolean
protected void
protected void
Methods inherited from class hudson.tasks.test.TestResultProjectAction
createChartModel, doFlipTrend, doTrend, doTrendMap, getBuildTrendModel, getConfigurableBuildTrendModel, getLastTestResultAction, isTrendVisible
-
Field Details
-
SUCCESS
- See Also:
-
FIXED
- See Also:
-
FAILED
- See Also:
-
FAILED_KEEP
- See Also:
-
UNSTABLE
- See Also:
-
UNSTABLE_KEEP
- See Also:
-
ABORTED
- See Also:
-
RUNNING
- See Also:
-
JOB_SUCCESS
- See Also:
-
JOB_FIXED
- See Also:
-
JOB_FAILED
- See Also:
-
JOB_FAILED_KEEP
- See Also:
-
JOB_UNSTABLE
- See Also:
-
JOB_UNSTABLE_KEEP
- See Also:
-
JOB_ABORTED
- See Also:
-
JOB_RUNNING
- See Also:
-
JOB_TOTAL
- See Also:
-
TEST_TOTAL
- See Also:
-
TEST_SUCCESS
- See Also:
-
TEST_SKIPPED
- See Also:
-
TEST_FAILED
- See Also:
-
CC_PACKAGES
- See Also:
-
CC_FILES
- See Also:
-
CC_CLASSES
- See Also:
-
CC_METHODS
- See Also:
-
CC_LINES
- See Also:
-
CC_CONDTITIONALS
- See Also:
-
-
Constructor Details
-
TestResultsAggregatorProjectAction
-
-
Method Details
-
getBuildActionClass
-
getProject
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
- Overrides:
getIconFileName
in classhudson.tasks.test.TestResultProjectAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
- Overrides:
getDisplayName
in classhudson.tasks.test.TestResultProjectAction
-
getGraphNameJobs
-
getGraphNameTests
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
- Overrides:
getUrlName
in classhudson.tasks.test.TestResultProjectAction
-
getSearchUrl
-
doGraphJob
public void doGraphJob(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException - Throws:
IOException
-
doGraphTests
public void doGraphTests(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException - Throws:
IOException
-
getUpUrl
-
doGraphMapJob
public void doGraphMapJob(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException - Throws:
IOException
-
doGraphMapTests
public void doGraphMapTests(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException - Throws:
IOException
-
isGraphActive
public boolean isGraphActive() -
getLastCompletedBuildAction
-
populateDataSetBuilderJobs
protected void populateDataSetBuilderJobs(DataSetBuilder<String, ChartUtil.NumberOnlyBuildLabel> dataset) -
populateDataSetBuilderTest
protected void populateDataSetBuilderTest(DataSetBuilder<String, ChartUtil.NumberOnlyBuildLabel> dataset) -
getGraphWidth
public int getGraphWidth() -
getGraphHeight
public int getGraphHeight()
-