Package | Description |
---|---|
com.sonyericsson.jenkins.plugins.bfa | |
com.sonyericsson.jenkins.plugins.bfa.model | |
com.sonyericsson.jenkins.plugins.bfa.statistics |
Modifier and Type | Method and Description |
---|---|
static String |
BuildFailureScanner.createSlackMessage(List<FoundFailureCause> foundCauseList,
boolean notifySlackOfAllFailures,
List<String> slackFailureCauseCategories,
String buildName,
String buildNum,
String buildUrl,
PrintStream scanLog)
Function to create the message for Slack using build and BFA information.
|
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> |
FailureCauseDisplayData.getFoundFailureCauses()
Getter for FoundFailureCauses.
|
List<FoundFailureCause> |
FailureCauseBuildAction.getFoundFailureCauses()
Getter for the FoundFailureCauses.
|
List<FoundFailureCause> |
FailureCauseColumn.getFoundFailureCauses(hudson.model.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,
hudson.model.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(hudson.model.Run build,
List<FoundFailureCause> causes)
Logs a found indication asynchronously to the statistics database.
|
Copyright © 2016–2020. All rights reserved.