org.jenkinsci.plugins
Class WatcherNodeProperty

java.lang.Object
  extended by hudson.slaves.NodeProperty<hudson.model.Node>
      extended by 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 Class Summary
static class WatcherNodeProperty.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.slaves.NodeProperty
node
 
Constructor Summary
WatcherNodeProperty(String onlineAddresses, String offlineAddresses)
           
 
Method Summary
 String getOfflineAddresses()
           
 String getOnlineAddresses()
           
 
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
 

Constructor Detail

WatcherNodeProperty

@DataBoundConstructor
public WatcherNodeProperty(String onlineAddresses,
                                                String offlineAddresses)
Method Detail

getOnlineAddresses

public String getOnlineAddresses()

getOfflineAddresses

public String getOfflineAddresses()


Copyright © 2004-2012. All Rights Reserved.