Class AgentInfo.GetAgentInfo
- java.lang.Object
-
- io.jenkins.plugins.venaficodesigning.AgentInfo.GetAgentInfo
-
- All Implemented Interfaces:
FilePath.FileCallable<AgentInfo>,Serializable,org.jenkinsci.remoting.RoleSensitive
- Enclosing class:
- AgentInfo
public static final class AgentInfo.GetAgentInfo extends Object implements FilePath.FileCallable<AgentInfo>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetAgentInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckRoles(org.jenkinsci.remoting.RoleChecker roleChecker)AgentInfoinvoke(File nodeRoot, hudson.remoting.VirtualChannel virtualChannel)
-
-
-
Method Detail
-
invoke
public AgentInfo invoke(File nodeRoot, hudson.remoting.VirtualChannel virtualChannel) throws IOException, InterruptedException
- Specified by:
invokein interfaceFilePath.FileCallable<AgentInfo>- Throws:
IOExceptionInterruptedException
-
checkRoles
public void checkRoles(org.jenkinsci.remoting.RoleChecker roleChecker) throws SecurityException- Specified by:
checkRolesin interfaceorg.jenkinsci.remoting.RoleSensitive- Throws:
SecurityException
-
-