| Package | Description |
|---|---|
| org.jenkinsci.plugins.ewm.definitions | |
| org.jenkinsci.plugins.ewm.strategies |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<Disk> |
Disk.getDescriptor() |
List<Disk> |
DiskPool.getDisks() |
| Constructor and Description |
|---|
DiskPool(String diskPoolId,
String name,
String description,
List<Disk> disks) |
| Modifier and Type | Method and Description |
|---|---|
Disk |
DiskAllocationStrategy.allocateDisk()
Allocates a disk from the given disk pool.
|
Disk |
MostUsableSpaceStrategy.allocateDisk(List<Disk> disks) |
protected abstract Disk |
DiskAllocationStrategy.allocateDisk(List<Disk> disks)
Allocates a disk from the given list.
|
| Modifier and Type | Method and Description |
|---|---|
Disk |
MostUsableSpaceStrategy.allocateDisk(List<Disk> disks) |
protected abstract Disk |
DiskAllocationStrategy.allocateDisk(List<Disk> disks)
Allocates a disk from the given list.
|
Copyright © 2016. All rights reserved.