Class AgentInfoCallable
- java.lang.Object
-
- jenkins.security.MasterToSlaveCallable<AgentInfo,Exception>
-
- io.jenkins.plugins.projectenv.agent.AgentInfoCallable
-
- All Implemented Interfaces:
hudson.remoting.Callable<AgentInfo,Exception>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
public class AgentInfoCallable extends MasterToSlaveCallable<AgentInfo,Exception>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AgentInfoCallable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentInfo
call()
-
Methods inherited from class jenkins.security.MasterToSlaveCallable
checkRoles
-
-