|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FoundIndication | |
---|---|
com.sonyericsson.jenkins.plugins.bfa.model | |
com.sonyericsson.jenkins.plugins.bfa.statistics |
Uses of FoundIndication in com.sonyericsson.jenkins.plugins.bfa.model |
---|
Methods in com.sonyericsson.jenkins.plugins.bfa.model that return FoundIndication | |
---|---|
abstract FoundIndication |
FailureReader.scan(hudson.model.AbstractBuild build)
Scans a build log. |
FoundIndication |
MultilineBuildLogFailureReader.scan(hudson.model.AbstractBuild build)
Scans a build log. |
FoundIndication |
BuildLogFailureReader.scan(hudson.model.AbstractBuild build)
Scans a build log. |
abstract FoundIndication |
FailureReader.scan(hudson.model.AbstractBuild build,
PrintStream buildLog)
Scans for indications of a failure cause. |
FoundIndication |
MultilineBuildLogFailureReader.scan(hudson.model.AbstractBuild build,
PrintStream buildLog)
Scans for indications of a failure cause in a build log. |
FoundIndication |
BuildLogFailureReader.scan(hudson.model.AbstractBuild build,
PrintStream buildLog)
Scans for indications of a failure cause in a build log. |
protected FoundIndication |
FailureReader.scanMultiLineOneFile(hudson.model.AbstractBuild build,
BufferedReader reader,
String currentFile)
Scans one file for the required multi-line pattern. |
protected FoundIndication |
FailureReader.scanOneFile(hudson.model.AbstractBuild build,
BufferedReader reader,
String currentFile)
Scans one file for the required pattern. |
Methods in com.sonyericsson.jenkins.plugins.bfa.model that return types with arguments of type FoundIndication | |
---|---|
List<FoundIndication> |
FoundFailureCause.getIndications()
Getter for the list of found indications. |
Methods in com.sonyericsson.jenkins.plugins.bfa.model with parameters of type FoundIndication | |
---|---|
void |
FoundFailureCause.addIndication(FoundIndication indication)
Adds a found indication to the list. |
Method parameters in com.sonyericsson.jenkins.plugins.bfa.model with type arguments of type FoundIndication | |
---|---|
void |
FoundFailureCause.addIndications(List<FoundIndication> foundIndications)
Adds a list of FoundIndications to this cause. |
Uses of FoundIndication in com.sonyericsson.jenkins.plugins.bfa.statistics |
---|
Methods in com.sonyericsson.jenkins.plugins.bfa.statistics that return types with arguments of type FoundIndication | |
---|---|
List<FoundIndication> |
FailureCauseStatistics.getIndications()
Getter for the FoundIndications. |
Constructor parameters in com.sonyericsson.jenkins.plugins.bfa.statistics with type arguments of type FoundIndication | |
---|---|
FailureCauseStatistics(net.vz.mongodb.jackson.DBRef<FailureCause,?> failureCause,
List<FoundIndication> indications)
JSON constructor. |
|
FailureCauseStatistics(String id,
List<FoundIndication> indications)
Standard constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |