public class PublishFileCallable extends Object implements hudson.FilePath.FileCallable<Boolean>, Serializable
Constructor and Description |
---|
PublishFileCallable(EaseUpload upload,
hudson.model.BuildListener listener) |
Modifier and Type | Method and Description |
---|---|
String |
getAppId() |
PrintStream |
getLogger() |
String |
getPassword() |
String |
getUrl() |
String |
getUsername() |
Boolean |
invoke(File f,
hudson.remoting.VirtualChannel channel) |
public PublishFileCallable(EaseUpload upload, hudson.model.BuildListener listener)
public Boolean invoke(File f, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
invoke
in interface hudson.FilePath.FileCallable<Boolean>
IOException
InterruptedException
public String getAppId()
public String getUsername()
public String getPassword()
public String getUrl()
public PrintStream getLogger()
Copyright © 2004-2014. All Rights Reserved.