Serialized Form
-
Package com.jenkins.testresultsaggregator
-
Class com.jenkins.testresultsaggregator.TestResultsAggregatorTestResultBuildAction
class TestResultsAggregatorTestResultBuildAction extends hudson.tasks.test.AbstractTestResultAction implements Serializable- serialVersionUID:
- 31415926L
-
Serialized Fields
-
aborted
int aborted
-
failed
int failed
-
failedTTests
int failedTTests
-
fixed
int fixed
-
keepfailed
int keepfailed
-
keepunstable
int keepunstable
-
running
int running
-
skippedTTests
int skippedTTests
-
success
Integer success
-
successTTests
int successTTests
-
unstable
int unstable
-
-
-
Package com.jenkins.testresultsaggregator.data
-
Class com.jenkins.testresultsaggregator.data.Aggregated
class Aggregated extends BaseResult implements Serializable-
Serialized Fields
-
abortedJobs
int abortedJobs
-
data
List<Data> data
-
disabledJobs
int disabledJobs
-
failedJobs
int failedJobs
-
fixedJobs
int fixedJobs
-
keepFailJobs
int keepFailJobs
-
keepUnstableJobs
int keepUnstableJobs
-
owner
Run<?,
?> owner -
previousResults
Results previousResults
-
results
Results results
-
runningJobs
int runningJobs
-
successJobs
int successJobs
-
totalDuration
Long totalDuration
-
totalJobs
int totalJobs
-
totalNumberOfChanges
int totalNumberOfChanges
-
unstableJobs
int unstableJobs
-
-
-
Class com.jenkins.testresultsaggregator.data.BaseResult
class BaseResult extends hudson.tasks.test.TabulatedResult implements Serializable-
Serialized Fields
-
name
String name
-
parent
BaseResult parent
-
run
Run<?,
?> run
-
-
-
Class com.jenkins.testresultsaggregator.data.Data
- serialVersionUID:
- 3491974223666L
-
Serialized Fields
-
groupName
String groupName
-
jobs
List<Job> jobs
-
reportGroup
ReportGroup reportGroup
-
-
Class com.jenkins.testresultsaggregator.data.DataPipeline
- serialVersionUID:
- 3491974223666L
-
Class com.jenkins.testresultsaggregator.data.HealthReport
class HealthReport extends Object implements Serializable- serialVersionUID:
- 742123666L
-
Serialized Fields
-
description
String description
-
score
int score
-
-
Class com.jenkins.testresultsaggregator.data.Job
- serialVersionUID:
- 34911974223666L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
folder
String folder
-
isBuilding
Boolean isBuilding
-
job
JobWithDetailsAggregator job
-
jobFriendlyName
String jobFriendlyName
-
jobName
String jobName
-
jobNameOnly
String jobNameOnly
-
last
BuildWithDetailsAggregator last
-
modelJob
com.offbytwo.jenkins.model.Job modelJob
-
previous
BuildWithDetailsAggregator previous
-
results
Results results
-
url
String url
-
-
Class com.jenkins.testresultsaggregator.data.JobResults
class JobResults extends Object implements Serializable- serialVersionUID:
- 3491974223667L
-
Serialized Fields
-
building
boolean building
-
ccClasses
int ccClasses
-
ccConditions
int ccConditions
-
ccFiles
int ccFiles
-
ccLines
int ccLines
-
ccMethods
int ccMethods
-
ccPackages
int ccPackages
-
changesUrl
String changesUrl
-
description
String description
-
duration
Long duration
-
fail
int fail
-
number
int number
-
numberOfChanges
int numberOfChanges
-
pass
int pass
-
percentage
Double percentage
-
skip
int skip
-
sonarUrl
String sonarUrl
-
status
String status
-
timestamp
Long timestamp
-
total
int total
-
url
String url
-
-
Class com.jenkins.testresultsaggregator.data.ReportGroup
class ReportGroup extends Object implements Serializable- serialVersionUID:
- 3491199923666L
-
Serialized Fields
-
jobAborted
int jobAborted
-
jobDisabled
int jobDisabled
-
jobFailed
int jobFailed
-
jobRunning
int jobRunning
-
jobSuccess
int jobSuccess
-
jobUnstable
int jobUnstable
-
onlyTests
boolean onlyTests
-
percentageForJobs
String percentageForJobs
-
percentageForTests
String percentageForTests
-
results
Results results
-
status
String status
-
-
Class com.jenkins.testresultsaggregator.data.Results
class Results extends Object implements Serializable- serialVersionUID:
- 3491974223667L
-
Serialized Fields
-
building
boolean building
-
ccClasses
Integer ccClasses
-
ccClassesDif
Integer ccClassesDif
-
ccClassesReport
String ccClassesReport
-
ccConditions
Integer ccConditions
-
ccConditionsDif
Integer ccConditionsDif
-
ccConditionsReport
String ccConditionsReport
-
ccFiles
Integer ccFiles
-
ccFilesDif
Integer ccFilesDif
-
ccFilesReport
String ccFilesReport
-
ccLines
Integer ccLines
-
ccLinesDif
Integer ccLinesDif
-
ccLinesReport
String ccLinesReport
-
ccMethods
Integer ccMethods
-
ccMethodsDif
Integer ccMethodsDif
-
ccMethodsReport
String ccMethodsReport
-
ccPackages
Integer ccPackages
-
ccPackagesDif
Integer ccPackagesDif
-
ccPackagesReport
String ccPackagesReport
-
changesUrl
String changesUrl
-
description
String description
-
duration
Long duration
-
durationReport
String durationReport
-
fail
int fail
-
failDif
int failDif
-
failReport
String failReport
-
number
int number
-
numberOfChanges
int numberOfChanges
-
numberOfChangesReport
String numberOfChangesReport
-
pass
int pass
-
passDif
int passDif
-
passReport
String passReport
-
percentage
Double percentage
-
percentageReport
String percentageReport
-
skip
int skip
-
skipDif
int skipDif
-
skipReport
String skipReport
-
sonarUrl
String sonarUrl
-
status
String status
-
timestamp
String timestamp
-
total
int total
-
totalDif
int totalDif
-
totalReport
String totalReport
-
url
String url
-
-