Class SCMSourceObserver.Wrapped<O extends SCMSourceObserver>

java.lang.Object
jenkins.scm.api.SCMSourceObserver
jenkins.scm.api.SCMSourceObserver.Wrapped<O>
Type Parameters:
O - the class of wrapped observer.
Direct Known Subclasses:
SCMSourceObserver.Filter
Enclosing class:
SCMSourceObserver

public abstract static class SCMSourceObserver.Wrapped<O extends SCMSourceObserver> extends SCMSourceObserver
Base class for an observer that wraps another observer.