org.jenkinsci.plugins
Class WatcherNodeProperty
java.lang.Object
hudson.slaves.NodeProperty<hudson.model.Node>
org.jenkinsci.plugins.WatcherNodeProperty
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.slaves.NodeProperty<?>>, hudson.model.ReconfigurableDescribable<hudson.slaves.NodeProperty<?>>
public class WatcherNodeProperty
- extends hudson.slaves.NodeProperty<hudson.model.Node>
Configure list of email addresses as a property of a Node to be used for
notification purposes.
- Author:
- ogondza
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.slaves.NodeProperty |
node |
| Methods inherited from class hudson.slaves.NodeProperty |
all, canTake, canTake, for_, getDescriptor, reconfigure, setNode, setUp |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WatcherNodeProperty
@DataBoundConstructor
public WatcherNodeProperty(String onlineAddresses,
String offlineAddresses)
getOnlineAddresses
public String getOnlineAddresses()
getOfflineAddresses
public String getOfflineAddresses()
Copyright © 2004-2012. All Rights Reserved.