Uses of Class
jenkins.slaves.RemotingWorkDirSettings
Packages that use RemotingWorkDirSettings
-
Uses of RemotingWorkDirSettings in hudson.slaves
Methods in hudson.slaves that return RemotingWorkDirSettingsModifier and TypeMethodDescriptionJNLPLauncher.getWorkDirSettings()
Deprecated (only used with deprecated-jnlpUrl
mode), but cannot mark it as such without breaking CasC.Methods in hudson.slaves with parameters of type RemotingWorkDirSettingsModifier and TypeMethodDescriptionfinal void
JNLPLauncher.setWorkDirSettings
(RemotingWorkDirSettings workDirSettings) Deprecated (only used with deprecated-jnlpUrl
mode), but cannot mark it as such without breaking CasC.Constructors in hudson.slaves with parameters of type RemotingWorkDirSettingsModifierConstructorDescriptionJNLPLauncher
(String tunnel, String vmargs, RemotingWorkDirSettings workDirSettings) Deprecated. -
Uses of RemotingWorkDirSettings in jenkins.slaves
Methods in jenkins.slaves that return RemotingWorkDirSettingsModifier 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.Methods in jenkins.slaves that return types with arguments of type RemotingWorkDirSettings
JNLPLauncher()