@Extension
public class SelfSignedCertificateAllowedMonitor
extends hudson.model.AdministrativeMonitor
Constructor and Description |
---|
SelfSignedCertificateAllowedMonitor() |
Modifier and Type | Method and Description |
---|---|
org.kohsuke.stapler.HttpResponse |
doAct(String dismiss,
String dismissAllMessages) |
String |
getDisplayName() |
String |
getSelfSignedCertAllowedTemplates() |
boolean |
isActivated()
Let's activate the monitor if we find insecure (self-signed certificate allowed) windows templates, instead of
look for running computers.
|
all, disable, doDisable, getSearchUrl, getTarget, getUrl, isEnabled
public String getDisplayName()
getDisplayName
in interface hudson.model.ModelObject
getDisplayName
in class hudson.model.AdministrativeMonitor
public String getSelfSignedCertAllowedTemplates()
public boolean isActivated()
isActivated
in class hudson.model.AdministrativeMonitor
public org.kohsuke.stapler.HttpResponse doAct(@QueryParameter String dismiss, @QueryParameter String dismissAllMessages) throws IOException
IOException
Copyright © 2016–2020. All rights reserved.