|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FoundFailureCause | |
---|---|
com.sonyericsson.jenkins.plugins.bfa | |
com.sonyericsson.jenkins.plugins.bfa.model | |
com.sonyericsson.jenkins.plugins.bfa.statistics |
Uses of FoundFailureCause in com.sonyericsson.jenkins.plugins.bfa |
---|
Constructor parameters in com.sonyericsson.jenkins.plugins.bfa with type arguments of type FoundFailureCause | |
---|---|
IndicationAnnotator(List<FoundFailureCause> foundFailureCauses)
Standard constructor. |
Uses of FoundFailureCause in com.sonyericsson.jenkins.plugins.bfa.model |
---|
Methods in com.sonyericsson.jenkins.plugins.bfa.model that return FoundFailureCause | |
---|---|
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. |
Methods in com.sonyericsson.jenkins.plugins.bfa.model that return types with arguments of type FoundFailureCause | |
---|---|
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. |
Method parameters in com.sonyericsson.jenkins.plugins.bfa.model with type arguments of type FoundFailureCause | |
---|---|
void |
FailureCauseDisplayData.setFoundFailureCauses(List<FoundFailureCause> foundFailureCauses)
Set the FoundFailureCauses for corresponding action. |
Constructor parameters in com.sonyericsson.jenkins.plugins.bfa.model with type arguments of type FoundFailureCause | |
---|---|
FailureCauseBuildAction(List<FoundFailureCause> foundFailureCauses)
Standard constructor. |
Uses of FoundFailureCause in com.sonyericsson.jenkins.plugins.bfa.statistics |
---|
Method parameters in com.sonyericsson.jenkins.plugins.bfa.statistics with type arguments of type FoundFailureCause | |
---|---|
void |
StatisticsLogger.log(hudson.model.AbstractBuild build,
List<FoundFailureCause> causes)
Logs a found indication asynchronously to the statistics database. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |