hudson.plugins.xvnc
Class NodePropertyImpl

java.lang.Object
  extended by hudson.slaves.NodeProperty<hudson.model.Node>
      extended by hudson.plugins.xvnc.NodePropertyImpl
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.slaves.NodeProperty<?>>

public class NodePropertyImpl
extends hudson.slaves.NodeProperty<hudson.model.Node>

Marker property to disable Xvnc execution on specific nodes.

Author:
Kohsuke Kawaguchi

Nested Class Summary
static class NodePropertyImpl.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.slaves.NodeProperty
node
 
Constructor Summary
NodePropertyImpl()
           
 
Method Summary
 
Methods inherited from class hudson.slaves.NodeProperty
all, canTake, for_, getDescriptor, setNode, setUp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodePropertyImpl

@DataBoundConstructor
public NodePropertyImpl()


Copyright © 2010. All Rights Reserved.