Skip navigation links
C D G I M N P S T V _ 

C

CommonConfig - Class in de.jamba.hudson.plugin.wsclean
 
CommonConfig() - Constructor for class de.jamba.hudson.plugin.wsclean.CommonConfig
 
CommonConfig.NodeSelection - Enum in de.jamba.hudson.plugin.wsclean
 
CommonConfig_nodeNamesToSkip_invalid(Object, Object) - Static method in class de.jamba.hudson.plugin.wsclean.Messages
Key CommonConfig.nodeNamesToSkip.invalid: Regex#{0} is not a valid regex: {1}.
CommonConfig_nodeNamesToSkip_whitespaceFirst(Object) - Static method in class de.jamba.hudson.plugin.wsclean.Messages
Key CommonConfig.nodeNamesToSkip.whitespaceFirst: Regex#{0} has initial whitespace.
CommonConfig_nodeNamesToSkip_whitespaceLast(Object) - Static method in class de.jamba.hudson.plugin.wsclean.Messages
Key CommonConfig.nodeNamesToSkip.whitespaceLast: Regex#{0} has trailing whitespace.
CommonConfig_skipRoamingIgnores() - Static method in class de.jamba.hudson.plugin.wsclean.Messages
Key CommonConfig.skipRoamingIgnores: This field is ignored when only past workspaces are cleaned..

D

de.jamba.hudson.plugin.wsclean - package de.jamba.hudson.plugin.wsclean
 
DescriptorImpl() - Constructor for class de.jamba.hudson.plugin.wsclean.PrePostClean.DescriptorImpl
 
DisablePrePostCleanNodeProperty - Class in de.jamba.hudson.plugin.wsclean
Jenkins slave NodeProperty that, when set, causes PrePostClean to skip the Node.
DisablePrePostCleanNodeProperty() - Constructor for class de.jamba.hudson.plugin.wsclean.DisablePrePostCleanNodeProperty
 
DisablePrePostCleanNodeProperty.NodePropertyDescriptorImpl - Class in de.jamba.hudson.plugin.wsclean
 
DisablePrePostCleanNodeProperty_displayName() - Static method in class de.jamba.hudson.plugin.wsclean.Messages
Key DisablePrePostCleanNodeProperty.displayName: Skip this node when cleaning old build workspaces..
doCheckNodeNamesToSkipString(String) - Method in class de.jamba.hudson.plugin.wsclean.CommonConfig
 
doCheckSkipRoaming(boolean, String) - Method in class de.jamba.hudson.plugin.wsclean.CommonConfig
 
doCheckTimeoutInMilliseconds(String) - Method in class de.jamba.hudson.plugin.wsclean.CommonConfig
 

G

get() - Static method in class de.jamba.hudson.plugin.wsclean.CommonConfig
 
getDescription() - Method in enum de.jamba.hudson.plugin.wsclean.CommonConfig.NodeSelection
 
getDisplayName() - Method in class de.jamba.hudson.plugin.wsclean.DisablePrePostCleanNodeProperty.NodePropertyDescriptorImpl
 
getDisplayName() - Method in class de.jamba.hudson.plugin.wsclean.PrePostClean.DescriptorImpl
 
getNodeNamesToSkip() - Method in class de.jamba.hudson.plugin.wsclean.CommonConfig
 
getNodeNamesToSkipString() - Method in class de.jamba.hudson.plugin.wsclean.CommonConfig
 
getNodeSelection() - Method in class de.jamba.hudson.plugin.wsclean.CommonConfig
 
getParallel() - Method in class de.jamba.hudson.plugin.wsclean.CommonConfig
 
getSkipRoaming() - Method in class de.jamba.hudson.plugin.wsclean.CommonConfig
 
getTimeoutInMilliseconds() - Method in class de.jamba.hudson.plugin.wsclean.CommonConfig
 
getUseHistory() - Method in enum de.jamba.hudson.plugin.wsclean.CommonConfig.NodeSelection
 
getUseLabels() - Method in enum de.jamba.hudson.plugin.wsclean.CommonConfig.NodeSelection
 

I

isApplicable(AbstractProject<?, ?>) - Method in class de.jamba.hudson.plugin.wsclean.PrePostClean.DescriptorImpl
 
isBefore() - Method in class de.jamba.hudson.plugin.wsclean.PrePostClean
If set, we clean at the start of the build instead of at the end of the build.

M

Messages - Class in de.jamba.hudson.plugin.wsclean
Generated localization support class.
Messages() - Constructor for class de.jamba.hudson.plugin.wsclean.Messages
 

N

NodePropertyDescriptorImpl() - Constructor for class de.jamba.hudson.plugin.wsclean.DisablePrePostCleanNodeProperty.NodePropertyDescriptorImpl
 
NodeSelection_HISTORY_ONLY_displayName() - Static method in class de.jamba.hudson.plugin.wsclean.Messages
Key NodeSelection.HISTORY_ONLY.displayName: Clean nodes that have been used.
NodeSelection_LABEL_AND_HISTORY_displayName() - Static method in class de.jamba.hudson.plugin.wsclean.Messages
Key NodeSelection.LABEL_AND_HISTORY.displayName: Clean nodes that could be, or have been, used.
NodeSelection_LABEL_ONLY_displayName() - Static method in class de.jamba.hudson.plugin.wsclean.Messages
Key NodeSelection.LABEL_ONLY.displayName: Clean nodes that could be used.

P

PrePostClean - Class in de.jamba.hudson.plugin.wsclean
 
PrePostClean() - Constructor for class de.jamba.hudson.plugin.wsclean.PrePostClean
 
PrePostClean(boolean) - Constructor for class de.jamba.hudson.plugin.wsclean.PrePostClean
 
PrePostClean.DescriptorImpl - Class in de.jamba.hudson.plugin.wsclean
 
PrePostClean_displayName() - Static method in class de.jamba.hudson.plugin.wsclean.Messages
Key PrePostClean.displayName: Clean up this job's workspaces from other slave nodes..
PrePostClean_warningNoTimeoutSet() - Static method in class de.jamba.hudson.plugin.wsclean.Messages
Key PrePostClean.warningNoTimeoutSet: If no timeout is set then a poorly slave node could cause this build to block indefinitely..

S

setBefore(boolean) - Method in class de.jamba.hudson.plugin.wsclean.PrePostClean
 
setNodeNamesToSkip(String[]) - Method in class de.jamba.hudson.plugin.wsclean.CommonConfig
 
setNodeNamesToSkipString(String) - Method in class de.jamba.hudson.plugin.wsclean.CommonConfig
 
setNodeSelection(CommonConfig.NodeSelection) - Method in class de.jamba.hudson.plugin.wsclean.CommonConfig
 
setParallel(boolean) - Method in class de.jamba.hudson.plugin.wsclean.CommonConfig
 
setSkipRoaming(boolean) - Method in class de.jamba.hudson.plugin.wsclean.CommonConfig
 
setTimeoutInMilliseconds(long) - Method in class de.jamba.hudson.plugin.wsclean.CommonConfig
 
setUp(AbstractBuild, Launcher, BuildListener) - Method in class de.jamba.hudson.plugin.wsclean.PrePostClean
 

T

TaskUtils - Class in de.jamba.hudson.plugin.wsclean
 
TaskUtils() - Constructor for class de.jamba.hudson.plugin.wsclean.TaskUtils
 

V

valueOf(String) - Static method in enum de.jamba.hudson.plugin.wsclean.CommonConfig.NodeSelection
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.jamba.hudson.plugin.wsclean.CommonConfig.NodeSelection
Returns an array containing the constants of this enum type, in the order they are declared.

_

_CommonConfig_nodeNamesToSkip_invalid(Object, Object) - Static method in class de.jamba.hudson.plugin.wsclean.Messages
Key CommonConfig.nodeNamesToSkip.invalid: Regex#{0} is not a valid regex: {1}.
_CommonConfig_nodeNamesToSkip_whitespaceFirst(Object) - Static method in class de.jamba.hudson.plugin.wsclean.Messages
Key CommonConfig.nodeNamesToSkip.whitespaceFirst: Regex#{0} has initial whitespace.
_CommonConfig_nodeNamesToSkip_whitespaceLast(Object) - Static method in class de.jamba.hudson.plugin.wsclean.Messages
Key CommonConfig.nodeNamesToSkip.whitespaceLast: Regex#{0} has trailing whitespace.
_CommonConfig_skipRoamingIgnores() - Static method in class de.jamba.hudson.plugin.wsclean.Messages
Key CommonConfig.skipRoamingIgnores: This field is ignored when only past workspaces are cleaned..
_DisablePrePostCleanNodeProperty_displayName() - Static method in class de.jamba.hudson.plugin.wsclean.Messages
Key DisablePrePostCleanNodeProperty.displayName: Skip this node when cleaning old build workspaces..
_NodeSelection_HISTORY_ONLY_displayName() - Static method in class de.jamba.hudson.plugin.wsclean.Messages
Key NodeSelection.HISTORY_ONLY.displayName: Clean nodes that have been used.
_NodeSelection_LABEL_AND_HISTORY_displayName() - Static method in class de.jamba.hudson.plugin.wsclean.Messages
Key NodeSelection.LABEL_AND_HISTORY.displayName: Clean nodes that could be, or have been, used.
_NodeSelection_LABEL_ONLY_displayName() - Static method in class de.jamba.hudson.plugin.wsclean.Messages
Key NodeSelection.LABEL_ONLY.displayName: Clean nodes that could be used.
_PrePostClean_displayName() - Static method in class de.jamba.hudson.plugin.wsclean.Messages
Key PrePostClean.displayName: Clean up this job's workspaces from other slave nodes..
_PrePostClean_warningNoTimeoutSet() - Static method in class de.jamba.hudson.plugin.wsclean.Messages
Key PrePostClean.warningNoTimeoutSet: If no timeout is set then a poorly slave node could cause this build to block indefinitely..
C D G I M N P S T V _ 
Skip navigation links

Copyright © 2016–2020. All rights reserved.