Package hudson.plugins.sauce_ondemand
Class SauceOnDemandBuildWrapper.GetAvailablePort
- java.lang.Object
-
- jenkins.security.MasterToSlaveCallable<Integer,RuntimeException>
-
- hudson.plugins.sauce_ondemand.SauceOnDemandBuildWrapper.GetAvailablePort
-
- All Implemented Interfaces:
hudson.remoting.Callable<Integer,RuntimeException>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
- Enclosing class:
- SauceOnDemandBuildWrapper
public static class SauceOnDemandBuildWrapper.GetAvailablePort extends MasterToSlaveCallable<Integer,RuntimeException>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetAvailablePort()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
call()
-
Methods inherited from class jenkins.security.MasterToSlaveCallable
checkRoles
-
-
-
-
Method Detail
-
call
public Integer call()
-
-