Package | Description |
---|---|
com.sonyericsson.jenkins.plugins.bfa | |
com.sonyericsson.jenkins.plugins.bfa.model | |
com.sonyericsson.jenkins.plugins.bfa.statistics |
Constructor and Description |
---|
IndicationAnnotator(List<FoundFailureCause> foundFailureCauses)
Standard constructor.
|
Modifier and Type | Method and Description |
---|---|
FoundFailureCause |
FailureCauseBuildAction.getDynamic(String token,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse resp)
Used when we are directed to a FoundFailureCause beneath the build action.
|
FoundFailureCause |
FailureCauseMatrixBuildAction.getFirstFailureCause()
Finds the first run with the first identified cause.
|
Modifier and Type | Method and Description |
---|---|
List<FoundFailureCause> |
FailureCauseBuildAction.getFoundFailureCauses()
Getter for the FoundFailureCauses.
|
List<FoundFailureCause> |
FailureCauseDisplayData.getFoundFailureCauses()
Getter for FoundFailureCauses.
|
List<FoundFailureCause> |
FailureCauseColumn.getFoundFailureCauses(Job job) |
List<FoundFailureCause> |
FailureCauseMatrixBuildAction.getFoundFailureCauses(hudson.matrix.MatrixRun run)
Gets the failure causes for a specific matrix run.
|
static List<FoundFailureCause> |
FailureReader.scanSingleLinePatterns(List<FailureCause> causes,
Run build,
BufferedReader reader,
String currentFile)
Checks all patterns one-by-one for entire file.
|
Modifier and Type | Method and Description |
---|---|
void |
FailureCauseDisplayData.setFoundFailureCauses(List<FoundFailureCause> foundFailureCauses)
Set the FoundFailureCauses for corresponding action.
|
Constructor and Description |
---|
FailureCauseBuildAction(List<FoundFailureCause> foundFailureCauses)
Standard constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
StatisticsLogger.log(Run build,
List<FoundFailureCause> causes)
Logs a found indication asynchronously to the statistics database.
|
Copyright © 2016–2019. All rights reserved.