Class UnmuteTestEventAccumulator.UnmuteTestEventValue
- java.lang.Object
-
- jetbrains.buildServer.notification.NotificationEventAccumulator.EventValue<UnmuteTestEventAccumulator.UnmuteTestEventValue>
-
- jetbrains.buildServer.notification.accumulators.UnmuteTestEventAccumulator.UnmuteTestEventValue
-
- Enclosing class:
- UnmuteTestEventAccumulator
public static class UnmuteTestEventAccumulator.UnmuteTestEventValue extends NotificationEventAccumulator.EventValue<UnmuteTestEventAccumulator.UnmuteTestEventValue>
-
-
Constructor Summary
Constructors Constructor Description UnmuteTestEventValue(Collection<STest> tests)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<STest>
getTests()
int
getVersion()
void
update(UnmuteTestEventAccumulator.UnmuteTestEventValue newValue)
-
Methods inherited from class jetbrains.buildServer.notification.NotificationEventAccumulator.EventValue
getFuture, setFuture
-
-
-
-
Constructor Detail
-
UnmuteTestEventValue
public UnmuteTestEventValue(@NotNull Collection<STest> tests)
-
-
Method Detail
-
update
public void update(@NotNull UnmuteTestEventAccumulator.UnmuteTestEventValue newValue)
- Specified by:
update
in classNotificationEventAccumulator.EventValue<UnmuteTestEventAccumulator.UnmuteTestEventValue>
-
getVersion
public int getVersion()
- Specified by:
getVersion
in classNotificationEventAccumulator.EventValue<UnmuteTestEventAccumulator.UnmuteTestEventValue>
-
-