Package | Description |
---|---|
com.sonyericsson.jenkins.plugins.bfa.model | |
com.sonyericsson.jenkins.plugins.bfa.statistics |
Modifier and Type | Method and Description |
---|---|
FoundIndication |
FailureReader.scan(AbstractBuild build)
Deprecated.
|
FoundIndication |
FailureReader.scan(AbstractBuild build,
PrintStream buildLog)
Deprecated.
|
FoundIndication |
BuildLogFailureReader.scan(Run build)
Scans a build log.
|
FoundIndication |
FailureReader.scan(Run build)
Scans a build log.
|
FoundIndication |
MultilineBuildLogFailureReader.scan(Run build)
Scans a build log.
|
FoundIndication |
FailureReader.scan(Run build,
PrintStream buildLog)
Scans for indications of a failure cause.
|
FoundIndication |
MultilineBuildLogFailureReader.scan(Run build,
PrintStream buildLog)
Scans for indications of a failure cause in a build log.
|
protected FoundIndication |
FailureReader.scanMultiLineOneFile(Run build,
BufferedReader reader,
String currentFile)
Scans one file for the required multi-line pattern.
|
Modifier and Type | Method and Description |
---|---|
List<FoundIndication> |
FoundFailureCause.getIndications()
Getter for the list of found indications.
|
Modifier and Type | Method and Description |
---|---|
void |
FoundFailureCause.addIndication(FoundIndication indication)
Deprecated.
Prefer adding indications via the constructor. Indication added with this method do not participate
in the building of the formatted description.
|
Modifier and Type | Method and Description |
---|---|
void |
FoundFailureCause.addIndications(List<FoundIndication> foundIndications)
Deprecated.
Prefer adding indications via the constructor. Indication added with this method do not participate
in the building of the formatted description.
|
Constructor and Description |
---|
FoundFailureCause(FailureCause originalCause,
List<FoundIndication> indications)
Standard constructor.
|
Modifier and Type | Method and Description |
---|---|
List<FoundIndication> |
FailureCauseStatistics.getIndications()
Getter for the FoundIndications.
|
Constructor and Description |
---|
FailureCauseStatistics(org.mongojack.DBRef<FailureCause,?> failureCause,
List<FoundIndication> indications)
JSON constructor.
|
FailureCauseStatistics(String id,
List<FoundIndication> indications)
Standard constructor.
|
Copyright © 2016–2019. All rights reserved.