public static class DockerImageComboStepFileCallable.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DockerImageComboStepFileCallable |
build() |
DockerImageComboStepFileCallable.Builder |
withBuildImage(DockerBuildImage that) |
DockerImageComboStepFileCallable.Builder |
withCleanAll(boolean cleanup) |
DockerImageComboStepFileCallable.Builder |
withCleanupDangling(boolean cleanupDangling) |
DockerImageComboStepFileCallable.Builder |
withConnector(YADockerConnector connector) |
DockerImageComboStepFileCallable.Builder |
withPushAll(boolean push) |
DockerImageComboStepFileCallable.Builder |
withRun(hudson.model.Run run) |
DockerImageComboStepFileCallable.Builder |
withTaskListener(hudson.model.TaskListener taskListener) |
public DockerImageComboStepFileCallable.Builder withConnector(@Nonnull YADockerConnector connector)
public DockerImageComboStepFileCallable.Builder withBuildImage(@Nonnull DockerBuildImage that)
public DockerImageComboStepFileCallable.Builder withTaskListener(@Nonnull hudson.model.TaskListener taskListener)
public DockerImageComboStepFileCallable.Builder withRun(@Nonnull hudson.model.Run run)
public DockerImageComboStepFileCallable.Builder withCleanAll(boolean cleanup)
public DockerImageComboStepFileCallable.Builder withCleanupDangling(boolean cleanupDangling)
public DockerImageComboStepFileCallable.Builder withPushAll(boolean push)
public DockerImageComboStepFileCallable build() throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2016–2020. All rights reserved.