File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
src/main/java/io/jenkins/plugins/file_parameters Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 3030import java .io .IOException ;
3131import java .io .InputStream ;
3232import java .util .Base64 ;
33- import org .apache .commons .fileupload .FileItem ;
33+ import org .apache .commons .fileupload2 . core .FileItem ;
3434import org .apache .commons .io .IOUtils ;
3535import org .jenkinsci .Symbol ;
3636import org .kohsuke .stapler .DataBoundConstructor ;
Original file line number Diff line number Diff line change 2828import hudson .Extension ;
2929import hudson .FilePath ;
3030import hudson .Launcher ;
31- import hudson .Util ;
3231import hudson .model .ParametersAction ;
3332import hudson .model .Queue ;
3433import hudson .model .Run ;
3736import java .io .File ;
3837import java .io .IOException ;
3938import java .io .InputStream ;
40-
41- import java .nio .file .FileAlreadyExistsException ;
4239import java .nio .file .Files ;
43- import java .nio .file .Path ;
4440import java .util .List ;
4541import java .util .logging .Level ;
4642import java .util .logging .Logger ;
4743import jenkins .model .Jenkins ;
48- import org .apache .commons .fileupload .FileItem ;
44+ import org .apache .commons .fileupload2 . core .FileItem ;
4945import org .apache .commons .io .FileUtils ;
5046import org .jenkinsci .plugins .workflow .flow .FlowExecutionOwner ;
5147import org .jenkinsci .plugins .workflow .flow .StashManager ;
You can’t perform that action at this time.
0 commit comments