Uses of Class
jenkins.slaves.RemotingWorkDirSettings
-
Uses of RemotingWorkDirSettings in hudson.slaves
Modifier and TypeMethodDescriptionJNLPLauncher.getWorkDirSettings()
Deprecated (only used with deprecated-jnlpUrl
mode), but cannot mark it as such without breaking CasC.Modifier and TypeMethodDescriptionfinal void
JNLPLauncher.setWorkDirSettings
(RemotingWorkDirSettings workDirSettings) Deprecated (only used with deprecated-jnlpUrl
mode), but cannot mark it as such without breaking CasC.ModifierConstructorDescriptionJNLPLauncher
(String tunnel, String vmargs, RemotingWorkDirSettings workDirSettings) Deprecated. -
Uses of RemotingWorkDirSettings in jenkins.slaves
Modifier and TypeMethodDescriptionstatic RemotingWorkDirSettings
RemotingWorkDirSettings.getDisabledDefaults()
Deprecated.Gets default settings for the disabled work directory.static RemotingWorkDirSettings
RemotingWorkDirSettings.getEnabledDefaults()
Deprecated.Gets default settings of the enabled work directory.
JNLPLauncher()