Class ClientCommandBuilder.GetOsType
- java.lang.Object
-
- jenkins.security.MasterToSlaveCallable<ClientCommandBuilder.OsType,RuntimeException>
-
- com.openshift.jenkins.plugins.util.ClientCommandBuilder.GetOsType
-
- All Implemented Interfaces:
hudson.remoting.Callable<ClientCommandBuilder.OsType,RuntimeException>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
- Enclosing class:
- ClientCommandBuilder
public static final class ClientCommandBuilder.GetOsType extends MasterToSlaveCallable<ClientCommandBuilder.OsType,RuntimeException>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetOsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientCommandBuilder.OsType
call()
-
Methods inherited from class jenkins.security.MasterToSlaveCallable
checkRoles
-
-
-
-
Method Detail
-
call
public ClientCommandBuilder.OsType call() throws RuntimeException
- Throws:
RuntimeException
-
-