| Modifier and Type | Class and Description |
|---|---|
static class |
Disk.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static Disk.DescriptorImpl |
DESCRIPTOR |
| Constructor and Description |
|---|
Disk(String diskId,
String displayName,
String masterMountPoint,
String physicalPathOnDisk) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<Disk> |
getDescriptor() |
String |
getDiskId() |
String |
getDisplayName() |
String |
getMasterMountPoint() |
String |
getPhysicalPathOnDisk() |
@Extension public static final Disk.DescriptorImpl DESCRIPTOR
public hudson.model.Descriptor<Disk> getDescriptor()
getDescriptor in interface hudson.model.Describable<Disk>@CheckForNull public String getDiskId()
@CheckForNull public String getDisplayName()
@CheckForNull public String getMasterMountPoint()
@CheckForNull public String getPhysicalPathOnDisk()
Copyright © 2016. All rights reserved.