Package com.mathworks.ci.utilities
Class GetSystemProperties
- java.lang.Object
-
- jenkins.security.MasterToSlaveCallable<String[],InterruptedException>
-
- com.mathworks.ci.utilities.GetSystemProperties
-
- All Implemented Interfaces:
hudson.remoting.Callable<String[],InterruptedException>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
public class GetSystemProperties extends MasterToSlaveCallable<String[],InterruptedException>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetSystemProperties(String... properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
call()
-
Methods inherited from class jenkins.security.MasterToSlaveCallable
checkRoles
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface hudson.remoting.Callable
getChannelOrFail, getOpenChannelOrFail
-
-