public class DockerBuildImageStepFileCallable extends jenkins.MasterToSlaveFileCallable<List<String>>
Modifier and Type | Method and Description |
---|---|
List<String> |
invoke(File f,
hudson.remoting.VirtualChannel channel) |
static DockerBuildImageStepFileCallable |
newDockerBuildImageStepCallable() |
DockerBuildImageStepFileCallable |
withBuildImage(DockerBuildImage buildImage) |
DockerBuildImageStepFileCallable |
withConnector(YADockerConnector connector) |
DockerBuildImageStepFileCallable |
withTaskListener(hudson.model.TaskListener taskListener) |
public static DockerBuildImageStepFileCallable newDockerBuildImageStepCallable()
public DockerBuildImageStepFileCallable withConnector(YADockerConnector connector)
public DockerBuildImageStepFileCallable withBuildImage(DockerBuildImage buildImage)
public DockerBuildImageStepFileCallable withTaskListener(hudson.model.TaskListener taskListener)
public List<String> invoke(File f, hudson.remoting.VirtualChannel channel) throws IOException
IOException
Copyright © 2016–2020. All rights reserved.