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