public abstract class AbstractChannelSubscriber extends Object implements ChannelSubscriber, hudson.ExtensionPoint
ChannelSubscriber ExtensionPoint for Jenkins.| Constructor and Description |
|---|
AbstractChannelSubscriber() |
| Modifier and Type | Method and Description |
|---|---|
org.acegisecurity.Authentication |
getAuthentication()
Get the
Authentication used for listening for events on the channel. |
abstract String |
getChannelName()
Get the name of the channel on which the subscriber will listen.
|
EventFilter |
getEventFilter()
Get the event filter to be used for messages on the channel.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonMessagepublic abstract String getChannelName()
public org.acegisecurity.Authentication getAuthentication()
Authentication used for listening for events on the channel.
Override to restrict. Default is ACL.SYSTEM.
Authentication used for listening for events on the channel.public EventFilter getEventFilter()
Override this method to define an EventFilter instance.
Default is null i.e. no filtering.
EventFilter instance.Copyright © 2016–2019. All rights reserved.