File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed
src/main/java/org/jenkinsci/plugins/docker/workflow Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 5050import java .util .concurrent .TimeUnit ;
5151import java .util .logging .Level ;
5252import java .util .logging .Logger ;
53- import javax .annotation .Nonnull ;
54-
55- import hudson .util .VersionNumber ;
56- import java .util .concurrent .TimeUnit ;
57- import javax .annotation .CheckForNull ;
58- import org .jenkinsci .plugins .docker .commons .fingerprint .DockerFingerprints ;
59- import org .jenkinsci .plugins .docker .commons .tools .DockerTool ;
60- import org .jenkinsci .plugins .docker .workflow .client .WindowsDockerClient ;
61- import org .jenkinsci .plugins .workflow .steps .AbstractStepDescriptorImpl ;
62- import org .jenkinsci .plugins .workflow .steps .AbstractStepExecutionImpl ;
63- import org .jenkinsci .plugins .workflow .steps .AbstractStepImpl ;
64- import org .jenkinsci .plugins .workflow .steps .BodyExecutionCallback ;
65- import org .jenkinsci .plugins .workflow .steps .BodyInvoker ;
66- import org .jenkinsci .plugins .workflow .steps .StepContext ;
67- import org .jenkinsci .plugins .workflow .steps .StepContextParameter ;
68- import org .kohsuke .stapler .DataBoundConstructor ;
69- import org .kohsuke .stapler .DataBoundSetter ;
53+ import java .util .stream .Collectors ;
7054
7155public class WithContainerStep extends AbstractStepImpl {
7256
You can’t perform that action at this time.
0 commit comments