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
Modifier and TypeFieldDescriptionstatic final String
fieldmessage
of typeString
static final String
fieldseverity
of typeILogEvent.LogEventSeverity
static final String
structure id -
Method Summary
Modifier and TypeMethodDescriptionEvent message.Event severity.void
setMessage
(String message) Set message.void
setSeverity
(ILogEvent.LogEventSeverity severity) Set severity.Methods inherited from interface com.polarion.platform.persistence.model.IChangeGenerator
setChangeOwner
Methods inherited from interface com.polarion.platform.persistence.model.IChangeListener
markChanged
Methods inherited from interface com.polarion.platform.persistence.model.IHasCustomValues
getCustomField, getCustomFieldPrototype, getCustomFieldsList, setCustomField
Methods 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
fieldseverity
of typeILogEvent.LogEventSeverity
- See Also:
-
KEY_MESSAGE
fieldmessage
of 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
- ifseverity
isnull
-
setMessage
Set message.- Parameters:
message
- message- Throws:
IllegalArgumentException
- ifmessage
isnull
-