Package jenkins.plugins.slack.pipeline
Class SlackUploadFileRunner
java.lang.Object
jenkins.security.MasterToSlaveCallable<Boolean,Throwable>
jenkins.plugins.slack.pipeline.SlackUploadFileRunner
- All Implemented Interfaces:
hudson.remoting.Callable<Boolean,
,Throwable> Serializable
,org.jenkinsci.remoting.RoleSensitive
public class SlackUploadFileRunner
extends MasterToSlaveCallable<Boolean,Throwable>
implements Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionSlackUploadFileRunner
(TaskListener listener, ProxyConfiguration proxy, SlackFileRequest slackFileRequest) -
Method Summary
Methods inherited from class jenkins.security.MasterToSlaveCallable
checkRoles
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.remoting.Callable
getChannelOrFail, getOpenChannelOrFail
-
Constructor Details
-
SlackUploadFileRunner
public SlackUploadFileRunner(TaskListener listener, ProxyConfiguration proxy, SlackFileRequest slackFileRequest)
-
-
Method Details