A C D E F G M N O P R S T U V W _ 
All Classes All Packages

A

AbstractDiskSpeedStrategy - Class in org.jenkinsci.plugins.ewm.strategies
Base class that selects the Disk with the highest speed provided by the AbstractDiskSpeedStrategy.getDiskSpeed(DiskInfoProvider) method
AbstractDiskSpeedStrategy() - Constructor for class org.jenkinsci.plugins.ewm.strategies.AbstractDiskSpeedStrategy
 
actions_ExwsAllocateAction_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key actions.ExwsAllocateAction.DisplayName: External Workspaces.
actions_WorkspaceBrowserRootAction_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key actions.WorkspaceBrowserRootAction.DisplayName: External Workspaces.
addAllocatedWorkspace(ExternalWorkspace) - Method in class org.jenkinsci.plugins.ewm.actions.ExwsAllocateActionImpl
 
all() - Static method in class org.jenkinsci.plugins.ewm.DiskAllocationStrategy
 
all() - Static method in class org.jenkinsci.plugins.ewm.DiskInfoProvider
 
allDescriptors() - Static method in class org.jenkinsci.plugins.ewm.DiskAllocationStrategy
 
allDescriptors() - Static method in class org.jenkinsci.plugins.ewm.DiskInfoProvider
 
allocateDisk(List<Disk>) - Method in class org.jenkinsci.plugins.ewm.DiskAllocationStrategy
Allocates a disk from the given list.
allocateDisk(List<Disk>) - Method in class org.jenkinsci.plugins.ewm.strategies.AbstractDiskSpeedStrategy
 
allocateDisk(List<Disk>) - Method in class org.jenkinsci.plugins.ewm.strategies.MostUsableSpaceStrategy
 

C

configure(StaplerRequest, JSONObject) - Method in class org.jenkinsci.plugins.ewm.steps.ExwsAllocateStep.DescriptorImpl
 
configure(StaplerRequest, JSONObject) - Method in class org.jenkinsci.plugins.ewm.steps.ExwsStep.DescriptorImpl
 

D

definitions_Disk_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key definitions.Disk.DisplayName: Disk.
definitions_DiskPool_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key definitions.DiskPool.DisplayName: Disk Pool.
definitions_Template_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key definitions.Template.DisplayName: Template.
DESCRIPTOR - Static variable in class org.jenkinsci.plugins.ewm.definitions.Disk
 
DESCRIPTOR - Static variable in class org.jenkinsci.plugins.ewm.definitions.DiskPool
 
DESCRIPTOR - Static variable in class org.jenkinsci.plugins.ewm.definitions.Template
 
DESCRIPTOR - Static variable in class org.jenkinsci.plugins.ewm.nodes.NodeDisk
 
DESCRIPTOR - Static variable in class org.jenkinsci.plugins.ewm.nodes.NodeDiskPool
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.ewm.definitions.Disk.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.ewm.definitions.DiskPool.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.ewm.definitions.Template.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.ewm.nodes.ExternalWorkspaceProperty.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.ewm.nodes.NodeDisk.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.ewm.nodes.NodeDiskPool.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.ewm.providers.NoDiskInfo.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.ewm.providers.UserProvidedDiskInfo.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.ewm.steps.ExwsAllocateStep.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.ewm.steps.ExwsStep.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.ewm.strategies.FastestReadSpeedStrategy.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.ewm.strategies.FastestWriteSpeedStrategy.DescriptorImpl
 
DescriptorImpl() - Constructor for class org.jenkinsci.plugins.ewm.strategies.MostUsableSpaceStrategy.DescriptorImpl
 
Disk - Class in org.jenkinsci.plugins.ewm.definitions
Describable used to define the disk information within a DiskPool.
Disk(String, String, String, String, DiskInfoProvider) - Constructor for class org.jenkinsci.plugins.ewm.definitions.Disk
 
Disk.DescriptorImpl - Class in org.jenkinsci.plugins.ewm.definitions
 
DiskAllocationStrategy - Class in org.jenkinsci.plugins.ewm
Abstract class for defining a disk allocation strategy.
DiskAllocationStrategy() - Constructor for class org.jenkinsci.plugins.ewm.DiskAllocationStrategy
 
DiskAllocationStrategyDescriptor - Class in org.jenkinsci.plugins.ewm
Descriptor for DiskAllocationStrategy.
DiskAllocationStrategyDescriptor() - Constructor for class org.jenkinsci.plugins.ewm.DiskAllocationStrategyDescriptor
 
DiskAllocationStrategyDescriptor(Class<? extends DiskAllocationStrategy>) - Constructor for class org.jenkinsci.plugins.ewm.DiskAllocationStrategyDescriptor
 
DiskInfoProvider - Class in org.jenkinsci.plugins.ewm
Contains additional information about a Disk entry.
DiskInfoProvider() - Constructor for class org.jenkinsci.plugins.ewm.DiskInfoProvider
 
DiskInfoProvider(int, int) - Constructor for class org.jenkinsci.plugins.ewm.DiskInfoProvider
 
DiskInfoProviderDescriptor - Class in org.jenkinsci.plugins.ewm
Descriptor for DiskInfoProvider.
DiskInfoProviderDescriptor() - Constructor for class org.jenkinsci.plugins.ewm.DiskInfoProviderDescriptor
 
DiskInfoProviderDescriptor(Class<? extends DiskInfoProvider>) - Constructor for class org.jenkinsci.plugins.ewm.DiskInfoProviderDescriptor
 
DiskPool - Class in org.jenkinsci.plugins.ewm.definitions
Describable for defining a disk pool information in the Jenkins global config.
DiskPool(String, String, String, String, JobRestriction, DiskAllocationStrategy, List<Disk>) - Constructor for class org.jenkinsci.plugins.ewm.definitions.DiskPool
 
DiskPool.DescriptorImpl - Class in org.jenkinsci.plugins.ewm.definitions
 
doCheckDiskId(String) - Method in class org.jenkinsci.plugins.ewm.definitions.Disk.DescriptorImpl
 
doCheckDiskPoolId(String) - Method in class org.jenkinsci.plugins.ewm.definitions.DiskPool.DescriptorImpl
 
doCheckDiskPoolRefId(String) - Method in class org.jenkinsci.plugins.ewm.nodes.NodeDiskPool.DescriptorImpl
 
doCheckDiskRefId(String) - Method in class org.jenkinsci.plugins.ewm.nodes.NodeDisk.DescriptorImpl
 
doCheckLabel(String) - Method in class org.jenkinsci.plugins.ewm.definitions.Template.DescriptorImpl
 
doCheckMasterMountPoint(String) - Method in class org.jenkinsci.plugins.ewm.definitions.Disk.DescriptorImpl
 
doCheckNodeMountPoint(String) - Method in class org.jenkinsci.plugins.ewm.nodes.NodeDisk.DescriptorImpl
 
doCheckPath(String) - Method in class org.jenkinsci.plugins.ewm.steps.ExwsAllocateStep.DescriptorImpl
 
doCheckPhysicalPathOnDisk(String) - Method in class org.jenkinsci.plugins.ewm.definitions.Disk.DescriptorImpl
 
doCheckReadSpeed(String) - Method in class org.jenkinsci.plugins.ewm.providers.UserProvidedDiskInfo.DescriptorImpl
 
doCheckWorkspaceTemplate(String) - Method in class org.jenkinsci.plugins.ewm.definitions.DiskPool.DescriptorImpl
 
doCheckWriteSpeed(String) - Method in class org.jenkinsci.plugins.ewm.providers.UserProvidedDiskInfo.DescriptorImpl
 
doWs(StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.ewm.model.ExternalWorkspace
 

E

ExternalWorkspace - Class in org.jenkinsci.plugins.ewm.model
ModelObject used to hold relevant information about the External Workspace.
ExternalWorkspace(String, String, String, String) - Constructor for class org.jenkinsci.plugins.ewm.model.ExternalWorkspace
 
ExternalWorkspaceProperty - Class in org.jenkinsci.plugins.ewm.nodes
A NodeProperty where are defined the NodeDiskPool definitions.
ExternalWorkspaceProperty(List<NodeDiskPool>) - Constructor for class org.jenkinsci.plugins.ewm.nodes.ExternalWorkspaceProperty
 
ExternalWorkspaceProperty.DescriptorImpl - Class in org.jenkinsci.plugins.ewm.nodes
 
ExwsAllocateActionImpl - Class in org.jenkinsci.plugins.ewm.actions
RunAction2 implementation for the ExwsAllocateStep.
ExwsAllocateActionImpl() - Constructor for class org.jenkinsci.plugins.ewm.actions.ExwsAllocateActionImpl
 
ExwsAllocateExecution - Class in org.jenkinsci.plugins.ewm.steps
The execution of the ExwsAllocateStep.
ExwsAllocateExecution() - Constructor for class org.jenkinsci.plugins.ewm.steps.ExwsAllocateExecution
 
ExwsAllocateStep - Class in org.jenkinsci.plugins.ewm.steps
The 'exwsAllocate' step.
ExwsAllocateStep(String) - Constructor for class org.jenkinsci.plugins.ewm.steps.ExwsAllocateStep
 
ExwsAllocateStep.DescriptorImpl - Class in org.jenkinsci.plugins.ewm.steps
 
ExwsExecution - Class in org.jenkinsci.plugins.ewm.steps
The execution of ExwsStep.
ExwsExecution() - Constructor for class org.jenkinsci.plugins.ewm.steps.ExwsExecution
 
ExwsStep - Class in org.jenkinsci.plugins.ewm.steps
The 'exws' step.
ExwsStep(ExternalWorkspace) - Constructor for class org.jenkinsci.plugins.ewm.steps.ExwsStep
 
ExwsStep.DescriptorImpl - Class in org.jenkinsci.plugins.ewm.steps
 

F

FastestReadSpeedStrategy - Class in org.jenkinsci.plugins.ewm.strategies
Selects the Disk with the highest DiskInfoProvider.readSpeed.
FastestReadSpeedStrategy() - Constructor for class org.jenkinsci.plugins.ewm.strategies.FastestReadSpeedStrategy
 
FastestReadSpeedStrategy.DescriptorImpl - Class in org.jenkinsci.plugins.ewm.strategies
 
FastestWriteSpeedStrategy - Class in org.jenkinsci.plugins.ewm.strategies
Selects the Disk with the highest DiskInfoProvider.writeSpeed.
FastestWriteSpeedStrategy() - Constructor for class org.jenkinsci.plugins.ewm.strategies.FastestWriteSpeedStrategy
 
FastestWriteSpeedStrategy.DescriptorImpl - Class in org.jenkinsci.plugins.ewm.strategies
 
formValidation_NotADoubleValue() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key formValidation.NotADoubleValue: Not a double value.
formValidation_NotPositiveDouble() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key formValidation.NotPositiveDouble: Not a positive double value.
formValidation_NotRelativePath() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key formValidation.NotRelativePath: Must be a relative path.
formValidation_NotValidParentheses() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key formValidation.NotValidParentheses: The workspace template parentheses are not valid.
formValidation_UnsafeSymbol() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key formValidation.UnsafeSymbol: It may be unsafe to use standalone $ symbol for workspace template. It is recommended to use '${ } instead.
FormValidationUtil - Class in org.jenkinsci.plugins.ewm.utils
FormValidation utility class.

G

generateRandomHexString(int) - Static method in class org.jenkinsci.plugins.ewm.utils.RandomUtil
Generates a random hex String with the given length.
getAllocatedWorkspaces() - Method in class org.jenkinsci.plugins.ewm.actions.ExwsAllocateActionImpl
 
getBrowse(String) - Method in class org.jenkinsci.plugins.ewm.actions.WorkspaceBrowserRootAction
Method accessed by the Stapler framework when the following url is accessed: JENKINS_ROOT_URL/exws/browse/workspaceId/
getBrowseUrl() - Method in class org.jenkinsci.plugins.ewm.model.ExternalWorkspace
Computes the browsing url from which this workspace can be accessed from.
getCompleteWorkspacePath() - Method in class org.jenkinsci.plugins.ewm.model.ExternalWorkspace
Computes the complete workspace path, by appending ExternalWorkspace.pathOnDisk to the ExternalWorkspace.masterMountPoint.
getDescription() - Method in class org.jenkinsci.plugins.ewm.definitions.DiskPool
 
getDescriptor() - Method in class org.jenkinsci.plugins.ewm.definitions.Disk
 
getDescriptor() - Method in class org.jenkinsci.plugins.ewm.definitions.DiskPool
 
getDescriptor() - Method in class org.jenkinsci.plugins.ewm.definitions.Template
 
getDescriptor() - Method in class org.jenkinsci.plugins.ewm.nodes.NodeDisk
 
getDescriptor() - Method in class org.jenkinsci.plugins.ewm.nodes.NodeDiskPool
 
getDescriptor() - Method in class org.jenkinsci.plugins.ewm.steps.ExwsAllocateStep
 
getDescriptor() - Method in class org.jenkinsci.plugins.ewm.steps.ExwsStep
 
getDiskId() - Method in class org.jenkinsci.plugins.ewm.definitions.Disk
 
getDiskId() - Method in class org.jenkinsci.plugins.ewm.model.ExternalWorkspace
 
getDiskInfo() - Method in class org.jenkinsci.plugins.ewm.definitions.Disk
 
getDiskPoolId() - Method in class org.jenkinsci.plugins.ewm.definitions.DiskPool
 
getDiskPoolId() - Method in class org.jenkinsci.plugins.ewm.model.ExternalWorkspace
 
getDiskPoolId() - Method in class org.jenkinsci.plugins.ewm.steps.ExwsAllocateStep
 
getDiskPoolRefId() - Method in class org.jenkinsci.plugins.ewm.nodes.NodeDiskPool
 
getDiskPools() - Method in class org.jenkinsci.plugins.ewm.steps.ExwsAllocateStep.DescriptorImpl
 
getDiskRefId() - Method in class org.jenkinsci.plugins.ewm.nodes.NodeDisk
 
getDisks() - Method in class org.jenkinsci.plugins.ewm.definitions.DiskPool
 
getDiskSpeed(DiskInfoProvider) - Method in class org.jenkinsci.plugins.ewm.strategies.AbstractDiskSpeedStrategy
Override this method to return the speed property on which the selection should be made.
getDiskSpeed(DiskInfoProvider) - Method in class org.jenkinsci.plugins.ewm.strategies.FastestReadSpeedStrategy
 
getDiskSpeed(DiskInfoProvider) - Method in class org.jenkinsci.plugins.ewm.strategies.FastestWriteSpeedStrategy
 
getDisplayName() - Method in class org.jenkinsci.plugins.ewm.actions.ExwsAllocateActionImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.ewm.actions.WorkspaceBrowserRootAction
 
getDisplayName() - Method in class org.jenkinsci.plugins.ewm.definitions.Disk.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.ewm.definitions.Disk
 
getDisplayName() - Method in class org.jenkinsci.plugins.ewm.definitions.DiskPool.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.ewm.definitions.DiskPool
 
getDisplayName() - Method in class org.jenkinsci.plugins.ewm.definitions.Template.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.ewm.model.ExternalWorkspace
 
getDisplayName() - Method in class org.jenkinsci.plugins.ewm.nodes.ExternalWorkspaceProperty.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.ewm.nodes.NodeDisk.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.ewm.nodes.NodeDiskPool.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.ewm.providers.NoDiskInfo.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.ewm.providers.UserProvidedDiskInfo.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.ewm.steps.ExwsAllocateStep.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.ewm.steps.ExwsStep.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.ewm.strategies.FastestReadSpeedStrategy.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.ewm.strategies.FastestWriteSpeedStrategy.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.ewm.strategies.MostUsableSpaceStrategy.DescriptorImpl
 
getEstimatedWorkspaceSize() - Method in class org.jenkinsci.plugins.ewm.DiskAllocationStrategy
Returns the estimated workspace size in MB.
getExternalWorkspace() - Method in class org.jenkinsci.plugins.ewm.steps.ExwsStep
 
getFunctionName() - Method in class org.jenkinsci.plugins.ewm.steps.ExwsAllocateStep.DescriptorImpl
 
getFunctionName() - Method in class org.jenkinsci.plugins.ewm.steps.ExwsStep.DescriptorImpl
 
getIconFileName() - Method in class org.jenkinsci.plugins.ewm.actions.ExwsAllocateActionImpl
 
getIconFileName() - Method in class org.jenkinsci.plugins.ewm.actions.WorkspaceBrowserRootAction
 
getId() - Method in class org.jenkinsci.plugins.ewm.model.ExternalWorkspace
 
getLabel() - Method in class org.jenkinsci.plugins.ewm.definitions.Template
 
getLocalRootPath() - Method in class org.jenkinsci.plugins.ewm.nodes.NodeDisk
Deprecated.
getMasterMountPoint() - Method in class org.jenkinsci.plugins.ewm.definitions.Disk
 
getMasterMountPoint() - Method in class org.jenkinsci.plugins.ewm.model.ExternalWorkspace
 
getNodeDiskPools() - Method in class org.jenkinsci.plugins.ewm.definitions.Template
 
getNodeDiskPools() - Method in class org.jenkinsci.plugins.ewm.nodes.ExternalWorkspaceProperty
 
getNodeDisks() - Method in class org.jenkinsci.plugins.ewm.nodes.NodeDiskPool
 
getNodeMountPoint() - Method in class org.jenkinsci.plugins.ewm.nodes.NodeDisk
 
getParent() - Method in class org.jenkinsci.plugins.ewm.actions.ExwsAllocateActionImpl
 
getPath() - Method in class org.jenkinsci.plugins.ewm.steps.ExwsAllocateStep
 
getPathOnDisk() - Method in class org.jenkinsci.plugins.ewm.model.ExternalWorkspace
 
getPhysicalPathOnDisk() - Method in class org.jenkinsci.plugins.ewm.definitions.Disk
 
getReadSpeed() - Method in class org.jenkinsci.plugins.ewm.DiskInfoProvider
 
getRestriction() - Method in class org.jenkinsci.plugins.ewm.definitions.DiskPool
 
getSelectedRun() - Method in class org.jenkinsci.plugins.ewm.steps.ExwsAllocateStep
 
getStrategy() - Method in class org.jenkinsci.plugins.ewm.definitions.DiskPool
 
getStrategy() - Method in class org.jenkinsci.plugins.ewm.steps.ExwsAllocateStep
 
getTemplates() - Method in class org.jenkinsci.plugins.ewm.steps.ExwsStep.DescriptorImpl
 
getUrlName() - Method in class org.jenkinsci.plugins.ewm.actions.ExwsAllocateActionImpl
 
getUrlName() - Method in class org.jenkinsci.plugins.ewm.actions.WorkspaceBrowserRootAction
 
getWorkspace() - Method in class org.jenkinsci.plugins.ewm.facets.WorkspaceBrowserFacet
 
getWorkspaceTemplate() - Method in class org.jenkinsci.plugins.ewm.definitions.DiskPool
 
getWriteSpeed() - Method in class org.jenkinsci.plugins.ewm.DiskInfoProvider
 

M

Messages - Class in org.jenkinsci.plugins.ewm
Generated localization support class.
Messages() - Constructor for class org.jenkinsci.plugins.ewm.Messages
 
model_ExternalWorkspace_DisplayName(Object, Object) - Static method in class org.jenkinsci.plugins.ewm.Messages
Key model.ExternalWorkspace.DisplayName: Workspace on {0} from {1}.
MostUsableSpaceStrategy - Class in org.jenkinsci.plugins.ewm.strategies
DiskAllocationStrategy implementation that allocates the disk with the most usable space.
MostUsableSpaceStrategy() - Constructor for class org.jenkinsci.plugins.ewm.strategies.MostUsableSpaceStrategy
 
MostUsableSpaceStrategy.DescriptorImpl - Class in org.jenkinsci.plugins.ewm.strategies
 

N

NodeDisk - Class in org.jenkinsci.plugins.ewm.nodes
Describable used to define disk properties for each Node configuration.
NodeDisk(String, String) - Constructor for class org.jenkinsci.plugins.ewm.nodes.NodeDisk
 
NodeDisk.DescriptorImpl - Class in org.jenkinsci.plugins.ewm.nodes
 
NodeDiskPool - Class in org.jenkinsci.plugins.ewm.nodes
Describable used to define disk pool properties for each Node configuration.
NodeDiskPool(String, List<NodeDisk>) - Constructor for class org.jenkinsci.plugins.ewm.nodes.NodeDiskPool
 
NodeDiskPool.DescriptorImpl - Class in org.jenkinsci.plugins.ewm.nodes
 
nodes_ExternalWorkspaceProperty_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key nodes.ExternalWorkspaceProperty.DisplayName: External Workspace.
NoDiskInfo - Class in org.jenkinsci.plugins.ewm.providers
DiskInfoProvider implementation that sets values to 0 or null.
NoDiskInfo() - Constructor for class org.jenkinsci.plugins.ewm.providers.NoDiskInfo
 
NoDiskInfo.DescriptorImpl - Class in org.jenkinsci.plugins.ewm.providers
 

O

onAttached(Run<?, ?>) - Method in class org.jenkinsci.plugins.ewm.actions.ExwsAllocateActionImpl
 
onLoad(Run<?, ?>) - Method in class org.jenkinsci.plugins.ewm.actions.ExwsAllocateActionImpl
 
org.jenkinsci.plugins.ewm - package org.jenkinsci.plugins.ewm
 
org.jenkinsci.plugins.ewm.actions - package org.jenkinsci.plugins.ewm.actions
 
org.jenkinsci.plugins.ewm.definitions - package org.jenkinsci.plugins.ewm.definitions
 
org.jenkinsci.plugins.ewm.facets - package org.jenkinsci.plugins.ewm.facets
 
org.jenkinsci.plugins.ewm.model - package org.jenkinsci.plugins.ewm.model
 
org.jenkinsci.plugins.ewm.nodes - package org.jenkinsci.plugins.ewm.nodes
 
org.jenkinsci.plugins.ewm.providers - package org.jenkinsci.plugins.ewm.providers
 
org.jenkinsci.plugins.ewm.steps - package org.jenkinsci.plugins.ewm.steps
 
org.jenkinsci.plugins.ewm.strategies - package org.jenkinsci.plugins.ewm.strategies
 
org.jenkinsci.plugins.ewm.utils - package org.jenkinsci.plugins.ewm.utils
 

P

providers_NoDiskInfo_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key providers.NoDiskInfo.DisplayName: No Disk Info.
providers_UserProvidedDiskInfo_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key providers.UserProvidedDiskInfo.DisplayName: Provide Custom Disk Info.

R

RandomUtil - Class in org.jenkinsci.plugins.ewm.utils
Utility class for random generators.
readResolve() - Method in class org.jenkinsci.plugins.ewm.nodes.NodeDisk
 
retrieveUsableSpaceInBytes(Disk) - Method in class org.jenkinsci.plugins.ewm.DiskAllocationStrategy
Retrieves the usable space in bytes for the given Disk entry.
retrieveUsableSpaceInMegaBytes(Disk) - Method in class org.jenkinsci.plugins.ewm.DiskAllocationStrategy
Retrieves the usable space in MB for the given Disk entry.
run() - Method in class org.jenkinsci.plugins.ewm.steps.ExwsAllocateExecution
 

S

setDiskPools(List<DiskPool>) - Method in class org.jenkinsci.plugins.ewm.steps.ExwsAllocateStep.DescriptorImpl
 
setEstimatedWorkspaceSize(long) - Method in class org.jenkinsci.plugins.ewm.DiskAllocationStrategy
Sets the estimated workspace size.
setEstimatedWorkspaceSize(long) - Method in class org.jenkinsci.plugins.ewm.strategies.FastestReadSpeedStrategy
 
setEstimatedWorkspaceSize(long) - Method in class org.jenkinsci.plugins.ewm.strategies.FastestWriteSpeedStrategy
 
setEstimatedWorkspaceSize(long) - Method in class org.jenkinsci.plugins.ewm.strategies.MostUsableSpaceStrategy
 
setPath(String) - Method in class org.jenkinsci.plugins.ewm.steps.ExwsAllocateStep
 
setSelectedRun(RunWrapper) - Method in class org.jenkinsci.plugins.ewm.steps.ExwsAllocateStep
 
setStrategy(DiskAllocationStrategy) - Method in class org.jenkinsci.plugins.ewm.steps.ExwsAllocateStep
 
setTemplates(List<Template>) - Method in class org.jenkinsci.plugins.ewm.steps.ExwsStep.DescriptorImpl
 
start() - Method in class org.jenkinsci.plugins.ewm.steps.ExwsExecution
 
steps_ExwsAllocateStep_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key steps.ExwsAllocateStep.DisplayName: Allocate external workspace.
steps_ExwsStep_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key steps.ExwsStep.DisplayName: Use external workspace.
stop(Throwable) - Method in class org.jenkinsci.plugins.ewm.steps.ExwsExecution
 
strategies_FastestReadSpeed_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key strategies.FastestReadSpeed.DisplayName: Select the Disk with the highest read speed.
strategies_FastestWriteSpeed_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key strategies.FastestWriteSpeed.DisplayName: Select the Disk with the highest write speed.
strategies_MostUsableSpace_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key strategies.MostUsableSpace.DisplayName: Select the Disk with the most usable space.

T

takesImplicitBlockArgument() - Method in class org.jenkinsci.plugins.ewm.steps.ExwsStep.DescriptorImpl
 
Template - Class in org.jenkinsci.plugins.ewm.definitions
Describable used in the Jenkins global config.
Template(String, List<NodeDiskPool>) - Constructor for class org.jenkinsci.plugins.ewm.definitions.Template
 
Template.DescriptorImpl - Class in org.jenkinsci.plugins.ewm.definitions
 

U

UserProvidedDiskInfo - Class in org.jenkinsci.plugins.ewm.providers
DiskInfoProvider implementation that has values provided by the user.
UserProvidedDiskInfo() - Constructor for class org.jenkinsci.plugins.ewm.providers.UserProvidedDiskInfo
 
UserProvidedDiskInfo(int, int) - Constructor for class org.jenkinsci.plugins.ewm.providers.UserProvidedDiskInfo
 
UserProvidedDiskInfo.DescriptorImpl - Class in org.jenkinsci.plugins.ewm.providers
 

V

validateWorkspaceTemplate(String) - Static method in class org.jenkinsci.plugins.ewm.utils.FormValidationUtil
Validates the input String to match a specific workspace template.

W

WorkspaceBrowserFacet - Class in org.jenkinsci.plugins.ewm.facets
FingerprintFacet implementation that holds the ExternalWorkspace metadata.
WorkspaceBrowserFacet(Fingerprint, long, ExternalWorkspace) - Constructor for class org.jenkinsci.plugins.ewm.facets.WorkspaceBrowserFacet
 
WorkspaceBrowserRootAction - Class in org.jenkinsci.plugins.ewm.actions
RootAction implementation that handles workspace browsing by its id.
WorkspaceBrowserRootAction() - Constructor for class org.jenkinsci.plugins.ewm.actions.WorkspaceBrowserRootAction
 

_

_actions_ExwsAllocateAction_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key actions.ExwsAllocateAction.DisplayName: External Workspaces.
_actions_WorkspaceBrowserRootAction_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key actions.WorkspaceBrowserRootAction.DisplayName: External Workspaces.
_definitions_Disk_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key definitions.Disk.DisplayName: Disk.
_definitions_DiskPool_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key definitions.DiskPool.DisplayName: Disk Pool.
_definitions_Template_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key definitions.Template.DisplayName: Template.
_formValidation_NotADoubleValue() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key formValidation.NotADoubleValue: Not a double value.
_formValidation_NotPositiveDouble() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key formValidation.NotPositiveDouble: Not a positive double value.
_formValidation_NotRelativePath() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key formValidation.NotRelativePath: Must be a relative path.
_formValidation_NotValidParentheses() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key formValidation.NotValidParentheses: The workspace template parentheses are not valid.
_formValidation_UnsafeSymbol() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key formValidation.UnsafeSymbol: It may be unsafe to use standalone $ symbol for workspace template. It is recommended to use '${ } instead.
_model_ExternalWorkspace_DisplayName(Object, Object) - Static method in class org.jenkinsci.plugins.ewm.Messages
Key model.ExternalWorkspace.DisplayName: Workspace on {0} from {1}.
_nodes_ExternalWorkspaceProperty_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key nodes.ExternalWorkspaceProperty.DisplayName: External Workspace.
_providers_NoDiskInfo_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key providers.NoDiskInfo.DisplayName: No Disk Info.
_providers_UserProvidedDiskInfo_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key providers.UserProvidedDiskInfo.DisplayName: Provide Custom Disk Info.
_steps_ExwsAllocateStep_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key steps.ExwsAllocateStep.DisplayName: Allocate external workspace.
_steps_ExwsStep_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key steps.ExwsStep.DisplayName: Use external workspace.
_strategies_FastestReadSpeed_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key strategies.FastestReadSpeed.DisplayName: Select the Disk with the highest read speed.
_strategies_FastestWriteSpeed_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key strategies.FastestWriteSpeed.DisplayName: Select the Disk with the highest write speed.
_strategies_MostUsableSpace_DisplayName() - Static method in class org.jenkinsci.plugins.ewm.Messages
Key strategies.MostUsableSpace.DisplayName: Select the Disk with the most usable space.
A C D E F G M N O P R S T U V W _ 
All Classes All Packages