Class OciConfigWriter.Callable
- java.lang.Object
-
- com.oracle.cloud.baremetal.jenkins.credentials.OciConfigWriter.Callable
-
- All Implemented Interfaces:
FilePath.FileCallable<Map<String,String>>,Serializable,org.jenkinsci.remoting.RoleSensitive
- Enclosing class:
- OciConfigWriter
public static class OciConfigWriter.Callable extends Object implements FilePath.FileCallable<Map<String,String>>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Callable(OciConfigWriter writer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckRoles(org.jenkinsci.remoting.RoleChecker checker)Map<String,String>invoke(File f, hudson.remoting.VirtualChannel channel)
-
-
-
Constructor Detail
-
Callable
public Callable(OciConfigWriter writer)
-
-
Method Detail
-
invoke
public Map<String,String> invoke(File f, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
- Specified by:
invokein interfaceFilePath.FileCallable<Map<String,String>>- Throws:
IOExceptionInterruptedException
-
checkRoles
public void checkRoles(org.jenkinsci.remoting.RoleChecker checker) throws SecurityException- Specified by:
checkRolesin interfaceorg.jenkinsci.remoting.RoleSensitive- Throws:
SecurityException
-
-