Class NotificationEventAccumulator.EventValue<V extends NotificationEventAccumulator.EventValue>
- java.lang.Object
-
- jetbrains.buildServer.notification.NotificationEventAccumulator.EventValue<V>
-
- Direct Known Subclasses:
TestResponsibilityEventAccumulator.TestResponsibilityEventValue
,UnmuteTestEventAccumulator.UnmuteTestEventValue
- Enclosing class:
- NotificationEventAccumulator
public abstract static class NotificationEventAccumulator.EventValue<V extends NotificationEventAccumulator.EventValue> extends Object
-
-
Constructor Summary
Constructors Constructor Description EventValue()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description ScheduledFuture<?>
getFuture()
abstract int
getVersion()
void
setFuture(ScheduledFuture<?> future)
abstract void
update(V newValue)
-
-
-
Method Detail
-
update
public abstract void update(@NotNull V newValue)
-
getVersion
public abstract int getVersion()
-
getFuture
public ScheduledFuture<?> getFuture()
-
setFuture
public void setFuture(@NotNull ScheduledFuture<?> future)
-
-