Class CreateImageRemoteCallable
java.lang.Object
jenkins.security.MasterToSlaveCallable<String,Exception>
org.jenkinsci.plugins.dockerbuildstep.cmd.remote.CreateImageRemoteCallable
- All Implemented Interfaces:
hudson.remoting.Callable<String,
,Exception> Serializable
,org.jenkinsci.remoting.RoleSensitive
A Callable wrapping the commands necessary to create an image.
It can be sent through a Channel to execute on the correct build node.
- Author:
- David Csakvari
- See Also:
-
Constructor Summary
ConstructorDescriptionCreateImageRemoteCallable
(BuildListener listener, DockerBuilder.Config cfgData, Descriptor<?> descriptor, String expandedDockerFolder, String expandedImageTag, String dockerFileRes, Map<String, String> buildArgsMap, boolean pull, boolean noCache, boolean rm) -
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
-
CreateImageRemoteCallable
public CreateImageRemoteCallable(BuildListener listener, DockerBuilder.Config cfgData, Descriptor<?> descriptor, String expandedDockerFolder, String expandedImageTag, String dockerFileRes, Map<String, String> buildArgsMap, boolean pull, boolean noCache, boolean rm)
-
-
Method Details
-
call
- Throws:
Exception
-