Package jetbrains.buildServer.push
Interface Subscription
-
- All Known Implementing Classes:
DefaultSubscription
public interface SubscriptionRepresents one subscription for the specific topic. TODO extend with subscription parameters- Author:
- Dmitry Treskunov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SUsergetUser()Returns user who initiated this subscription.
-
-
-
Method Detail
-
getUser
@NotNull SUser getUser()
Returns user who initiated this subscription.
-
-