Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #7 from fredg02/master
merged tivv's pull request and adapted test for [JENKINS-11828]
- Loading branch information
Showing
with
9 additions
and 5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -46,7 +46,6 @@ | ||
import hudson.model.Hudson; | ||
import hudson.model.Job; | ||
import hudson.model.Item; | ||
import hudson.model.Project; | ||
import hudson.model.Run; | ||
import hudson.model.TaskListener; | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -25,10 +25,7 @@ | ||
|
||
import hudson.Extension; | ||
import hudson.FilePath; | ||
import java.io.IOException; | ||
|
||
/** | ||
* Default implementation of CopyMethod extension point, | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters