public class JsonFileWriterFileCallable extends Object implements hudson.FilePath.FileCallable<Void>
Constructor and Description |
---|
JsonFileWriterFileCallable(javax.json.JsonObject json) |
Modifier and Type | Method and Description |
---|---|
void |
checkRoles(org.jenkinsci.remoting.RoleChecker checker) |
Void |
invoke(File f,
hudson.remoting.VirtualChannel channel) |
public JsonFileWriterFileCallable(javax.json.JsonObject json)
public void checkRoles(org.jenkinsci.remoting.RoleChecker checker) throws SecurityException
checkRoles
in interface org.jenkinsci.remoting.RoleSensitive
SecurityException
public Void invoke(File f, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
invoke
in interface hudson.FilePath.FileCallable<Void>
IOException
InterruptedException
Copyright © 2016–2020. All rights reserved.