File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/test/java/org/jenkinsci/plugins/workflow/libs Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 42
42
import hudson .model .TaskListener ;
43
43
import hudson .plugins .git .GitSCM ;
44
44
import hudson .plugins .git .BranchSpec ;
45
- import hudson .remoting .VirtualChannel ;
46
45
import hudson .scm .ChangeLogSet ;
47
46
import hudson .scm .SCM ;
48
47
import hudson .slaves .EnvironmentVariablesNodeProperty ;
49
48
import hudson .slaves .NodeProperty ;
50
49
import hudson .slaves .NodePropertyDescriptor ;
51
50
import hudson .slaves .OfflineCause ;
52
51
import hudson .slaves .WorkspaceList ;
53
- import hudson . slaves . WorkspaceList ;
52
+
54
53
import java .io .File ;
55
54
import java .io .IOException ;
56
55
import java .lang .reflect .Field ;
66
65
import jenkins .branch .BranchProperty ;
67
66
import jenkins .branch .BranchSource ;
68
67
import jenkins .branch .DefaultBranchPropertyStrategy ;
69
- import jenkins .model .Jenkins ;
70
68
import jenkins .plugins .git .GitSCMSource ;
71
69
import jenkins .plugins .git .GitSampleRepoRule ;
72
70
import jenkins .scm .api .SCMHead ;
You can’t perform that action at this time.
0 commit comments