Interface IBuildEvent
-
- All Superinterfaces:
IEvent
- All Known Implementing Classes:
BuildEventCollectorImpl
public interface IBuildEvent extends IEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IBuildEvent.Type
-
Nested classes/interfaces inherited from interface io.jenkins.plugins.maplelabs.Events.interfaces.IEvent
IEvent.AlertType, IEvent.Priority
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description void
collectEventData(IBuildEvent.Type type)
static String
getFormattedDuration(Long duration)
-
Methods inherited from interface io.jenkins.plugins.maplelabs.Events.interfaces.IEvent
getAlertType, getDate, getEventType, getHost, getNodeName, getPriority, getText, getTitle
-
-
-
-
Field Detail
-
MINUTE
static final float MINUTE
- See Also:
- Constant Field Values
-
HOUR
static final float HOUR
- See Also:
- Constant Field Values
-
EVENT
static final String EVENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
collectEventData
void collectEventData(IBuildEvent.Type type)
-
-