Package | Description |
---|---|
com.sonyericsson.jenkins.plugins.bfa.model | |
com.sonyericsson.jenkins.plugins.bfa.model.indication |
Modifier and Type | Field and Description |
---|---|
protected Indication |
FailureReader.indication
The indication we are looking for.
|
Modifier and Type | Method and Description |
---|---|
List<Indication> |
FailureCause.getIndications()
Getter for the list of indications.
|
Modifier and Type | Method and Description |
---|---|
void |
FailureCause.addIndication(Indication indication)
Adds an indication to the list.
|
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
FailureCause.validate(String newName,
String newDescription,
List<Indication> newIndications)
Validates this FailureCause.
|
Constructor and Description |
---|
FailureReader(Indication indication)
Standard constructor.
|
Constructor and Description |
---|
FailureCause(String id,
String name,
String description,
String comment,
Date lastOccurred,
List<String> categories,
List<Indication> indications,
List<FailureCauseModification> modifications)
JSON constructor.
|
FailureCause(String id,
String name,
String description,
String comment,
Date lastOccurred,
String categories,
List<Indication> indications,
List<FailureCauseModification> modifications)
Standard data bound constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
BuildLogIndication
Indication that parses the build log file for a pattern.
|
class |
MultilineBuildLogIndication
Build log indication that matches over multiple lines.
|
Copyright © 2016–2020. All rights reserved.