| 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 displayName,
String description,
String workspaceTemplate,
com.synopsys.arc.jenkinsci.plugins.jobrestrictions.restrictions.JobRestriction restriction,
List<Disk> disks) |
| Modifier and Type | Method and Description |
|---|---|
Disk |
MostUsableSpaceStrategy.allocateDisk(List<Disk> disks) |
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) |
abstract Disk |
DiskAllocationStrategy.allocateDisk(List<Disk> disks)
Allocates a disk from the given list.
|
Copyright © 2016. All rights reserved.