Package | Description |
---|---|
com.sonyericsson.jenkins.plugins.bfa.model |
Modifier and Type | Method and Description |
---|---|
FailureCauseModification |
FailureCause.getLatestModification()
Gets the latest
FailureCauseModification of this FailureCause. |
Modifier and Type | Method and Description |
---|---|
List<FailureCauseModification> |
FailureCause.getAndInitiateModifications()
Initiates the list of modifications if it's not already initiated
and then returns the list.
|
List<FailureCauseModification> |
FailureCause.getModifications()
Getter for the list of modifications.
|
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.
|
Copyright © 2016–2020. All rights reserved.