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:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Callable
-
-
Method Details
-
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
- Specified by:
checkRolesin interfaceorg.jenkinsci.remoting.RoleSensitive- Throws:
SecurityException
-