File tree 1 file changed +0
-12
lines changed
src/main/java/io/jenkins/plugins/gitlabserverconfig/servers
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -171,8 +171,6 @@ public class GitLabServer extends AbstractDescribableImpl<GitLabServer> {
171
171
* credentials to use for
172
172
* GitLab Server Authentication to access GitLab APIs
173
173
*/
174
- private Integer indexingTimeout = 3600 ;
175
-
176
174
@ DataBoundConstructor
177
175
public GitLabServer (@ NonNull String serverUrl , @ NonNull String name , @ NonNull String credentialsId ) {
178
176
this .serverUrl = defaultIfBlank (StringUtils .trim (serverUrl ), GITLAB_SERVER_URL );
@@ -494,16 +492,6 @@ public Integer getHookTriggerDelay() {
494
492
return this .hookTriggerDelay ;
495
493
}
496
494
497
- @ CheckForNull
498
- public Integer getIndexingTimeout () {
499
- return indexingTimeout ;
500
- }
501
-
502
- @ DataBoundSetter
503
- public void setIndexingTimeout (Integer indexingTimeout ) {
504
- this .indexingTimeout = indexingTimeout ;
505
- }
506
-
507
495
/**
508
496
* Our descriptor.
509
497
*/
You can’t perform that action at this time.
0 commit comments