This repository was archived by the owner on Mar 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
src/main/java/com/mathworks/ci/tools Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 2525import hudson .util .ArgumentListBuilder ;
2626import hudson .util .FormValidation ;
2727
28- import java .io .BufferedReader ;
2928import java .io .IOException ;
30- import java .io .InputStreamReader ;
3129import java .net .URL ;
3230
3331import java .nio .charset .StandardCharsets ;
3432
35- import java .util .Arrays ;
36- import java .util .HashSet ;
3733import java .util .Locale ;
3834
39- import java .util .Set ;
4035import jenkins .model .Jenkins ;
4136import org .apache .commons .io .IOUtils ;
4237
4338import org .kohsuke .stapler .DataBoundConstructor ;
4439import org .kohsuke .stapler .DataBoundSetter ;
4540import org .kohsuke .stapler .QueryParameter ;
46- import org .kohsuke .stapler .verb .POST ;
4741
4842public class MatlabInstaller extends ToolInstaller {
4943
@@ -250,7 +244,6 @@ public boolean isApplicable(Class<? extends ToolInstallation> toolType) {
250244 return toolType == MatlabInstallation .class ;
251245 }
252246
253- @ POST
254247 public FormValidation doCheckRelease (@ QueryParameter String value ) {
255248 Jenkins .get ().checkPermission (Jenkins .ADMINISTER );
256249 if (value .isEmpty ()) {
You can’t perform that action at this time.
0 commit comments