public class FluentCallable extends Object implements hudson.FilePath.FileCallable<Boolean>
| Constructor and Description |
|---|
FluentCallable(String loggerName,
String host,
int port,
String tag,
String json,
long timestamp,
Map<String,String> envVars) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkRoles(org.jenkinsci.remoting.RoleChecker roleChecker) |
Boolean |
invoke(hudson.FilePath file) |
Boolean |
invoke(File f,
hudson.remoting.VirtualChannel channel) |
public Boolean invoke(File f, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
invoke in interface hudson.FilePath.FileCallable<Boolean>IOExceptionInterruptedExceptionpublic Boolean invoke(hudson.FilePath file) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void checkRoles(org.jenkinsci.remoting.RoleChecker roleChecker)
throws SecurityException
checkRoles in interface org.jenkinsci.remoting.RoleSensitiveSecurityExceptionCopyright © 2016–2018. All rights reserved.