Package jetbrains.buildServer.push
Interface Subscription
-
- All Known Implementing Classes:
DefaultSubscription
public interface Subscription
Represents 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 SUser
getUser()
Returns user who initiated this subscription.
-
-
-
Method Detail
-
getUser
@NotNull SUser getUser()
Returns user who initiated this subscription.
-
-