public class OwnerNodeProperty extends hudson.slaves.NodeProperty<hudson.model.Node> implements IOwnershipItem<hudson.slaves.NodeProperty>
| Modifier and Type | Class and Description |
|---|---|
static class |
OwnerNodeProperty.DescriptorImpl |
| Constructor and Description |
|---|
OwnerNodeProperty(hudson.model.Node node,
OwnershipDescription ownership) |
OwnerNodeProperty(NodeOwnerWrapper slaveOwnership) |
| Modifier and Type | Method and Description |
|---|---|
hudson.slaves.NodeProperty |
getDescribedItem()
Gets item, which is being described by action.
|
hudson.slaves.NodePropertyDescriptor |
getDescriptor() |
hudson.model.Node |
getNode() |
OwnershipDescription |
getOwnership() |
IOwnershipHelper<hudson.slaves.NodeProperty> |
helper()
Gets helper for typical operations.
|
hudson.slaves.NodeProperty<?> |
reconfigure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject form) |
@DataBoundConstructor public OwnerNodeProperty(NodeOwnerWrapper slaveOwnership)
public OwnerNodeProperty(hudson.model.Node node,
OwnershipDescription ownership)
public OwnershipDescription getOwnership()
public hudson.model.Node getNode()
public hudson.slaves.NodePropertyDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.slaves.NodeProperty<?>>getDescriptor in class hudson.slaves.NodeProperty<hudson.model.Node>public IOwnershipHelper<hudson.slaves.NodeProperty> helper()
IOwnershipItemhelper in interface IOwnershipItem<hudson.slaves.NodeProperty>public hudson.slaves.NodeProperty<?> reconfigure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject form)
throws hudson.model.Descriptor.FormException
reconfigure in interface hudson.model.ReconfigurableDescribable<hudson.slaves.NodeProperty<?>>reconfigure in class hudson.slaves.NodeProperty<hudson.model.Node>hudson.model.Descriptor.FormExceptionpublic hudson.slaves.NodeProperty getDescribedItem()
IOwnershipItemgetDescribedItem in interface IOwnershipItem<hudson.slaves.NodeProperty>Copyright © 2004-2013. All Rights Reserved.