|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sonyericsson.jenkins.plugins.bfa.model.FoundFailureCause
@ExportedBean public class FoundFailureCause
Found Failure Cause of a build.
Constructor Summary | |
---|---|
FoundFailureCause(FailureCause originalCause)
Standard constructor. |
Method Summary | |
---|---|
void |
addIndication(FoundIndication indication)
Adds a found indication to the list. |
void |
addIndications(List<FoundIndication> foundIndications)
Adds a list of FoundIndications to this cause. |
List<String> |
getCategories()
Getter for the categories. |
String |
getDescription()
Getter for the description. |
String |
getId()
Getter for the id. |
List<FoundIndication> |
getIndications()
Getter for the list of found indications. |
String |
getName()
Getter for the name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FoundFailureCause(FailureCause originalCause)
originalCause
- the original FailureCause.Method Detail |
---|
@Exported public String getId()
@Exported public String getName()
@Exported public String getDescription()
@Exported public List<String> getCategories()
public List<FoundIndication> getIndications()
public void addIndication(FoundIndication indication)
indication
- the indication to add.public void addIndications(List<FoundIndication> foundIndications)
foundIndications
- the list of FoundIndications.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |