public interface WatchedBuilds
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getBuildTypeIds()
Returns watched configurations ids.
|
java.util.Set<java.lang.String> |
getProjectIds()
Returns watched project internal ids
Is not affected by watched build configurations (configuration parent is not added)
|
java.lang.Long |
getUserId()
If builds with changes are watched returns id of the watcher
|
WatchType |
getWatchType()
Returns type of this watch
|
@NotNull WatchType getWatchType()
@NotNull java.util.Set<java.lang.String> getProjectIds()
@NotNull java.util.Set<java.lang.String> getBuildTypeIds()
@Nullable java.lang.Long getUserId()