Package hudson.plugins.dimensionsscm
Class CheckOutAPITask
- java.lang.Object
-
- jenkins.MasterToSlaveFileCallable<Boolean>
-
- hudson.plugins.dimensionsscm.CheckOutAPITask
-
- All Implemented Interfaces:
FilePath.FileCallable<Boolean>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
public class CheckOutAPITask extends MasterToSlaveFileCallable<Boolean>
Update local work area using Java API.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckOutAPITask(Run<?,?> build, DimensionsSCM parent, FilePath workspace, TaskListener listener, int version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
execute(File area, hudson.remoting.VirtualChannel channel)
Boolean
invoke(File area, hudson.remoting.VirtualChannel channel)
-
Methods inherited from class jenkins.MasterToSlaveFileCallable
checkRoles
-
-
-
-
Constructor Detail
-
CheckOutAPITask
public CheckOutAPITask(Run<?,?> build, DimensionsSCM parent, FilePath workspace, TaskListener listener, int version)
-
-
Method Detail
-
execute
public Boolean execute(File area, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
invoke
public Boolean invoke(File area, hudson.remoting.VirtualChannel channel) throws IOException
- Throws:
IOException
-
-