File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/main/java/jenkins/branch Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 7070 <gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
7171 <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
7272 <jenkins .baseline>2.479</jenkins .baseline>
73- <jenkins .version>${jenkins.baseline} .1 </jenkins .version>
73+ <jenkins .version>${jenkins.baseline} .3 </jenkins .version>
7474
7575 <hpi .compatibleSinceVersion>2.0.0</hpi .compatibleSinceVersion>
7676 <no-test-jar >false</no-test-jar >
Original file line number Diff line number Diff line change 88import hudson .security .Permission ;
99import java .io .IOException ;
1010import jenkins .scm .api .SCMCategory ;
11+ import org .kohsuke .accmod .Restricted ;
12+ import org .kohsuke .accmod .restrictions .NoExternalUse ;
1113import org .springframework .security .core .Authentication ;
1214
15+ @ Restricted (NoExternalUse .class )
1316public abstract class BaseView <T extends SCMCategory <?>> extends ListView {
1417
15- protected final T category ;
18+ private final T category ;
1619
1720 public BaseView (ViewGroup owner , @ NonNull T category ) {
1821 super (category .getName (), owner );
You can’t perform that action at this time.
0 commit comments