Package hudson.plugins.dimensionsscm
Class GetHostDetailsTask
- java.lang.Object
-
- jenkins.MasterToSlaveFileCallable<Boolean>
-
- hudson.plugins.dimensionsscm.GetHostDetailsTask
-
- All Implemented Interfaces:
FilePath.FileCallable<Boolean>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
public class GetHostDetailsTask extends MasterToSlaveFileCallable<Boolean>
Callable to find out if the current host is remote to the master.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetHostDetailsTask(String master)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
invoke(File area, hudson.remoting.VirtualChannel channel)
-
Methods inherited from class jenkins.MasterToSlaveFileCallable
checkRoles
-
-
-
-
Constructor Detail
-
GetHostDetailsTask
public GetHostDetailsTask(String master)
-
-
Method Detail
-
invoke
public Boolean invoke(File area, hudson.remoting.VirtualChannel channel) throws IOException
- Throws:
IOException
-
-