Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-39776] Delete old code about test button
  • Loading branch information
fbelzunc committed Mar 9, 2017
1 parent 34571d8 commit 67d1d8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
Expand Up @@ -202,12 +202,6 @@ public class ActiveDirectorySecurityRealm extends AbstractPasswordBasedSecurityR
*/
protected transient ExecutorService threadPoolExecutor;

public transient String testDomain;

public transient String testDomainControllers;

public transient String testSite;


public ActiveDirectorySecurityRealm(String domain, String site, String bindName, String bindPassword, String server) {
this(domain, site, bindName, bindPassword, server, GroupLookupStrategy.AUTO, false);
Expand Down Expand Up @@ -314,21 +308,6 @@ public List<ActiveDirectoryDomain> getDomains() {
return domains;
}

@Restricted(NoExternalUse.class)
public String getTestDomain() {
return testDomain;
}

@Restricted(NoExternalUse.class)
public String getTestDomainControllers() {
return testDomainControllers;
}

@Restricted(NoExternalUse.class)
public String getTestSite() {
return testSite;
}

public Object readResolve() throws ObjectStreamException {
if (domain != null) {
this.domains = new ArrayList<ActiveDirectoryDomain>();
Expand Down
Expand Up @@ -18,15 +18,6 @@
<f:entry field="environmentProperties" title="${%Environment Properties}">
<f:repeatableProperty field="environmentProperties" />
</f:entry>
<f:entry field="testDomain" title="${%Test Domain Name}">
<f:textbox />
</f:entry>
<f:entry field="testDomainControllers" title="${%Test Domain Controllers}">
<f:textbox />
</f:entry>
<f:entry field="testSite" title="${%Test Site}">
<f:textbox />
</f:entry>
</f:advanced>
<script type="text/javascript" >
document.addEventListener("DOMContentLoaded", function(event) {
Expand Down

0 comments on commit 67d1d8f

Please sign in to comment.