File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
src/main/java/org/jenkinsci/plugins/github/config Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -102,19 +102,6 @@ public void setApiUrl(String apiUrl) {
102
102
this .apiUrl = defaultIfBlank (apiUrl , GITHUB_URL );
103
103
}
104
104
105
- /**
106
- *
107
- * @param customApiUrl true if optional block "Custom GH Api Url" checked in UI
108
- * @deprecated
109
- * just set {@link #setApiUrl(String)}
110
- */
111
- @ DataBoundSetter
112
- public void setCustomApiUrl (boolean customApiUrl ) {
113
- if (!customApiUrl ) {
114
- this .apiUrl = GITHUB_URL ;
115
- }
116
- }
117
-
118
105
/**
119
106
* This server config will be used to manage GH Hooks if true
120
107
*
@@ -129,15 +116,6 @@ public String getApiUrl() {
129
116
return apiUrl ;
130
117
}
131
118
132
- /**
133
- * @see #isUrlCustom(String)
134
- * @deprecated
135
- */
136
- @ Restricted (NoExternalUse .class )
137
- public boolean isCustomApiUrl () {
138
- return isUrlCustom (apiUrl );
139
- }
140
-
141
119
public boolean isManageHooks () {
142
120
return manageHooks ;
143
121
}
You can’t perform that action at this time.
0 commit comments