public interface

Watchable

com.atlassian.stash.watcher.Watchable
Known Indirect Subclasses

Summary

Public Methods
@Deprecated void accept(WatchableVisitor visitor)
This method is deprecated. in 2.11. The signature for this method will change in 3.0 to return T. See WatchableVisitor for more details.
@Nonnull Set<? extends Watcher> getWatchers()

Public Methods

@Deprecated public void accept (WatchableVisitor visitor)

This method is deprecated.
in 2.11. The signature for this method will change in 3.0 to return T. See WatchableVisitor for more details.

@Nonnull public Set<? extends Watcher> getWatchers ()