Package org.jenkinsci.plugins.ewm.nodes
Class NodeDisk
- java.lang.Object
-
- org.jenkinsci.plugins.ewm.nodes.NodeDisk
-
- All Implemented Interfaces:
Describable<NodeDisk>
public class NodeDisk extends Object implements Describable<NodeDisk>
Describable used to define disk properties for eachNode
configuration.- Author:
- Alexandru Somai
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NodeDisk.DescriptorImpl
-
Field Summary
Fields Modifier and Type Field Description static NodeDisk.DescriptorImpl
DESCRIPTOR
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description NodeDisk.DescriptorImpl
getDescriptor()
String
getDiskRefId()
String
getLocalRootPath()
Deprecated.String
getNodeMountPoint()
protected Object
readResolve()
-
-
-
Field Detail
-
DESCRIPTOR
@Extension public static final NodeDisk.DescriptorImpl DESCRIPTOR
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getDiskRefId
@CheckForNull public String getDiskRefId()
-
getLocalRootPath
@Deprecated public String getLocalRootPath()
Deprecated.
-
getNodeMountPoint
@CheckForNull public String getNodeMountPoint()
-
getDescriptor
public NodeDisk.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<NodeDisk>
-
-