Package com.polarion.alm.builder.model
Interface IBuildEvent
- All Superinterfaces:
IChangeGenerator,IChangeListener,IHasCustomValues,IHasValues,IStructure
Build event.
- Version:
- $Revision$ $Date$
- Author:
- Stepan Roh, Polarion Software
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringfieldmessageof typeStringstatic final Stringfieldseverityof typeILogEvent.LogEventSeveritystatic final Stringstructure id -
Method Summary
Modifier and TypeMethodDescriptionEvent message.Event severity.voidsetMessage(String message) Set message.voidsetSeverity(ILogEvent.LogEventSeverity severity) Set severity.Methods inherited from interface com.polarion.platform.persistence.model.IChangeGenerator
setChangeOwnerMethods inherited from interface com.polarion.platform.persistence.model.IChangeListener
markChangedMethods inherited from interface com.polarion.platform.persistence.model.IHasCustomValues
getCustomField, getCustomFieldPrototype, getCustomFieldsList, setCustomFieldMethods inherited from interface com.polarion.platform.persistence.model.IStructure
getEnumeration, getEnumerationOptionForField, getEnumerationTypeForField, getPrototype, getValue, isModified, isReadOnly, isReadOnly, setValue
-
Field Details
-
TYPE_ID
structure id- See Also:
-
KEY_SEVERITY
fieldseverityof typeILogEvent.LogEventSeverity- See Also:
-
KEY_MESSAGE
fieldmessageof typeString- See Also:
-
-
Method Details
-
getSeverity
ILogEvent.LogEventSeverity getSeverity()Event severity.- Returns:
- severity (not
null)
-
getMessage
String getMessage()Event message.- Returns:
- message (not
null)
-
setSeverity
Set severity.- Parameters:
severity- severity- Throws:
IllegalArgumentException- ifseverityisnull
-
setMessage
Set message.- Parameters:
message- message- Throws:
IllegalArgumentException- ifmessageisnull
-