Uses of Class
jenkins.slaves.RemotingWorkDirSettings
-
Packages that use RemotingWorkDirSettings Package Description hudson.slaves Code related to agents.jenkins.slaves -
-
Uses of RemotingWorkDirSettings in hudson.slaves
Methods in hudson.slaves that return RemotingWorkDirSettings Modifier and Type Method Description RemotingWorkDirSettings
JNLPLauncher. 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 RemotingWorkDirSettings Modifier and Type Method Description 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 RemotingWorkDirSettings Constructor Description JNLPLauncher(String tunnel, String vmargs, RemotingWorkDirSettings workDirSettings)
Deprecated.no useful properties, useJNLPLauncher()
-
Uses of RemotingWorkDirSettings in jenkins.slaves
Methods in jenkins.slaves that return RemotingWorkDirSettings Modifier and Type Method Description static 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 Modifier and Type Method Description Descriptor<RemotingWorkDirSettings>
RemotingWorkDirSettings. getDescriptor()
Deprecated.
-